Home
last modified time | relevance | path

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

/system/update_engine/
Dfake_system_state.h112 boot_control_ = boot_control ? boot_control : &fake_boot_control_; in set_boot_control()
180 CHECK(boot_control_ == &fake_boot_control_); in fake_boot_control()
181 return &fake_boot_control_; in fake_boot_control()
241 FakeBootControl fake_boot_control_;
257 BootControlInterface* boot_control_{&fake_boot_control_};
/system/update_engine/update_manager/
Dreal_system_provider_unittest.cc58 &fake_hardware_, &fake_boot_control_, kiosk_app_proxy_mock_.get())); in SetUp()
61 new RealSystemProvider(&fake_hardware_, &fake_boot_control_, nullptr)); in SetUp()
67 chromeos_update_engine::FakeBootControl fake_boot_control_; member in chromeos_update_manager::UmRealSystemProviderTest
/system/update_engine/payload_consumer/
Dpostinstall_runner_action_unittest.cc157 FakeBootControl fake_boot_control_; member in chromeos_update_engine::PostinstallRunnerActionTest
189 &fake_boot_control_, &fake_hardware_); in RunPostinstallAction()
219 PostinstallRunnerAction action(&fake_boot_control_, &fake_hardware_); in TEST_F()
Ddelta_performer_unittest.cc286 fake_boot_control_.SetPartitionDevice( in ApplyPayloadToData()
288 fake_boot_control_.SetPartitionDevice( in ApplyPayloadToData()
290 fake_boot_control_.SetPartitionDevice( in ApplyPayloadToData()
292 fake_boot_control_.SetPartitionDevice( in ApplyPayloadToData()
430 FakeBootControl fake_boot_control_; member in chromeos_update_engine::DeltaPerformerTest
435 &fake_boot_control_,
Ddelta_performer_integration_test.cc98 FakeBootControl fake_boot_control_; member
725 &state->fake_boot_control_, in ApplyDeltaFile()
755 state->fake_boot_control_.SetPartitionDevice( in ApplyDeltaFile()
757 state->fake_boot_control_.SetPartitionDevice( in ApplyDeltaFile()
759 state->fake_boot_control_.SetPartitionDevice( in ApplyDeltaFile()
761 state->fake_boot_control_.SetPartitionDevice( in ApplyDeltaFile()