Home
last modified time | relevance | path

Searched refs:fake_hardware (Results 1 – 9 of 9) sorted by relevance

/system/update_engine/cros/
Domaha_response_handler_action_unittest.cc425 FakeSystemState::Get()->fake_hardware()->SetIsOfficialBuild(false); in TEST_F()
500 FakeSystemState::Get()->fake_hardware()->SetIsOfficialBuild(false); in TEST_F()
528 FakeSystemState::Get()->fake_hardware()->SetIsOfficialBuild(false); in TEST_F()
556 FakeSystemState::Get()->fake_hardware()->SetIsOfficialBuild(false); in TEST_F()
584 FakeSystemState::Get()->fake_hardware()->SetIsOfficialBuild(false); in TEST_F()
615 FakeSystemState::Get()->fake_hardware()->SetIsOfficialBuild(true); in TEST_F()
649 FakeSystemState::Get()->fake_hardware()->SetIsOfficialBuild(true); in TEST_F()
682 FakeSystemState::Get()->fake_hardware()->SetIsOfficialBuild(true); in TEST_F()
710 FakeSystemState::Get()->fake_hardware()->SetIsOfficialBuild(false); in TEST_F()
783 FakeSystemState::Get()->fake_hardware()->SetMinKernelKeyVersion(0x00010002); in TEST_F()
[all …]
Dimage_properties_chromeos_unittest.cc48 FakeSystemState::Get()->fake_hardware()->SetIsOfficialBuild(locked_down); in SetLockDown()
49 FakeSystemState::Get()->fake_hardware()->SetIsNormalBootMode(locked_down); in SetLockDown()
Dupdate_attempter_unittest.cc343 FakeSystemState::Get()->fake_hardware()->SetIsOfficialBuild( in TestCheckForUpdate()
345 FakeSystemState::Get()->fake_hardware()->SetAreDevFeaturesEnabled( in TestCheckForUpdate()
640 FakeSystemState::Get()->fake_hardware()); in TEST_F()
1101 FakeSystemState::Get()->fake_hardware()->SetIsOOBEComplete(Time::UnixEpoch()); in DecrementUpdateCheckCountTestStart()
1156 FakeSystemState::Get()->fake_hardware()->SetIsOOBEComplete(Time::UnixEpoch()); in NoScatteringDoneDuringManualUpdateTestStart()
1222 FakeSystemState::Get()->fake_hardware()->SetIsOOBEComplete(Time::UnixEpoch()); in StagingSetsPrefsAndTurnsOffScatteringStart()
1279 FakeSystemState::Get()->fake_hardware()->SetIsOOBEComplete(Time::UnixEpoch()); in StagingOffIfInteractiveStart()
1297 FakeSystemState::Get()->fake_hardware()->SetIsOOBEEnabled(true); in StagingOffIfOobeStart()
1298 FakeSystemState::Get()->fake_hardware()->UnsetIsOOBEComplete(); in StagingOffIfOobeStart()
1380 FakeSystemState::Get()->fake_hardware()->SetIsOfficialBuild(false); in TEST_F()
[all …]
Domaha_request_params_unittest.cc52 FakeSystemState::Get()->fake_hardware()->SetIsOfficialBuild(locked_down); in SetLockDown()
53 FakeSystemState::Get()->fake_hardware()->SetIsNormalBootMode(locked_down); in SetLockDown()
Domaha_request_action_unittest.cc1006 FakeSystemState::Get()->fake_hardware()->UnsetIsOOBEComplete(); in TEST_F()
1022 FakeSystemState::Get()->fake_hardware()->UnsetIsOOBEComplete(); in TEST_F()
1023 FakeSystemState::Get()->fake_hardware()->SetIsOOBEEnabled(false); in TEST_F()
1034 FakeSystemState::Get()->fake_hardware()->UnsetIsOOBEComplete(); in TEST_F()
1047 FakeSystemState::Get()->fake_hardware()->UnsetIsOOBEComplete(); in TEST_F()
1069 FakeSystemState::Get()->fake_hardware()->UnsetIsOOBEComplete(); in TEST_F()
2328 FakeSystemState::Get()->fake_hardware()->SetPowerwashCount(1); in TEST_F()
2345 FakeSystemState::Get()->fake_hardware()->SetPowerwashCount(0); in TEST_F()
2348 FakeSystemState::Get()->fake_hardware()->SetFirstActiveOmahaPingSent(); in TEST_F()
2535 FakeSystemState::Get()->fake_hardware()->UnsetIsOOBEComplete(); in TEST_F()
[all …]
Dfake_system_state.h205 inline FakeHardware* fake_hardware() { in fake_hardware() function
/system/update_engine/update_manager/
Dreal_system_provider_unittest.cc73 FakeSystemState::Get()->fake_hardware()->SetIsOOBEComplete(base::Time()); in TEST_F()
78 FakeSystemState::Get()->fake_hardware()->UnsetIsOOBEComplete(); in TEST_F()
/system/update_engine/common/
Dhttp_fetcher_unittest.cc227 FakeHardware* fake_hardware() { return &fake_hardware_; } in fake_hardware() function in chromeos_update_engine::AnyHttpFetcherTest
1138 FakeHardware* fake_hardware, in MultiTest() argument
1165 fake_hardware->SetIsOfficialBuild(false); in MultiTest()
1189 this->test_.fake_hardware(), in TYPED_TEST()
1209 this->test_.fake_hardware(), in TYPED_TEST()
1227 this->test_.fake_hardware(), in TYPED_TEST()
1247 this->test_.fake_hardware(), in TYPED_TEST()
1267 this->test_.fake_hardware(), in TYPED_TEST()
1293 this->test_.fake_hardware(), in TYPED_TEST()
1316 this->test_.fake_hardware(), in TYPED_TEST()
[all …]
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc179 FakeHardware fake_hardware; in ApplyPayload() local
226 &fake_hardware, in ApplyPayload()