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

  /system/update_engine/common/
hardware_interface.h 45 virtual bool IsNormalBootMode() const = 0;
mock_hardware.h 36 ON_CALL(*this, IsNormalBootMode())
38 &FakeHardware::IsNormalBootMode));
66 MOCK_CONST_METHOD0(IsNormalBootMode, bool());
fake_hardware.h 49 bool IsNormalBootMode() const override { return is_normal_boot_mode_; }
  /system/update_engine/
hardware_android.h 38 bool IsNormalBootMode() const override;
hardware_chromeos.h 39 bool IsNormalBootMode() const override;
daemon_state_android.cc 43 LOG_IF(INFO, !hardware_->IsNormalBootMode()) << "Booted in dev mode.";
hardware_android.cc 117 bool HardwareAndroid::IsNormalBootMode() const {
hardware_chromeos.cc 76 bool HardwareChromeOS::IsNormalBootMode() const {
image_properties_chromeos.cc 100 if (!hardware->IsOfficialBuild() || !hardware->IsNormalBootMode())
real_system_state.cc 71 LOG_IF(INFO, !hardware_->IsNormalBootMode()) << "Booted in dev mode.";
update_attempter.cc     [all...]
  /system/update_engine/update_manager/
real_config_provider.cc 43 if (hardware_->IsNormalBootMode()) {
real_system_provider.cc 41 hardware_->IsNormalBootMode()));

Completed in 1204 milliseconds