Home
last modified time | relevance | path

Searched defs:boot_control (Results 1 – 21 of 21) sorted by relevance

/system/update_engine/
Dupdate_boot_flags_action.h28 explicit UpdateBootFlagsAction(BootControlInterface* boot_control) in UpdateBootFlagsAction()
Ddownload_action_android_unittest.cc74 BootControlStub boot_control; in TEST_F() local
143 BootControlStub boot_control; in TEST_F() local
Ddownload_action.cc41 BootControlInterface* boot_control, in DownloadAction()
/system/update_engine/payload_consumer/
Dpartition_update_generator_stub.cc33 BootControlInterface* boot_control, size_t block_size) { in Create()
Dpartition_update_generator_android.cc35 BootControlInterface* boot_control, size_t block_size) in PartitionUpdateGeneratorAndroid()
175 BootControlInterface* boot_control, size_t block_size) { in Create()
Ddelta_performer_fuzzer.cc49 FakeBootControl boot_control; in FuzzDeltaPerformer() local
Dinstall_plan.cc152 bool InstallPlan::LoadPartitionsFromSlots(BootControlInterface* boot_control) { in LoadPartitionsFromSlots()
Ddelta_performer.h69 BootControlInterface* boot_control, in DeltaPerformer()
Dpostinstall_runner_action.cc57 BootControlInterface* boot_control, HardwareInterface* hardware) in PostinstallRunnerAction()
Ddelta_performer.cc792 BootControlInterface* boot_control, in PreparePartitionsForUpdate()
/system/update_engine/aosp/
Dboot_control_android.cc48 namespace boot_control { namespace
52 auto boot_control = std::make_unique<BootControlAndroid>(); in CreateBootControl() local
Dsideload_main.cc144 std::unique_ptr<BootControlInterface> boot_control = in ApplyUpdatePayload() local
Dcleanup_previous_update_action.cc59 BootControlInterface* boot_control, in CleanupPreviousUpdateAction()
Dupdate_attempter_android.cc134 BootControlInterface* boot_control, in UpdateAttempterAndroid()
Ddynamic_partition_control_android.cc1269 BootControlInterface* boot_control, in GetCleanupPreviousUpdateAction()
/system/update_engine/cros/
Dfake_system_state.h62 BootControlInterface* boot_control() override { return boot_control_; } in boot_control() function
122 void set_boot_control(BootControlInterface* boot_control) { in set_boot_control()
Dreal_system_state.h71 BootControlInterface* boot_control() override { return boot_control_.get(); } in boot_control() function
Ddownload_action_chromeos.cc45 BootControlInterface* boot_control, in DownloadActionChromeos()
Dboot_control_chromeos.cc86 namespace boot_control { namespace
Dupdate_attempter.cc1421 BootControlInterface* boot_control = SystemState::Get()->boot_control(); in ResetStatus() local
/system/update_engine/common/
Ddynamic_partition_control_stub.cc65 BootControlInterface* boot_control, in GetCleanupPreviousUpdateAction()