Home
last modified time | relevance | path

Searched refs:IsOfficialBuild (Results 1 – 17 of 17) sorted by relevance

/system/update_engine/common/
Dmock_hardware.h33 ON_CALL(*this, IsOfficialBuild()) in MockHardware()
34 .WillByDefault(testing::Invoke(&fake_, &FakeHardware::IsOfficialBuild)); in MockHardware()
88 MOCK_CONST_METHOD0(IsOfficialBuild, bool());
Dhardware_interface.h41 virtual bool IsOfficialBuild() const = 0;
Dfake_hardware.h58 bool IsOfficialBuild() const override { return is_official_build_; } in IsOfficialBuild() function
/system/update_engine/
Dreal_system_state.cc76 LOG_IF(INFO, !hardware_->IsOfficialBuild()) << "Booted non-official build."; in Initialize()
192 if (!hardware_->IsOfficialBuild()) { in Initialize()
Dhardware_android.h37 bool IsOfficialBuild() const override;
Ddaemon_state_android.cc44 LOG_IF(INFO, !hardware_->IsOfficialBuild()) << "Booted non-official build."; in Initialize()
Dhardware_chromeos.h42 bool IsOfficialBuild() const override;
Dhardware_android.cc72 bool HardwareAndroid::IsOfficialBuild() const { in IsOfficialBuild() function in chromeos_update_engine::HardwareAndroid
Dimage_properties_chromeos.cc101 if (!hardware->IsOfficialBuild() || !hardware->IsNormalBootMode()) in LoadImageProperties()
Domaha_response_handler_action.cc311 !system_state_->hardware()->IsOfficialBuild()) { in AreHashChecksMandatory()
Dhardware_chromeos.cc128 bool HardwareChromeOS::IsOfficialBuild() const { in IsOfficialBuild() function in chromeos_update_engine::HardwareChromeOS
Dlibcurl_http_fetcher.cc101 if (!hardware_->IsOfficialBuild()) in LibcurlHttpFetcher()
263 if (hardware_->IsOfficialBuild()) { in ResumeTransfer()
Dpayload_state.cc427 if (!system_state_->hardware()->IsOfficialBuild() && in ShouldBackoffDownload()
1256 if (system_state_->hardware()->IsOfficialBuild()) { in ComputeCandidateUrls()
Dupdate_attempter.cc1542 if (!system_state_->hardware()->IsOfficialBuild()) in GetErrorCodeFlags()
1851 if (!system_state_->hardware()->IsOfficialBuild()) { in IsAnyUpdateSourceAllowed()
Dupdate_attempter_android.cc223 install_plan_.hash_checks_mandatory = hardware_->IsOfficialBuild(); in ApplyPayload()
/system/update_engine/update_manager/
Dreal_system_provider.cc102 "is_official_build", hardware_->IsOfficialBuild())); in Init()
/system/update_engine/payload_consumer/
Ddelta_performer.cc1541 if (!hardware_->IsOfficialBuild() && !install_plan_->public_key_rsa.empty()) { in GetPublicKey()