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_unittest.cc35 auto boot_control = fake_system_state_.fake_boot_control(); in TEST_F() local
52 auto boot_control = fake_system_state_.fake_boot_control(); in TEST_F() local
Dupdate_boot_flags_action.h28 explicit UpdateBootFlagsAction(BootControlInterface* boot_control) in UpdateBootFlagsAction()
Dboot_control_android.cc50 namespace boot_control { namespace
54 auto boot_control = std::make_unique<BootControlAndroid>(); in CreateBootControl() local
Dfake_system_state.h51 BootControlInterface* boot_control() override { return boot_control_; } in boot_control() function
111 void set_boot_control(BootControlInterface* boot_control) { in set_boot_control()
Dreal_system_state.h84 inline BootControlInterface* boot_control() override { in boot_control() function
Dcleanup_previous_update_action.cc58 BootControlInterface* boot_control, in CleanupPreviousUpdateAction()
Dsideload_main.cc144 std::unique_ptr<BootControlInterface> boot_control = in ApplyUpdatePayload() local
Dboot_control_chromeos.cc86 namespace boot_control { namespace
Dupdate_attempter_android.cc135 BootControlInterface* boot_control, in UpdateAttempterAndroid()
Dupdate_attempter.cc1467 BootControlInterface* boot_control = system_state_->boot_control(); in ResetStatus() local
Ddynamic_partition_control_android.cc1052 BootControlInterface* boot_control, in GetCleanupPreviousUpdateAction()
/system/update_engine/payload_consumer/
Dpartition_update_generator_stub.cc33 BootControlInterface* boot_control) { in Create()
Dpostinstall_runner_action.h42 PostinstallRunnerAction(BootControlInterface* boot_control, in PostinstallRunnerAction()
Dpartition_update_generator_android.cc40 BootControlInterface* boot_control, in PartitionUpdateGeneratorAndroid()
226 BootControlInterface* boot_control, size_t block_size) { in Create()
Dinstall_plan.cc112 bool InstallPlan::LoadPartitionsFromSlots(BootControlInterface* boot_control) { in LoadPartitionsFromSlots()
Ddelta_performer_fuzzer.cc49 FakeBootControl boot_control; in FuzzDeltaPerformer() local
Ddelta_performer.h69 BootControlInterface* boot_control, in DeltaPerformer()
Ddownload_action.cc43 BootControlInterface* boot_control, in DownloadAction()
Ddelta_performer.cc942 BootControlInterface* boot_control, in PreparePartitionsForUpdate()
/system/update_engine/update_manager/
Dreal_system_provider.h40 chromeos_update_engine::BootControlInterface* boot_control, in RealSystemProvider()
/system/update_engine/common/
Ddynamic_partition_control_stub.cc60 BootControlInterface* boot_control, in GetCleanupPreviousUpdateAction()