Searched defs:fake_boot_control (Results 1 - 3 of 3) 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 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 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

Completed in 55 milliseconds