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

  /system/update_engine/
omaha_response_handler_action_unittest.cc 44 FakeBootControl* fake_boot_control = fake_system_state_.fake_boot_control(); variable
45 fake_boot_control->SetPartitionDevice(
47 fake_boot_control->SetPartitionDevice(
49 fake_boot_control->SetPartitionDevice(
51 fake_boot_control->SetPartitionDevice(
110 int slot = 1 - fake_system_state_.fake_boot_control()->GetCurrentSlot();
181 fake_system_state_.fake_boot_control()->SetCurrentSlot(1);
202 fake_system_state_.fake_boot_control()->SetCurrentSlot(0);
fake_system_state.h 25 #include "update_engine/common/fake_boot_control.h"
172 inline FakeBootControl* fake_boot_control() { function in class:chromeos_update_engine::FakeSystemState
payload_state_unittest.cc 1447 FakeBootControl* fake_boot_control = fake_system_state.fake_boot_control(); local
    [all...]
update_attempter_unittest.cc 291 fake_system_state.fake_boot_control(), fake_system_state.fake_hardware());
450 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(
196 EXPECT_TRUE(fake_system_state.fake_boot_control()->IsSlotBootable(
198 EXPECT_FALSE(fake_system_state.fake_boot_control()->IsSlotBootable(

Completed in 90 milliseconds