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.cc167 FakeBootControl fake_boot_control_; member in chromeos_update_engine::PostinstallRunnerActionTest
206 &fake_boot_control_, &fake_hardware_); in RunPostinstallActionWithInstallPlan()
236 PostinstallRunnerAction action(&fake_boot_control_, &fake_hardware_); in TEST_F()
Ddelta_performer_integration_test.cc103 FakeBootControl fake_boot_control_; member
785 &state->fake_boot_control_, in ApplyDeltaFile()
807 state->fake_boot_control_.SetPartitionDevice( in ApplyDeltaFile()
809 state->fake_boot_control_.SetPartitionDevice( in ApplyDeltaFile()
811 state->fake_boot_control_.SetPartitionDevice( in ApplyDeltaFile()
813 state->fake_boot_control_.SetPartitionDevice( in ApplyDeltaFile()
Ddelta_performer_unittest.cc294 fake_boot_control_.SetPartitionDevice( in ApplyPayloadToData()
296 fake_boot_control_.SetPartitionDevice( in ApplyPayloadToData()
298 fake_boot_control_.SetPartitionDevice( in ApplyPayloadToData()
300 fake_boot_control_.SetPartitionDevice( in ApplyPayloadToData()
439 FakeBootControl fake_boot_control_; member in chromeos_update_engine::DeltaPerformerTest
444 &fake_boot_control_,