Home
last modified time | relevance | path

Searched refs:fake_boot_control (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/cros/
Domaha_response_handler_action_unittest.cc86 FakeBootControl* fake_boot_control = in SetUp() local
87 FakeSystemState::Get()->fake_boot_control(); in SetUp()
88 fake_boot_control->SetPartitionDevice(kPartitionNameKernel, 0, "/dev/sdz2"); in SetUp()
89 fake_boot_control->SetPartitionDevice(kPartitionNameRoot, 0, "/dev/sdz3"); in SetUp()
90 fake_boot_control->SetPartitionDevice(kPartitionNameKernel, 1, "/dev/sdz4"); in SetUp()
91 fake_boot_control->SetPartitionDevice(kPartitionNameRoot, 1, "/dev/sdz5"); in SetUp()
148 ? FakeSystemState::Get()->fake_boot_control()->GetCurrentSlot() in DoTest()
149 : 1 - FakeSystemState::Get()->fake_boot_control()->GetCurrentSlot(); in DoTest()
231 FakeSystemState::Get()->fake_boot_control()->SetCurrentSlot(1); in TEST_F()
256 FakeSystemState::Get()->fake_boot_control()->SetCurrentSlot(0); in TEST_F()
[all …]
Ddownload_action_chromeos_unittest.cc153 FakeSystemState::Get()->fake_boot_control()->SetSlotBootable( in TestWithData()
155 FakeSystemState::Get()->fake_boot_control()->SetSlotBootable( in TestWithData()
197 EXPECT_TRUE(FakeSystemState::Get()->fake_boot_control()->IsSlotBootable( in TestWithData()
199 EXPECT_FALSE(FakeSystemState::Get()->fake_boot_control()->IsSlotBootable( in TestWithData()
Dfake_system_state.h190 inline FakeBootControl* fake_boot_control() { in fake_boot_control() function
Dpayload_state_unittest.cc1418 FakeBootControl* fake_boot_control = in TEST_F() local
1419 FakeSystemState::Get()->fake_boot_control(); in TEST_F()
1420 fake_boot_control->SetCurrentSlot(0); in TEST_F()
1432 fake_boot_control->SetCurrentSlot(1); in TEST_F()
1441 fake_boot_control->SetCurrentSlot(0); in TEST_F()
Dupdate_attempter_unittest.cc639 FakeSystemState::Get()->fake_boot_control(), in TEST_F()
799 FakeSystemState::Get()->fake_boot_control()->SetSlotBootable(rollback_slot, in RollbackTestStart()
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc178 FakeBootControl fake_boot_control; in ApplyPayload() local
203 fake_boot_control.SetPartitionDevice( in ApplyPayload()
211 fake_boot_control.SetPartitionDevice( in ApplyPayload()
225 &fake_boot_control, in ApplyPayload()
230 fake_boot_control.GetDynamicPartitionControl()); in ApplyPayload()