Searched refs:fake_boot_control (Results 1 - 5 of 5) sorted by relevance

/system/update_engine/
H A Domaha_response_handler_action_unittest.cc42 FakeBootControl* fake_boot_control = fake_system_state_.fake_boot_control(); variable
43 fake_boot_control->SetPartitionDevice(
45 fake_boot_control->SetPartitionDevice(
47 fake_boot_control->SetPartitionDevice(
49 fake_boot_control->SetPartitionDevice(
108 int slot = 1 - fake_system_state_.fake_boot_control()->GetCurrentSlot();
179 fake_system_state_.fake_boot_control()->SetCurrentSlot(1);
200 fake_system_state_.fake_boot_control()->SetCurrentSlot(0);
H A Dfake_system_state.h27 #include "update_engine/common/fake_boot_control.h"
174 inline FakeBootControl* fake_boot_control() { function in class:chromeos_update_engine::FakeSystemState
H A Dpayload_state_unittest.cc1447 FakeBootControl* fake_boot_control = fake_system_state.fake_boot_control(); local
1448 fake_boot_control->SetCurrentSlot(0);
1459 fake_boot_control->SetCurrentSlot(1);
1468 fake_boot_control->SetCurrentSlot(0);
H A Dupdate_attempter_unittest.cc294 fake_system_state.fake_boot_control());
454 fake_system_state_.fake_boot_control()->SetSlotBootable(rollback_slot,
/system/update_engine/payload_consumer/
H A Ddownload_action_unittest.cc153 fake_system_state.fake_boot_control()->SetSlotBootable(
155 fake_system_state.fake_boot_control()->SetSlotBootable(
196 EXPECT_TRUE(fake_system_state.fake_boot_control()->IsSlotBootable(
198 EXPECT_FALSE(fake_system_state.fake_boot_control()->IsSlotBootable(

Completed in 100 milliseconds