OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fake_boot_control
(Results
1 - 5
of
5
) sorted by null
/system/update_engine/
omaha_response_handler_action_unittest.cc
42
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);
fake_system_state.h
27
#include "update_engine/common/
fake_boot_control
.h"
174
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
294
fake_system_state.
fake_boot_control
(), fake_system_state.fake_hardware());
454
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 2583 milliseconds