HomeSort by relevance Sort by last modified time
    Searched defs:boot_control_ (Results 1 - 8 of 8) sorted by null

  /system/update_engine/
daemon_state_android.h 57 std::unique_ptr<BootControlInterface> boot_control_; member in class:chromeos_update_engine::DaemonStateAndroid
real_system_state.h 84 return boot_control_.get();
139 std::unique_ptr<BootControlInterface> boot_control_; member in class:chromeos_update_engine::RealSystemState
update_attempter_android.h 55 BootControlInterface* boot_control_,
166 BootControlInterface* boot_control_; member in class:chromeos_update_engine::UpdateAttempterAndroid
update_attempter_android_unittest.cc 61 &daemon_state_, &prefs_, &boot_control_, &hardware_};
65 FakeBootControl boot_control_; member in class:chromeos_update_engine::UpdateAttempterAndroidTest
  /system/update_engine/payload_consumer/
postinstall_runner_action.h 42 : boot_control_(boot_control), hardware_(hardware) {}
125 BootControlInterface* boot_control_; member in class:chromeos_update_engine::PostinstallRunnerAction
delta_performer.h 75 boot_control_(boot_control),
269 BootControlInterface* boot_control_; member in class:chromeos_update_engine::DeltaPerformer
download_action.h 149 BootControlInterface* boot_control_; member in class:chromeos_update_engine::DownloadAction
  /system/update_engine/update_manager/
real_system_provider.h 44 boot_control_(boot_control),
47 boot_control_(boot_control) {}
84 chromeos_update_engine::BootControlInterface* const boot_control_; member in class:chromeos_update_manager::RealSystemProvider::chromeos_update_engine

Completed in 298 milliseconds