/system/update_engine/ |
D | update_boot_flags_action_unittest.cc | 35 auto boot_control = fake_system_state_.fake_boot_control(); in TEST_F() local 36 auto action = std::make_unique<UpdateBootFlagsAction>(boot_control); in TEST_F() 52 auto boot_control = fake_system_state_.fake_boot_control(); in TEST_F() local 53 auto action1 = std::make_unique<UpdateBootFlagsAction>(boot_control); in TEST_F() 54 auto action2 = std::make_unique<UpdateBootFlagsAction>(boot_control); in TEST_F()
|
D | update_boot_flags_action.h | 28 explicit UpdateBootFlagsAction(BootControlInterface* boot_control) in UpdateBootFlagsAction() argument 29 : boot_control_(boot_control) {} in UpdateBootFlagsAction()
|
D | sideload_main.cc | 155 std::unique_ptr<BootControlInterface> boot_control = in ApplyUpdatePayload() local 156 boot_control::CreateBootControl(); in ApplyUpdatePayload() 157 if (!boot_control) { in ApplyUpdatePayload() 169 &sideload_daemon_state, &prefs, boot_control.get(), hardware.get()); in ApplyUpdatePayload()
|
D | fake_system_state.h | 51 BootControlInterface* boot_control() override { return boot_control_; } in boot_control() function 111 void set_boot_control(BootControlInterface* boot_control) { in set_boot_control() argument 112 boot_control_ = boot_control ? boot_control : &fake_boot_control_; in set_boot_control()
|
D | update_attempter.cc | 637 std::make_unique<UpdateBootFlagsAction>(system_state_->boot_control()); in BuildUpdateActions() 652 system_state_->boot_control(), in BuildUpdateActions() 675 system_state_->boot_control(), system_state_->hardware()); in BuildUpdateActions() 728 install_plan_->source_slot = system_state_->boot_control()->GetCurrentSlot(); in Rollback() 731 install_plan_->LoadPartitionsFromSlots(system_state_->boot_control())); in Rollback() 740 system_state_->boot_control(), system_state_->hardware()); in Rollback() 764 const unsigned int num_slots = system_state_->boot_control()->GetNumSlots(); in GetRollbackSlot() 766 system_state_->boot_control()->GetCurrentSlot(); in GetRollbackSlot() 780 system_state_->boot_control()->IsSlotBootable(slot)) { in GetRollbackSlot() 1277 BootControlInterface* boot_control = system_state_->boot_control(); in ResetStatus() local [all …]
|
D | boot_control_android.cc | 56 namespace boot_control { namespace 60 auto boot_control = std::make_unique<BootControlAndroid>(); in CreateBootControl() local 61 if (!boot_control->Init()) { in CreateBootControl() 64 return std::move(boot_control); in CreateBootControl()
|
D | daemon_state_android.cc | 30 boot_control_ = boot_control::CreateBootControl(); in Initialize()
|
D | system_state.h | 67 virtual BootControlInterface* boot_control() = 0;
|
D | omaha_response_handler_action.cc | 125 install_plan_.target_slot = system_state_->boot_control()->GetCurrentSlot(); in PerformAction() 128 install_plan_.source_slot = system_state_->boot_control()->GetCurrentSlot(); in PerformAction()
|
D | real_system_state.h | 84 inline BootControlInterface* boot_control() override { in boot_control() function
|
D | real_system_state.cc | 59 boot_control_ = boot_control::CreateBootControl(); in Initialize()
|
D | image_properties_android.cc | 207 std::to_string(system_state->boot_control()->GetCurrentSlot()); in LoadImageProperties()
|
D | boot_control_chromeos.cc | 82 namespace boot_control { namespace
|
D | update_attempter_android.cc | 102 BootControlInterface* boot_control, in UpdateAttempterAndroid() argument 106 boot_control_(boot_control), in UpdateAttempterAndroid()
|
D | common_service.cc | 396 if (!system_state_->boot_control()->GetPartitionDevice( in GetRollbackPartition()
|
/system/update_engine/update_manager/ |
D | real_system_provider.h | 40 chromeos_update_engine::BootControlInterface* boot_control, in RealSystemProvider() argument 44 boot_control_(boot_control), in RealSystemProvider() 48 boot_control_(boot_control) {
|
D | state_factory.cc | 73 system_state->hardware(), system_state->boot_control(), kiosk_app_proxy)); in DefaultStateFactory()
|
/system/update_engine/payload_consumer/ |
D | postinstall_runner_action.h | 40 PostinstallRunnerAction(BootControlInterface* boot_control, in PostinstallRunnerAction() argument 42 : boot_control_(boot_control), hardware_(hardware) {} in PostinstallRunnerAction()
|
D | install_plan.cc | 98 bool InstallPlan::LoadPartitionsFromSlots(BootControlInterface* boot_control) { in LoadPartitionsFromSlots() argument 103 result = boot_control->GetPartitionDevice( in LoadPartitionsFromSlots() 112 result = boot_control->GetPartitionDevice( in LoadPartitionsFromSlots()
|
D | delta_performer.h | 66 BootControlInterface* boot_control, in DeltaPerformer() argument 73 boot_control_(boot_control), in DeltaPerformer()
|
D | download_action_unittest.cc | 166 fake_system_state.boot_control(), in TestWithData() 282 fake_system_state.boot_control(), in TEST() 371 fake_system_state_.boot_control(), in TestTerminateEarly() 483 fake_system_state_.boot_control(), in TEST() 569 fake_system_state_.boot_control(), in StartDownload()
|
D | download_action.h | 77 BootControlInterface* boot_control,
|
D | install_plan.h | 52 bool LoadPartitionsFromSlots(BootControlInterface* boot_control);
|
D | download_action.cc | 43 BootControlInterface* boot_control, in DownloadAction() argument 49 boot_control_(boot_control), in DownloadAction()
|
/system/update_engine/common/ |
D | boot_control.h | 25 namespace boot_control {
|