/system/update_engine/payload_consumer/ |
D | partition_update_generator_android.cc | 35 BootControlInterface* boot_control, size_t block_size) in PartitionUpdateGeneratorAndroid() argument 36 : boot_control_(boot_control), block_size_(block_size) {} in PartitionUpdateGeneratorAndroid() 175 BootControlInterface* boot_control, size_t block_size) { in Create() argument 176 CHECK(boot_control); in Create() 179 new PartitionUpdateGeneratorAndroid(boot_control, block_size)); in Create()
|
D | delta_performer_fuzzer.cc | 49 FakeBootControl boot_control; in FuzzDeltaPerformer() local 76 &boot_control, in FuzzDeltaPerformer()
|
D | install_plan.cc | 152 bool InstallPlan::LoadPartitionsFromSlots(BootControlInterface* boot_control) { in LoadPartitionsFromSlots() argument 157 TEST_AND_RETURN_FALSE(boot_control->GetPartitionDevice( in LoadPartitionsFromSlots() 165 auto device = boot_control->GetPartitionDevice( in LoadPartitionsFromSlots()
|
D | partition_update_generator_stub.cc | 33 BootControlInterface* boot_control, size_t block_size) { 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() 199 BootControlInterface* boot_control,
|
D | partition_update_generator_android.h | 36 PartitionUpdateGeneratorAndroid(BootControlInterface* boot_control,
|
D | postinstall_runner_action.h | 43 PostinstallRunnerAction(BootControlInterface* boot_control,
|
/system/update_engine/ |
D | update_boot_flags_action.h | 28 explicit UpdateBootFlagsAction(BootControlInterface* boot_control) in UpdateBootFlagsAction() argument 29 : boot_control_(boot_control) {} in UpdateBootFlagsAction()
|
D | download_action_android_unittest.cc | 74 BootControlStub boot_control; in TEST_F() local 88 &prefs, &boot_control, nullptr, http_fetcher, false /* interactive */); in TEST_F() 143 BootControlStub boot_control; in TEST_F() local 161 &prefs, &boot_control, &hardware, http_fetcher, false /* interactive */); in TEST_F() 164 &boot_control, in TEST_F()
|
D | download_action.cc | 41 BootControlInterface* boot_control, in DownloadAction() argument 46 boot_control_(boot_control), in DownloadAction()
|
/system/update_engine/aosp/ |
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() 159 boot_control.get(), in ApplyUpdatePayload()
|
D | boot_control_android.cc | 48 namespace boot_control { namespace 52 auto boot_control = std::make_unique<BootControlAndroid>(); in CreateBootControl() local 53 if (!boot_control->Init()) { in CreateBootControl() 56 return std::move(boot_control); in CreateBootControl()
|
D | daemon_state_android.cc | 31 boot_control_ = boot_control::CreateBootControl(); in Initialize()
|
D | cleanup_previous_update_action.h | 52 BootControlInterface* boot_control,
|
/system/update_engine/common/ |
D | boot_control.h | 25 namespace boot_control {
|
D | system_state.h | 73 virtual BootControlInterface* boot_control() = 0;
|
D | dynamic_partition_control_stub.cc | 65 BootControlInterface* boot_control, in GetCleanupPreviousUpdateAction() argument
|
D | dynamic_partition_control_stub.h | 47 BootControlInterface* boot_control,
|
D | download_action.h | 77 BootControlInterface* boot_control,
|
/system/update_engine/cros/ |
D | fake_system_state.h | 62 BootControlInterface* boot_control() override { return boot_control_; } in boot_control() function 122 void set_boot_control(BootControlInterface* boot_control) { in set_boot_control() argument 123 boot_control_ = boot_control ? boot_control : &fake_boot_control_; in set_boot_control()
|
D | update_attempter.cc | 189 SystemState::Get()->boot_control()); in StartUpdater() 755 SystemState::Get()->boot_control()); in BuildUpdateActions() 771 SystemState::Get()->boot_control(), in BuildUpdateActions() 784 SystemState::Get()->boot_control()->GetDynamicPartitionControl()); in BuildUpdateActions() 793 SystemState::Get()->boot_control(), SystemState::Get()->hardware()); in BuildUpdateActions() 848 SystemState::Get()->boot_control()->GetCurrentSlot(); in Rollback() 851 SystemState::Get()->boot_control())); in Rollback() 859 SystemState::Get()->boot_control(), SystemState::Get()->hardware()); in Rollback() 884 SystemState::Get()->boot_control()->GetNumSlots(); in GetRollbackSlot() 886 SystemState::Get()->boot_control()->GetCurrentSlot(); in GetRollbackSlot() [all …]
|
D | download_action_chromeos.h | 53 BootControlInterface* boot_control,
|
D | download_action_chromeos_unittest.cc | 165 FakeSystemState::Get()->boot_control(), in TestWithData() 279 FakeSystemState::Get()->boot_control(), in TEST() 368 FakeSystemState::Get()->boot_control(), in TestTerminateEarly() 479 FakeSystemState::Get()->boot_control(), in TEST() 561 FakeSystemState::Get()->boot_control(), in StartDownload()
|
/system/update_engine/update_manager/ |
D | real_system_provider.cc | 116 "num_slots", SystemState::Get()->boot_control()->GetNumSlots())); in Init()
|