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

  /system/update_engine/
omaha_response_handler_action_unittest.cc 52 FakeBootControl* fake_boot_control = fake_system_state_.fake_boot_control(); variable
53 fake_boot_control->SetPartitionDevice(
55 fake_boot_control->SetPartitionDevice(
57 fake_boot_control->SetPartitionDevice(
59 fake_boot_control->SetPartitionDevice(
131 int slot = 1 - fake_system_state_.fake_boot_control()->GetCurrentSlot();
205 fake_system_state_.fake_boot_control()->SetCurrentSlot(1);
225 fake_system_state_.fake_boot_control()->SetCurrentSlot(0);
fake_system_state.h 25 #include "update_engine/common/fake_boot_control.h"
173 inline FakeBootControl* fake_boot_control() { function in class:chromeos_update_engine::FakeSystemState
payload_state_unittest.cc 1424 FakeBootControl* fake_boot_control = fake_system_state.fake_boot_control(); local
    [all...]
update_attempter_unittest.cc 353 fake_system_state.fake_boot_control(), fake_system_state.fake_hardware());
524 fake_system_state_.fake_boot_control()->SetSlotBootable(rollback_slot,
    [all...]
  /system/update_engine/payload_consumer/
download_action_unittest.cc 153 fake_system_state.fake_boot_control()->SetSlotBootable(
155 fake_system_state.fake_boot_control()->SetSlotBootable(
197 EXPECT_TRUE(fake_system_state.fake_boot_control()->IsSlotBootable(
199 EXPECT_FALSE(fake_system_state.fake_boot_control()->IsSlotBootable(
  /system/update_engine/payload_generator/
generate_delta_main.cc 33 #include "update_engine/common/fake_boot_control.h"
193 FakeBootControl fake_boot_control; local
207 fake_boot_control.SetPartitionDevice(
215 fake_boot_control.SetPartitionDevice(
224 &fake_boot_control,

Completed in 254 milliseconds