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

  /system/update_engine/update_manager/
real_system_provider_unittest.cc 59 &fake_hardware_, &fake_boot_control_, libcros_proxy_mock_.get()));
62 new RealSystemProvider(&fake_hardware_, &fake_boot_control_, nullptr));
68 chromeos_update_engine::FakeBootControl fake_boot_control_; member in class:chromeos_update_manager::UmRealSystemProviderTest
  /system/update_engine/
fake_system_state.h 110 boot_control_ = boot_control ? boot_control : &fake_boot_control_;
174 CHECK(boot_control_ == &fake_boot_control_);
175 return &fake_boot_control_;
235 FakeBootControl fake_boot_control_; member in class:chromeos_update_engine::FakeSystemState
251 BootControlInterface* boot_control_{&fake_boot_control_};
  /system/update_engine/payload_consumer/
postinstall_runner_action_unittest.cc 153 FakeBootControl fake_boot_control_; member in class:chromeos_update_engine::PostinstallRunnerActionTest
182 PostinstallRunnerAction runner_action(&fake_boot_control_, &fake_hardware_);
211 PostinstallRunnerAction action(&fake_boot_control_, &fake_hardware_);
delta_performer_unittest.cc 256 fake_boot_control_.SetPartitionDevice(
258 fake_boot_control_.SetPartitionDevice(
260 fake_boot_control_.SetPartitionDevice(
262 fake_boot_control_.SetPartitionDevice(
384 FakeBootControl fake_boot_control_; member in class:chromeos_update_engine::DeltaPerformerTest
388 &fake_boot_control_,
    [all...]
delta_performer_integration_test.cc 95 FakeBootControl fake_boot_control_; member in struct:chromeos_update_engine::__anon3839::DeltaState
746 &state->fake_boot_control_,
780 state->fake_boot_control_.SetPartitionDevice(
782 state->fake_boot_control_.SetPartitionDevice(
784 state->fake_boot_control_.SetPartitionDevice(
786 state->fake_boot_control_.SetPartitionDevice(
    [all...]

Completed in 439 milliseconds