Home
last modified time | relevance | path

Searched refs:fake_boot_control_ (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/payload_consumer/
Dfilesystem_verifier_action_unittest.cc64 FakeBootControl fake_boot_control_; member in chromeos_update_engine::FilesystemVerifierActionTest
176 fake_boot_control_.SetPartitionDevice( in DoTest()
185 fake_boot_control_.SetPartitionDevice( in DoTest()
196 FilesystemVerifierAction copier_action(&fake_boot_control_, verifier_mode); in DoTest()
268 FilesystemVerifierAction copier_action(&fake_boot_control_, in TEST_F()
297 FilesystemVerifierAction verifier_action(&fake_boot_control_, in TEST_F()
346 fake_boot_control_.SetPartitionDevice( in TEST_F()
348 fake_boot_control_.SetPartitionDevice( in TEST_F()
350 FilesystemVerifierAction action(&fake_boot_control_, in TEST_F()
Dpostinstall_runner_action_unittest.cc163 FakeBootControl fake_boot_control_; member in chromeos_update_engine::PostinstallRunnerActionTest
192 PostinstallRunnerAction runner_action(&fake_boot_control_, &fake_hardware_); in RunPosinstallAction()
218 PostinstallRunnerAction action(&fake_boot_control_, &fake_hardware_); in TEST_F()
Ddelta_performer_unittest.cc205 fake_boot_control_.SetPartitionDevice( in ApplyPayloadToData()
207 fake_boot_control_.SetPartitionDevice( in ApplyPayloadToData()
209 fake_boot_control_.SetPartitionDevice( in ApplyPayloadToData()
211 fake_boot_control_.SetPartitionDevice( in ApplyPayloadToData()
332 FakeBootControl fake_boot_control_; member in chromeos_update_engine::DeltaPerformerTest
336 &prefs_, &fake_boot_control_, &fake_hardware_, &mock_delegate_, &install_plan_};
Ddelta_performer_integration_test.cc93 FakeBootControl fake_boot_control_; member
744 &state->fake_boot_control_, in ApplyDeltaFile()
776 state->fake_boot_control_.SetPartitionDevice( in ApplyDeltaFile()
778 state->fake_boot_control_.SetPartitionDevice( in ApplyDeltaFile()
780 state->fake_boot_control_.SetPartitionDevice( in ApplyDeltaFile()
782 state->fake_boot_control_.SetPartitionDevice( in ApplyDeltaFile()
/system/update_engine/
Dfake_system_state.h112 boot_control_ = boot_control ? boot_control : &fake_boot_control_; in set_boot_control()
175 CHECK(boot_control_ == &fake_boot_control_); in fake_boot_control()
176 return &fake_boot_control_; in fake_boot_control()
236 FakeBootControl fake_boot_control_;
252 BootControlInterface* boot_control_{&fake_boot_control_};
/system/update_engine/update_manager/
Dreal_system_provider_unittest.cc36 new RealSystemProvider(&fake_hardware_, &fake_boot_control_)); in SetUp()
41 chromeos_update_engine::FakeBootControl fake_boot_control_; member in chromeos_update_manager::UmRealSystemProviderTest