Searched refs:boot_control_ (Results 1 – 17 of 17) sorted by relevance
/system/update_engine/ |
D | daemon_state_android.cc | 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()
|
D | update_attempter_android.cc | 86 boot_control_(boot_control), in UpdateAttempterAndroid() 177 install_plan_.source_slot = boot_control_->GetCurrentSlot(); in ApplyPayload() 257 if (!boot_control_->SetActiveBootSlot(boot_control_->GetCurrentSlot())) in ResetStatus() 380 if (!boot_control_->MarkBootSuccessfulAsync( in UpdateBootFlags() 452 boot_control_, in BuildUpdateActions() 457 new FilesystemVerifierAction(boot_control_, in BuildUpdateActions() 461 new PostinstallRunnerAction(boot_control_, hardware_)); in BuildUpdateActions()
|
D | fake_system_state.h | 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() 175 CHECK(boot_control_ == &fake_boot_control_); in fake_boot_control() 252 BootControlInterface* boot_control_{&fake_boot_control_};
|
D | real_system_state.cc | 58 boot_control_ = boot_control::CreateBootControl(); in Initialize() 59 if (!boot_control_) { in Initialize() 62 boot_control_ = brillo::make_unique_ptr(new BootControlStub()); in Initialize()
|
D | update_attempter_android.h | 53 BootControlInterface* boot_control_, 129 BootControlInterface* boot_control_; variable
|
D | real_system_state.h | 83 return boot_control_.get(); in boot_control() 142 std::unique_ptr<BootControlInterface> boot_control_; variable
|
D | daemon_state_android.h | 57 std::unique_ptr<BootControlInterface> boot_control_; variable
|
/system/update_engine/update_manager/ |
D | real_system_provider.h | 35 : hardware_(hardware), boot_control_(boot_control) {} in RealSystemProvider() 63 chromeos_update_engine::BootControlInterface* boot_control_; variable
|
D | real_system_provider.cc | 55 "num_slots", boot_control_->GetNumSlots())); in Init()
|
/system/update_engine/payload_consumer/ |
D | filesystem_verifier_action.cc | 48 boot_control_(boot_control) {} in FilesystemVerifierAction() 72 if (!boot_control_->GetPartitionDevice( in PerformAction() 84 if (!boot_control_->GetPartitionDevice( in PerformAction() 147 boot_control_->GetPartitionDevice( in StartPartitionHashing() 152 boot_control_->GetPartitionDevice( in StartPartitionHashing()
|
D | postinstall_runner_action.h | 42 : boot_control_(boot_control), hardware_(hardware) {} in PostinstallRunnerAction() 125 BootControlInterface* boot_control_; variable
|
D | download_action.cc | 47 boot_control_(boot_control), in DownloadAction() 179 if (!boot_control_->MarkSlotUnbootable(install_plan_.target_slot)) { in PerformAction() 189 prefs_, boot_control_, hardware_, delegate_, &install_plan_)); in PerformAction()
|
D | filesystem_verifier_action.h | 99 const BootControlInterface* const boot_control_; variable
|
D | delta_performer.h | 83 boot_control_(boot_control), in DeltaPerformer() 302 BootControlInterface* boot_control_; variable
|
D | download_action.h | 139 BootControlInterface* boot_control_; variable
|
D | postinstall_runner_action.cc | 324 !boot_control_->SetActiveBootSlot(install_plan_.target_slot)) { in CompletePostinstall()
|
D | delta_performer.cc | 869 if (!install_plan_->LoadPartitionsFromSlots(boot_control_)) { in ParseManifestPartitions()
|