Searched refs:GetCurrentSlot (Results 1 - 16 of 16) sorted by relevance

/system/update_engine/common/
H A Dboot_control_stub.cc29 BootControlInterface::Slot BootControlStub::GetCurrentSlot() const { function in class:chromeos_update_engine::BootControlStub
H A Dboot_control_stub.h40 BootControlInterface::Slot GetCurrentSlot() const override;
H A Dboot_control_interface.h49 virtual Slot GetCurrentSlot() const = 0;
71 // method doesn't change the value of GetCurrentSlot() on the current boot.
H A Dfake_boot_control.h41 BootControlInterface::Slot GetCurrentSlot() const override {
/system/update_engine/
H A Dboot_control_android.h41 BootControlInterface::Slot GetCurrentSlot() const override;
H A Dboot_control_recovery.h44 BootControlInterface::Slot GetCurrentSlot() const override;
H A Dboot_control_chromeos.h45 BootControlInterface::Slot GetCurrentSlot() const override;
73 // Cached values for GetNumSlots() and GetCurrentSlot().
H A Dboot_control_recovery.cc88 BootControlInterface::Slot BootControlRecovery::GetCurrentSlot() const { function in class:chromeos_update_engine::BootControlRecovery
H A Dboot_control_android.cc73 BootControlInterface::Slot BootControlAndroid::GetCurrentSlot() const {
H A Domaha_response_handler_action.cc130 install_plan_.source_slot = system_state_->boot_control()->GetCurrentSlot();
H A Dupdate_attempter_android.cc206 install_plan_.source_slot = boot_control_->GetCurrentSlot();
307 if (!boot_control_->SetActiveBootSlot(boot_control_->GetCurrentSlot()))
389 BootControlInterface::Slot current_slot = boot_control_->GetCurrentSlot();
H A Dboot_control_chromeos.cc137 BootControlInterface::Slot BootControlChromeOS::GetCurrentSlot() const { function in class:chromeos_update_engine::BootControlChromeOS
H A Dimage_properties_android.cc203 std::to_string(system_state->boot_control()->GetCurrentSlot());
H A Dupdate_attempter.cc694 install_plan.source_slot = system_state_->boot_control()->GetCurrentSlot();
738 system_state_->boot_control()->GetCurrentSlot();
1139 if (!boot_control->SetActiveBootSlot(boot_control->GetCurrentSlot()))
H A Dpayload_state.cc1247 if (installed_from == system_state_->boot_control()->GetCurrentSlot()) {
1289 system_state_->boot_control()->GetCurrentSlot());
H A Domaha_response_handler_action_unittest.cc131 int slot = 1 - fake_system_state_.fake_boot_control()->GetCurrentSlot();

Completed in 97 milliseconds