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()
89 MOCK_CONST_METHOD0(IsNormalBootMode, bool());
Dhardware_interface.h47 virtual bool IsNormalBootMode() const = 0;
Dfake_hardware.h60 bool IsNormalBootMode() const override { return is_normal_boot_mode_; } in IsNormalBootMode() function
/system/update_engine/
Dhardware_android.cc84 bool HardwareAndroid::IsNormalBootMode() const { in IsNormalBootMode() function in chromeos_update_engine::HardwareAndroid
93 return !IsNormalBootMode(); in AreDevFeaturesEnabled()
Dhardware_chromeos.cc95 LoadConfig("" /* root_prefix */, IsNormalBootMode()); in Init()
104 bool HardwareChromeOS::IsNormalBootMode() const { in IsNormalBootMode() function in chromeos_update_engine::HardwareChromeOS
112 if (IsNormalBootMode()) in AreDevFeaturesEnabled()
Dhardware_android.h38 bool IsNormalBootMode() const override;
Ddaemon_state_android.cc43 LOG_IF(INFO, !hardware_->IsNormalBootMode()) << "Booted in dev mode."; in Initialize()
Dhardware_chromeos.h43 bool IsNormalBootMode() const override;
Dimage_properties_chromeos.cc101 if (!hardware->IsOfficialBuild() || !hardware->IsNormalBootMode()) in LoadImageProperties()
Dreal_system_state.cc77 LOG_IF(INFO, !hardware_->IsNormalBootMode()) << "Booted in dev mode."; in Initialize()
Dupdate_attempter.cc1332 if (!system_state_->hardware()->IsNormalBootMode()) in GetErrorCodeFlags()
/system/update_engine/update_manager/
Dreal_system_provider.cc99 "is_normal_boot_mode", hardware_->IsNormalBootMode())); in Init()