/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 | 144 std::unique_ptr<BootControlInterface> boot_control = in ApplyUpdatePayload() local 145 boot_control::CreateBootControl(); in ApplyUpdatePayload() 146 if (!boot_control) { in ApplyUpdatePayload() 158 &sideload_daemon_state, &prefs, boot_control.get(), hardware.get()); in ApplyUpdatePayload()
|
D | boot_control_android.cc | 50 namespace boot_control { namespace 54 auto boot_control = std::make_unique<BootControlAndroid>(); in CreateBootControl() local 55 if (!boot_control->Init()) { in CreateBootControl() 58 return std::move(boot_control); in CreateBootControl()
|
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 | 790 std::make_unique<UpdateBootFlagsAction>(system_state_->boot_control()); in BuildUpdateActions() 807 system_state_->boot_control(), in BuildUpdateActions() 822 system_state_->boot_control()->GetDynamicPartitionControl()); in BuildUpdateActions() 832 system_state_->boot_control(), system_state_->hardware()); in BuildUpdateActions() 885 install_plan_->source_slot = system_state_->boot_control()->GetCurrentSlot(); in Rollback() 888 install_plan_->LoadPartitionsFromSlots(system_state_->boot_control())); in Rollback() 897 system_state_->boot_control(), system_state_->hardware()); in Rollback() 921 const unsigned int num_slots = system_state_->boot_control()->GetNumSlots(); in GetRollbackSlot() 923 system_state_->boot_control()->GetCurrentSlot(); in GetRollbackSlot() 937 system_state_->boot_control()->IsSlotBootable(slot)) { in GetRollbackSlot() [all …]
|
D | system_state.h | 67 virtual BootControlInterface* boot_control() = 0;
|
D | cleanup_previous_update_action.h | 51 BootControlInterface* boot_control,
|
D | daemon_state_android.cc | 30 boot_control_ = boot_control::CreateBootControl(); in Initialize()
|
D | omaha_response_handler_action.cc | 131 install_plan_.target_slot = system_state_->boot_control()->GetCurrentSlot(); in PerformAction() 134 install_plan_.source_slot = system_state_->boot_control()->GetCurrentSlot(); in PerformAction()
|
/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 | partition_update_generator_android.cc | 40 BootControlInterface* boot_control, in PartitionUpdateGeneratorAndroid() argument 43 : boot_control_(boot_control), in PartitionUpdateGeneratorAndroid() 226 BootControlInterface* boot_control, size_t block_size) { in Create() argument 227 CHECK(boot_control); in Create() 228 auto dynamic_control = boot_control->GetDynamicPartitionControl(); in Create() 237 boot_control, std::move(dir_path), block_size)); in Create()
|
D | postinstall_runner_action.h | 42 PostinstallRunnerAction(BootControlInterface* boot_control, in PostinstallRunnerAction() argument 44 : boot_control_(boot_control), hardware_(hardware) {} in PostinstallRunnerAction()
|
D | delta_performer_fuzzer.cc | 49 FakeBootControl boot_control; in FuzzDeltaPerformer() local 76 &boot_control, in FuzzDeltaPerformer()
|
D | install_plan.cc | 112 bool InstallPlan::LoadPartitionsFromSlots(BootControlInterface* boot_control) { in LoadPartitionsFromSlots() argument 117 result = boot_control->GetPartitionDevice( in LoadPartitionsFromSlots() 126 result = boot_control->GetPartitionDevice( in LoadPartitionsFromSlots()
|
D | partition_update_generator_stub.cc | 33 BootControlInterface* boot_control) { in Create() argument
|
D | partition_update_generator_interface.h | 50 BootControlInterface* boot_control, size_t block_size);
|
D | delta_performer.h | 69 BootControlInterface* boot_control, in DeltaPerformer() argument 76 boot_control_(boot_control), in DeltaPerformer() 201 BootControlInterface* boot_control,
|
D | partition_update_generator_android.h | 35 PartitionUpdateGeneratorAndroid(BootControlInterface* boot_control,
|
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()
|
/system/update_engine/common/ |
D | boot_control.h | 25 namespace boot_control {
|
D | dynamic_partition_control_stub.h | 46 BootControlInterface* boot_control,
|
D | dynamic_partition_control_stub.cc | 60 BootControlInterface* boot_control, in GetCleanupPreviousUpdateAction() argument
|
D | dynamic_partition_control_interface.h | 106 BootControlInterface* boot_control,
|