Searched refs:boot_control_ (Results 1 - 17 of 17) sorted by relevance

/system/update_engine/
H A Ddaemon_state_android.cc30 boot_control_ = boot_control::CreateBootControl();
31 if (!boot_control_) {
34 boot_control_.reset(new BootControlStub());
63 this, prefs_.get(), boot_control_.get(), hardware_.get()));
H A Ddaemon_state_android.h57 std::unique_ptr<BootControlInterface> boot_control_; member in class:chromeos_update_engine::DaemonStateAndroid
H A Dreal_system_state.cc58 boot_control_ = boot_control::CreateBootControl();
59 if (!boot_control_) {
62 boot_control_ = brillo::make_unique_ptr(new BootControlStub());
H A Dreal_system_state.h78 return boot_control_.get();
137 std::unique_ptr<BootControlInterface> boot_control_; member in class:chromeos_update_engine::RealSystemState
H A Dupdate_attempter_android.cc79 boot_control_(boot_control),
169 install_plan_.source_slot = boot_control_->GetCurrentSlot();
231 if (!boot_control_->SetActiveBootSlot(boot_control_->GetCurrentSlot()))
337 if (!boot_control_->MarkBootSuccessfulAsync(
398 boot_control_,
403 new FilesystemVerifierAction(boot_control_,
407 new PostinstallRunnerAction(boot_control_));
H A Dupdate_attempter_android.h53 BootControlInterface* boot_control_,
129 BootControlInterface* boot_control_; member in class:chromeos_update_engine::UpdateAttempterAndroid
H A Dfake_system_state.h51 BootControlInterface* boot_control() override { return boot_control_; }
112 boot_control_ = boot_control ? boot_control : &fake_boot_control_;
175 CHECK(boot_control_ == &fake_boot_control_);
252 BootControlInterface* boot_control_{&fake_boot_control_};
/system/update_engine/update_manager/
H A Dreal_system_provider.h35 : hardware_(hardware), boot_control_(boot_control) {}
63 chromeos_update_engine::BootControlInterface* boot_control_; member in class:chromeos_update_manager::RealSystemProvider
H A Dreal_system_provider.cc55 "num_slots", boot_control_->GetNumSlots()));
/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action.h69 : boot_control_(boot_control),
128 BootControlInterface* boot_control_; member in class:chromeos_update_engine::PostinstallRunnerAction
H A Dfilesystem_verifier_action.cc48 boot_control_(boot_control) {}
72 if (!boot_control_->GetPartitionDevice(
84 if (!boot_control_->GetPartitionDevice(
147 boot_control_->GetPartitionDevice(
152 boot_control_->GetPartitionDevice(
H A Dfilesystem_verifier_action.h99 const BootControlInterface* const boot_control_; member in class:chromeos_update_engine::FilesystemVerifierAction
H A Ddownload_action.h141 BootControlInterface* boot_control_; member in class:chromeos_update_engine::DownloadAction
H A Ddownload_action.cc47 boot_control_(boot_control),
179 if (!boot_control_->MarkSlotUnbootable(install_plan_.target_slot)) {
189 prefs_, boot_control_, hardware_, delegate_, &install_plan_));
H A Ddelta_performer.h83 boot_control_(boot_control),
298 BootControlInterface* boot_control_; member in class:chromeos_update_engine::DeltaPerformer
H A Dpostinstall_runner_action.cc317 !boot_control_->SetActiveBootSlot(install_plan_.target_slot)) {
H A Ddelta_performer.cc823 if (!install_plan_->LoadPartitionsFromSlots(boot_control_)) {

Completed in 8167 milliseconds