Searched refs:GetCurrentSlot (Results 1 – 14 of 14) sorted by relevance
29 BootControlInterface::Slot BootControlStub::GetCurrentSlot() const { in GetCurrentSlot() function in chromeos_update_engine::BootControlStub
40 BootControlInterface::Slot GetCurrentSlot() const override;
49 virtual Slot GetCurrentSlot() const = 0;
41 BootControlInterface::Slot GetCurrentSlot() const override { in GetCurrentSlot() function
42 BootControlInterface::Slot GetCurrentSlot() const override;
45 BootControlInterface::Slot GetCurrentSlot() const override;
77 std::to_string(system_state->boot_control()->GetCurrentSlot()); in LoadImageProperties()
90 BootControlInterface::Slot BootControlAndroid::GetCurrentSlot() const { in GetCurrentSlot() function in chromeos_update_engine::BootControlAndroid
111 install_plan_.source_slot = system_state_->boot_control()->GetCurrentSlot(); in PerformAction()
177 install_plan_.source_slot = boot_control_->GetCurrentSlot(); in ApplyPayload()257 if (!boot_control_->SetActiveBootSlot(boot_control_->GetCurrentSlot())) in ResetStatus()
138 BootControlInterface::Slot BootControlChromeOS::GetCurrentSlot() const { in GetCurrentSlot() function in chromeos_update_engine::BootControlChromeOS
721 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()
1256 if (installed_from == system_state_->boot_control()->GetCurrentSlot()) { in ReportFailedBootIfNeeded()1305 system_state_->boot_control()->GetCurrentSlot()); in ExpectRebootInNewVersion()
108 int slot = 1 - fake_system_state_.fake_boot_control()->GetCurrentSlot(); in DoTest()