Searched refs:boot_control_ (Results 1 – 18 of 18) sorted by relevance
30 boot_control_ = boot_control::CreateBootControl(); in Initialize()31 if (!boot_control_) { in Initialize()34 boot_control_.reset(new BootControlStub()); in Initialize()68 this, prefs_.get(), boot_control_.get(), hardware_.get())); in Initialize()
29 : boot_control_(boot_control) {} in UpdateBootFlagsAction()56 BootControlInterface* boot_control_; variable
59 boot_control_ = boot_control::CreateBootControl(); in Initialize()60 if (!boot_control_) { in Initialize()63 boot_control_ = std::make_unique<BootControlStub>(); in Initialize()212 std::make_unique<UpdateBootFlagsAction>(boot_control_.get()); in StartUpdater()
51 BootControlInterface* boot_control() override { return boot_control_; } in boot_control()112 boot_control_ = boot_control ? boot_control : &fake_boot_control_; in set_boot_control()180 CHECK(boot_control_ == &fake_boot_control_); in fake_boot_control()257 BootControlInterface* boot_control_{&fake_boot_control_};
106 boot_control_(boot_control), in UpdateAttempterAndroid()206 install_plan_.source_slot = boot_control_->GetCurrentSlot(); in ApplyPayload()328 if (!boot_control_->SetActiveBootSlot(boot_control_->GetCurrentSlot())) in ResetStatus()334 if (!boot_control_->MarkBootSuccessfulAsync(Bind([](bool successful) {}))) in ResetStatus()415 BootControlInterface::Slot current_slot = boot_control_->GetCurrentSlot(); in VerifyPayloadApplicable()420 if (!boot_control_->GetPartitionDevice( in VerifyPayloadApplicable()579 boot_control_->Cleanup(); in TerminateUpdateAndNotify()628 std::make_unique<UpdateBootFlagsAction>(boot_control_); in BuildUpdateActions()632 boot_control_, in BuildUpdateActions()642 std::make_unique<PostinstallRunnerAction>(boot_control_, hardware_); in BuildUpdateActions()
55 BootControlInterface* boot_control_,163 BootControlInterface* boot_control_; variable
85 return boot_control_.get(); in boot_control()148 std::unique_ptr<BootControlInterface> boot_control_; variable
46 if (!boot_control_->MarkBootSuccessfulAsync( in PerformAction()
57 std::unique_ptr<BootControlInterface> boot_control_; variable
61 &daemon_state_, &prefs_, &boot_control_, &hardware_};65 FakeBootControl boot_control_; member in chromeos_update_engine::UpdateAttempterAndroidTest
44 boot_control_(boot_control), in RealSystemProvider()48 boot_control_(boot_control) {86 chromeos_update_engine::BootControlInterface* const boot_control_; variable
111 "num_slots", boot_control_->GetNumSlots())); in Init()
42 : boot_control_(boot_control), hardware_(hardware) {} in PostinstallRunnerAction()124 BootControlInterface* boot_control_; variable
73 boot_control_(boot_control), in DeltaPerformer()284 BootControlInterface* boot_control_; variable
49 boot_control_(boot_control), in DownloadAction()200 if (!boot_control_->MarkSlotUnbootable(install_plan_.target_slot)) { in PerformAction()248 boot_control_, in StartDownloading()
145 BootControlInterface* boot_control_; variable
342 if (!boot_control_->SetActiveBootSlot(install_plan_.target_slot)) { in CompletePostinstall()
932 if (!install_plan_->LoadPartitionsFromSlots(boot_control_)) { in ParseManifestPartitions()971 if (!boot_control_->InitPartitionMetadata( in InitPartitionMetadata()