Searched refs:IsNormalBootMode (Results 1 – 12 of 12) sorted by relevance
35 ON_CALL(*this, IsNormalBootMode()) in MockHardware()37 testing::Invoke(&fake_, &FakeHardware::IsNormalBootMode)); in MockHardware()84 MOCK_CONST_METHOD0(IsNormalBootMode, bool());
49 virtual bool IsNormalBootMode() const = 0;
63 bool IsNormalBootMode() const override { return is_normal_boot_mode_; } in IsNormalBootMode() function
103 LoadConfig("" /* root_prefix */, IsNormalBootMode()); in Init()112 bool HardwareChromeOS::IsNormalBootMode() const { in IsNormalBootMode() function in chromeos_update_engine::HardwareChromeOS120 if (IsNormalBootMode()) in AreDevFeaturesEnabled()
44 bool IsNormalBootMode() const override;
61 LOG_IF(INFO, !hardware_->IsNormalBootMode()) << "Booted in dev mode."; in Initialize()
101 if (!hardware->IsOfficialBuild() || !hardware->IsNormalBootMode()) in LoadImageProperties()
1491 if (!SystemState::Get()->hardware()->IsNormalBootMode()) in GetErrorCodeFlags()
44 LOG_IF(INFO, !hardware_->IsNormalBootMode()) << "Booted in dev mode."; in Initialize()
40 bool IsNormalBootMode() const override;
148 bool HardwareAndroid::IsNormalBootMode() const { in IsNormalBootMode() function in chromeos_update_engine::HardwareAndroid157 return !IsNormalBootMode(); in AreDevFeaturesEnabled()
104 SystemState::Get()->hardware()->IsNormalBootMode())); in Init()