Home
last modified time | relevance | path

Searched refs:boot_control (Results 1 – 25 of 29) sorted by relevance

12

/system/update_engine/payload_consumer/
Dinstall_plan.cc152 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()
230 BootControlInterface* boot_control, in ParseManifestToInstallPlan() argument
279 if (!install_plan->LoadPartitionsFromSlots(boot_control)) { in ParseManifestToInstallPlan()
289 BootControlInterface* boot_control, in ParsePartitions() argument
293 partitions, boot_control, block_size, this, error); in ParsePartitions()
298 BootControlInterface* boot_control, in ParsePartitions() argument
302 partitions, boot_control, block_size, this, error); in ParsePartitions()
Dpartition_update_generator_android.cc35 BootControlInterface* boot_control, size_t block_size) in PartitionUpdateGeneratorAndroid() argument
36 : boot_control_(boot_control), block_size_(block_size) {} in PartitionUpdateGeneratorAndroid()
179 BootControlInterface* boot_control, size_t block_size) { in Create() argument
180 CHECK(boot_control); in Create()
183 new PartitionUpdateGeneratorAndroid(boot_control, block_size)); in Create()
Dinstall_plan.h54 bool LoadPartitionsFromSlots(BootControlInterface* boot_control);
57 BootControlInterface* boot_control,
66 BootControlInterface* boot_control,
71 BootControlInterface* boot_control,
Ddelta_performer_fuzzer.cc49 FakeBootControl boot_control; in FuzzDeltaPerformer() local
76 &boot_control, in FuzzDeltaPerformer()
Dpartition_update_generator_stub.cc33 BootControlInterface* boot_control, size_t block_size) { in Create() argument
Ddelta_performer.h69 BootControlInterface* boot_control,
77 boot_control_(boot_control), in prefs_()
188 BootControlInterface* boot_control,
Dpartition_update_generator_interface.h50 BootControlInterface* boot_control, size_t block_size);
Dpartition_update_generator_android.h36 PartitionUpdateGeneratorAndroid(BootControlInterface* boot_control,
Dpostinstall_runner_action.h43 PostinstallRunnerAction(BootControlInterface* boot_control,
Dpostinstall_runner_action.cc85 BootControlInterface* boot_control, HardwareInterface* hardware) in PostinstallRunnerAction() argument
86 : boot_control_(boot_control), hardware_(hardware) { in PostinstallRunnerAction()
/system/update_engine/
Dupdate_boot_flags_action.h28 explicit UpdateBootFlagsAction(BootControlInterface* boot_control) in UpdateBootFlagsAction() argument
29 : boot_control_(boot_control) {} in UpdateBootFlagsAction()
Ddownload_action_android_unittest.cc71 BootControlStub boot_control; in TEST_F() local
84 &prefs, &boot_control, nullptr, http_fetcher, false /* interactive */); in TEST_F()
139 BootControlStub boot_control; in TEST_F() local
156 &prefs, &boot_control, &hardware, http_fetcher, false /* interactive */); in TEST_F()
159 &boot_control, in TEST_F()
Ddownload_action.cc40 BootControlInterface* boot_control, in DownloadAction() argument
46 boot_control_(boot_control), in DownloadAction()
/system/update_engine/aosp/
Dboot_control_android.cc40 namespace boot_control { namespace
44 auto boot_control = std::make_unique<BootControlAndroid>(); in CreateBootControl() local
45 if (!boot_control->Init()) { in CreateBootControl()
48 return std::move(boot_control); in CreateBootControl()
Dsideload_main.cc144 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()
Ddaemon_state_android.cc31 boot_control_ = boot_control::CreateBootControl(); in Initialize()
Dcleanup_previous_update_action.h52 BootControlInterface* boot_control,
Dcleanup_previous_update_action.cc63 BootControlInterface* boot_control, in CleanupPreviousUpdateAction() argument
67 boot_control_(boot_control), in CleanupPreviousUpdateAction()
Ddynamic_partition_control_android.h62 BootControlInterface* boot_control,
/system/update_engine/common/
Dboot_control.h25 namespace boot_control {
Dsystem_state.h73 virtual BootControlInterface* boot_control() = 0;
Ddynamic_partition_control_stub.h51 BootControlInterface* boot_control,
Ddynamic_partition_control_stub.cc76 BootControlInterface* boot_control, in GetCleanupPreviousUpdateAction() argument
Ddownload_action.h77 BootControlInterface* boot_control,
Ddynamic_partition_control_interface.h129 BootControlInterface* boot_control,

12