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()
35 &FakeHardware::IsOfficialBuild)); in MockHardware()
71 MOCK_CONST_METHOD0(IsOfficialBuild, bool());
Dhardware_interface.h39 virtual bool IsOfficialBuild() const = 0;
Dfake_hardware.h40 bool IsOfficialBuild() const override { return is_official_build_; } in IsOfficialBuild() function
/system/update_engine/
Dhardware_android.h37 bool IsOfficialBuild() const override;
Dhardware_chromeos.h41 bool IsOfficialBuild() const override;
Ddaemon_state_android.cc44 LOG_IF(INFO, !hardware_->IsOfficialBuild()) << "Booted non-official build."; in Initialize()
Dhardware_android.cc115 bool HardwareAndroid::IsOfficialBuild() const { in IsOfficialBuild() function in chromeos_update_engine::HardwareAndroid
Dimage_properties_chromeos.cc100 if (!hardware->IsOfficialBuild() || !hardware->IsNormalBootMode()) in LoadImageProperties()
Dreal_system_state.cc64 LOG_IF(INFO, !hardware_->IsOfficialBuild()) << "Booted non-official build."; in Initialize()
Domaha_response_handler_action.cc165 !system_state_->hardware()->IsOfficialBuild()) { in AreHashChecksMandatory()
Dhardware_chromeos.cc93 bool HardwareChromeOS::IsOfficialBuild() const { in IsOfficialBuild() function in chromeos_update_engine::HardwareChromeOS
Dlibcurl_http_fetcher.cc103 if (!hardware_->IsOfficialBuild()) in LibcurlHttpFetcher()
268 if (hardware_->IsOfficialBuild()) { in ResumeTransfer()
Dupdate_attempter_android.cc163 install_plan_.hash_checks_mandatory = hardware_->IsOfficialBuild(); in ApplyPayload()
Dpayload_state.cc398 if (!system_state_->hardware()->IsOfficialBuild()) { in ShouldBackoffDownload()
1165 if (system_state_->hardware()->IsOfficialBuild()) { in ComputeCandidateUrls()
Dupdate_attempter.cc1241 if (!system_state_->hardware()->IsOfficialBuild()) in UpdateAttempter()
1583 if (!system_state_->hardware()->IsOfficialBuild()) { in UpdateAttempter()
/system/update_engine/update_manager/
Dreal_system_provider.cc104 hardware_->IsOfficialBuild())); in Init()
/system/update_engine/payload_consumer/
Ddelta_performer.cc1359 if (hardware_->IsOfficialBuild() || in GetPublicKeyFromResponse()