Home
last modified time | relevance | path

Searched refs:GetCurrentSlot (Results 1 – 14 of 14) sorted by relevance

/system/update_engine/common/
Dboot_control_stub.cc29 BootControlInterface::Slot BootControlStub::GetCurrentSlot() const { in GetCurrentSlot() function in chromeos_update_engine::BootControlStub
Dboot_control_stub.h40 BootControlInterface::Slot GetCurrentSlot() const override;
Dboot_control_interface.h49 virtual Slot GetCurrentSlot() const = 0;
Dfake_boot_control.h41 BootControlInterface::Slot GetCurrentSlot() const override { in GetCurrentSlot() function
/system/update_engine/
Dboot_control_android.h42 BootControlInterface::Slot GetCurrentSlot() const override;
Dboot_control_chromeos.h45 BootControlInterface::Slot GetCurrentSlot() const override;
Dimage_properties_android.cc77 std::to_string(system_state->boot_control()->GetCurrentSlot()); in LoadImageProperties()
Dboot_control_android.cc90 BootControlInterface::Slot BootControlAndroid::GetCurrentSlot() const { in GetCurrentSlot() function in chromeos_update_engine::BootControlAndroid
Domaha_response_handler_action.cc111 install_plan_.source_slot = system_state_->boot_control()->GetCurrentSlot(); in PerformAction()
Dupdate_attempter_android.cc177 install_plan_.source_slot = boot_control_->GetCurrentSlot(); in ApplyPayload()
257 if (!boot_control_->SetActiveBootSlot(boot_control_->GetCurrentSlot())) in ResetStatus()
Dboot_control_chromeos.cc138 BootControlInterface::Slot BootControlChromeOS::GetCurrentSlot() const { in GetCurrentSlot() function in chromeos_update_engine::BootControlChromeOS
Dupdate_attempter.cc721 install_plan.source_slot = system_state_->boot_control()->GetCurrentSlot(); in Rollback()
765 system_state_->boot_control()->GetCurrentSlot(); in GetRollbackSlot()
1166 if (!boot_control->SetActiveBootSlot(boot_control->GetCurrentSlot())) in ResetStatus()
Dpayload_state.cc1256 if (installed_from == system_state_->boot_control()->GetCurrentSlot()) { in ReportFailedBootIfNeeded()
1305 system_state_->boot_control()->GetCurrentSlot()); in ExpectRebootInNewVersion()
Domaha_response_handler_action_unittest.cc108 int slot = 1 - fake_system_state_.fake_boot_control()->GetCurrentSlot(); in DoTest()