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/update_manager/
real_system_provider_unittest.cc
60
&fake_hardware_, &
fake_boot_control_
, libcros_proxy_mock_.get()));
63
new RealSystemProvider(&fake_hardware_, &
fake_boot_control_
, nullptr));
69
chromeos_update_engine::FakeBootControl
fake_boot_control_
;
member in class:chromeos_update_manager::UmRealSystemProviderTest
/system/update_engine/
fake_system_state.h
108
boot_control_ = boot_control ? boot_control : &
fake_boot_control_
;
171
CHECK(boot_control_ == &
fake_boot_control_
);
172
return &
fake_boot_control_
;
232
FakeBootControl
fake_boot_control_
;
member in class:chromeos_update_engine::FakeSystemState
248
BootControlInterface* boot_control_{&
fake_boot_control_
};
/system/update_engine/payload_consumer/
postinstall_runner_action_unittest.cc
156
FakeBootControl
fake_boot_control_
;
member in class:chromeos_update_engine::PostinstallRunnerActionTest
185
PostinstallRunnerAction runner_action(&
fake_boot_control_
, &fake_hardware_);
214
PostinstallRunnerAction action(&
fake_boot_control_
, &fake_hardware_);
delta_performer_unittest.cc
201
fake_boot_control_
.SetPartitionDevice(
203
fake_boot_control_
.SetPartitionDevice(
205
fake_boot_control_
.SetPartitionDevice(
207
fake_boot_control_
.SetPartitionDevice(
329
FakeBootControl
fake_boot_control_
;
member in class:chromeos_update_engine::DeltaPerformerTest
333
&
fake_boot_control_
,
[
all
...]
delta_performer_integration_test.cc
95
FakeBootControl
fake_boot_control_
;
member in struct:chromeos_update_engine::__anon115296::DeltaState
746
&state->
fake_boot_control_
,
779
state->
fake_boot_control_
.SetPartitionDevice(
781
state->
fake_boot_control_
.SetPartitionDevice(
783
state->
fake_boot_control_
.SetPartitionDevice(
785
state->
fake_boot_control_
.SetPartitionDevice(
[
all
...]
Completed in 222 milliseconds