Home
last modified time | relevance | path

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

12

/system/update_engine/payload_consumer/
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()
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()
Ddelta_performer_fuzzer.cc49 FakeBootControl boot_control; in FuzzDeltaPerformer() local
76 &boot_control, in FuzzDeltaPerformer()
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()
Dpartition_update_generator_stub.cc33 BootControlInterface* boot_control, size_t block_size) { in Create() argument
Dpartition_update_generator_interface.h50 BootControlInterface* boot_control, size_t block_size);
Ddelta_performer.h69 BootControlInterface* boot_control, in DeltaPerformer() argument
76 boot_control_(boot_control), in DeltaPerformer()
199 BootControlInterface* boot_control,
Dpartition_update_generator_android.h36 PartitionUpdateGeneratorAndroid(BootControlInterface* boot_control,
Dpostinstall_runner_action.h43 PostinstallRunnerAction(BootControlInterface* boot_control,
/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.cc74 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()
Ddownload_action.cc41 BootControlInterface* boot_control, in DownloadAction() argument
46 boot_control_(boot_control), in DownloadAction()
/system/update_engine/aosp/
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()
Dboot_control_android.cc48 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()
Ddaemon_state_android.cc31 boot_control_ = boot_control::CreateBootControl(); in Initialize()
Dcleanup_previous_update_action.h52 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.cc65 BootControlInterface* boot_control, in GetCleanupPreviousUpdateAction() argument
Ddynamic_partition_control_stub.h47 BootControlInterface* boot_control,
Ddownload_action.h77 BootControlInterface* boot_control,
/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() argument
123 boot_control_ = boot_control ? boot_control : &fake_boot_control_; in set_boot_control()
Dupdate_attempter.cc189 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 …]
Ddownload_action_chromeos.h53 BootControlInterface* boot_control,
Ddownload_action_chromeos_unittest.cc165 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/
Dreal_system_provider.cc116 "num_slots", SystemState::Get()->boot_control()->GetNumSlots())); in Init()

12