HomeSort by relevance Sort by last modified time
    Searched refs:fake_hardware_ (Results 1 - 7 of 7) sorted by null

  /system/update_engine/
fake_system_state.cc 29 hardware_(&fake_hardware_),
fake_system_state.h 124 hardware_ = hardware ? hardware : &fake_hardware_;
189 CHECK(hardware_ == &fake_hardware_);
190 return &fake_hardware_;
238 FakeHardware fake_hardware_; member in class:chromeos_update_engine::FakeSystemState
  /system/update_engine/update_manager/
real_system_provider_unittest.cc 59 &fake_hardware_, &fake_boot_control_, libcros_proxy_mock_.get()));
62 new RealSystemProvider(&fake_hardware_, &fake_boot_control_, nullptr));
67 chromeos_update_engine::FakeHardware fake_hardware_; member in class:chromeos_update_manager::UmRealSystemProviderTest
84 fake_hardware_.SetIsOOBEComplete(base::Time());
89 fake_hardware_.UnsetIsOOBEComplete();
  /system/update_engine/payload_consumer/
postinstall_runner_action_unittest.cc 154 FakeHardware fake_hardware_; member in class:chromeos_update_engine::PostinstallRunnerActionTest
182 PostinstallRunnerAction runner_action(&fake_boot_control_, &fake_hardware_);
211 PostinstallRunnerAction action(&fake_boot_control_, &fake_hardware_);
248 EXPECT_FALSE(fake_hardware_.IsPowerwashScheduled());
264 EXPECT_TRUE(fake_hardware_.IsPowerwashScheduled());
275 EXPECT_FALSE(fake_hardware_.IsPowerwashScheduled());
delta_performer_unittest.cc 385 FakeHardware fake_hardware_; member in class:chromeos_update_engine::DeltaPerformerTest
389 &fake_hardware_,
730 fake_hardware_.SetBuildTimestamp(2);
    [all...]
delta_performer_integration_test.cc 96 FakeHardware fake_hardware_; member in struct:chromeos_update_engine::__anon3839::DeltaState
747 &state->fake_hardware_,
    [all...]
  /system/update_engine/common/
http_fetcher_unittest.cc 227 return &fake_hardware_;
232 FakeHardware fake_hardware_; member in class:chromeos_update_engine::AnyHttpFetcherTest
266 new LibcurlHttpFetcher(proxy_resolver, &fake_hardware_);
270 fake_hardware_.SetIsOfficialBuild(false);
311 new LibcurlHttpFetcher(proxy_resolver, &fake_hardware_));
317 fake_hardware_.SetIsOfficialBuild(false);
    [all...]

Completed in 109 milliseconds