Home
last modified time | relevance | path

Searched refs:boot_control_ (Results 1 – 15 of 15) sorted by relevance

/system/update_engine/
Ddaemon_state_android.cc30 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()
Dupdate_attempter_android.cc87 boot_control_(boot_control), in UpdateAttempterAndroid()
183 install_plan_.source_slot = boot_control_->GetCurrentSlot(); in ApplyPayload()
264 if (!boot_control_->SetActiveBootSlot(boot_control_->GetCurrentSlot())) in ResetStatus()
270 if (!boot_control_->MarkBootSuccessfulAsync(Bind([](bool successful){}))) in ResetStatus()
398 if (!boot_control_->MarkBootSuccessfulAsync( in UpdateBootFlags()
472 boot_control_, in BuildUpdateActions()
480 new PostinstallRunnerAction(boot_control_, hardware_)); in BuildUpdateActions()
Dfake_system_state.h50 BootControlInterface* boot_control() override { return boot_control_; } in boot_control()
108 boot_control_ = boot_control ? boot_control : &fake_boot_control_; in set_boot_control()
171 CHECK(boot_control_ == &fake_boot_control_); in fake_boot_control()
248 BootControlInterface* boot_control_{&fake_boot_control_};
Dreal_system_state.cc55 boot_control_ = boot_control::CreateBootControl(); in Initialize()
56 if (!boot_control_) { in Initialize()
59 boot_control_ = brillo::make_unique_ptr(new BootControlStub()); in Initialize()
Dupdate_attempter_android.h52 BootControlInterface* boot_control_,
124 BootControlInterface* boot_control_; variable
Dreal_system_state.h84 return boot_control_.get(); in boot_control()
141 std::unique_ptr<BootControlInterface> boot_control_; variable
Ddaemon_state_android.h57 std::unique_ptr<BootControlInterface> boot_control_; variable
/system/update_engine/update_manager/
Dreal_system_provider.h43 boot_control_(boot_control), in RealSystemProvider()
80 chromeos_update_engine::BootControlInterface* const boot_control_; variable
Dreal_system_provider.cc114 "num_slots", boot_control_->GetNumSlots())); in Init()
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.h42 : boot_control_(boot_control), hardware_(hardware) {} in PostinstallRunnerAction()
125 BootControlInterface* boot_control_; variable
Ddelta_performer.h84 boot_control_(boot_control), in DeltaPerformer()
298 BootControlInterface* boot_control_; variable
Ddownload_action.cc48 boot_control_(boot_control), in DownloadAction()
196 if (!boot_control_->MarkSlotUnbootable(install_plan_.target_slot)) { in PerformAction()
244 prefs_, boot_control_, hardware_, delegate_, &install_plan_, payload_)); in StartDownloading()
Ddownload_action.h148 BootControlInterface* boot_control_; variable
Dpostinstall_runner_action.cc335 !boot_control_->SetActiveBootSlot(install_plan_.target_slot)) { in CompletePostinstall()
Ddelta_performer.cc875 if (!install_plan_->LoadPartitionsFromSlots(boot_control_)) { in ParseManifestPartitions()