Home
last modified time | relevance | path

Searched refs:IsNormalBootMode (Results 1 – 12 of 12) sorted by relevance

/system/update_engine/common/
Dmock_hardware.h35 ON_CALL(*this, IsNormalBootMode()) in MockHardware()
37 testing::Invoke(&fake_, &FakeHardware::IsNormalBootMode)); in MockHardware()
84 MOCK_CONST_METHOD0(IsNormalBootMode, bool());
Dhardware_interface.h49 virtual bool IsNormalBootMode() const = 0;
Dfake_hardware.h63 bool IsNormalBootMode() const override { return is_normal_boot_mode_; } in IsNormalBootMode() function
/system/update_engine/cros/
Dhardware_chromeos.cc103 LoadConfig("" /* root_prefix */, IsNormalBootMode()); in Init()
112 bool HardwareChromeOS::IsNormalBootMode() const { in IsNormalBootMode() function in chromeos_update_engine::HardwareChromeOS
120 if (IsNormalBootMode()) in AreDevFeaturesEnabled()
Dhardware_chromeos.h44 bool IsNormalBootMode() const override;
Dreal_system_state.cc61 LOG_IF(INFO, !hardware_->IsNormalBootMode()) << "Booted in dev mode."; in Initialize()
Dimage_properties_chromeos.cc101 if (!hardware->IsOfficialBuild() || !hardware->IsNormalBootMode()) in LoadImageProperties()
Dupdate_attempter.cc1491 if (!SystemState::Get()->hardware()->IsNormalBootMode()) in GetErrorCodeFlags()
/system/update_engine/aosp/
Ddaemon_state_android.cc44 LOG_IF(INFO, !hardware_->IsNormalBootMode()) << "Booted in dev mode."; in Initialize()
Dhardware_android.h40 bool IsNormalBootMode() const override;
Dhardware_android.cc148 bool HardwareAndroid::IsNormalBootMode() const { in IsNormalBootMode() function in chromeos_update_engine::HardwareAndroid
157 return !IsNormalBootMode(); in AreDevFeaturesEnabled()
/system/update_engine/update_manager/
Dreal_system_provider.cc104 SystemState::Get()->hardware()->IsNormalBootMode())); in Init()