Searched refs:fake_boot_control_ (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/payload_consumer/ |
D | filesystem_verifier_action_unittest.cc | 64 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()
|
D | postinstall_runner_action_unittest.cc | 163 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()
|
D | delta_performer_unittest.cc | 205 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_};
|
D | delta_performer_integration_test.cc | 93 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/ |
D | fake_system_state.h | 112 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/ |
D | real_system_provider_unittest.cc | 36 new RealSystemProvider(&fake_hardware_, &fake_boot_control_)); in SetUp() 41 chromeos_update_engine::FakeBootControl fake_boot_control_; member in chromeos_update_manager::UmRealSystemProviderTest
|