Home
last modified time | relevance | path

Searched refs:IsOOBEComplete (Results 1 – 11 of 11) sorted by relevance

/system/update_engine/common/
Dmock_hardware.h43 ON_CALL(*this, IsOOBEComplete(testing::_)) in MockHardware()
44 .WillByDefault(testing::Invoke(&fake_, &FakeHardware::IsOOBEComplete)); in MockHardware()
91 MOCK_CONST_METHOD1(IsOOBEComplete, bool(base::Time* out_time_of_oobe));
Dhardware_interface.h60 virtual bool IsOOBEComplete(base::Time* out_time_of_oobe) const = 0;
Dfake_hardware.h68 bool IsOOBEComplete(base::Time* out_time_of_oobe) const override { in IsOOBEComplete() function
/system/update_engine/
Dhardware_android.h41 bool IsOOBEComplete(base::Time* out_time_of_oobe) const override;
Dhardware_chromeos.h46 bool IsOOBEComplete(base::Time* out_time_of_oobe) const override;
Dhardware_android.cc101 bool HardwareAndroid::IsOOBEComplete(base::Time* out_time_of_oobe) const { in IsOOBEComplete() function in chromeos_update_engine::HardwareAndroid
Dhardware_chromeos.cc131 bool HardwareChromeOS::IsOOBEComplete(base::Time* out_time_of_oobe) const { in IsOOBEComplete() function in chromeos_update_engine::HardwareChromeOS
Dupdate_attempter.cc476 !system_state_->hardware()->IsOOBEComplete(nullptr)) { in CalculateScatteringParams()
584 system_state_->hardware()->IsOOBEComplete(nullptr); in CalculateStagingParams()
Dlibcurl_http_fetcher.cc105 if (hardware_->IsOOBEEnabled() && !hardware_->IsOOBEComplete(nullptr)) in LibcurlHttpFetcher()
Domaha_request_action.cc799 !system_state->hardware()->IsOOBEComplete(&time_of_oobe)) { in GetInstallDate()
1772 !system_state_->hardware()->IsOOBEComplete(nullptr) && in ShouldIgnoreUpdate()
/system/update_engine/update_manager/
Dreal_system_provider.cc106 base::Bind(&chromeos_update_engine::HardwareInterface::IsOOBEComplete, in Init()