Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dmock_hardware.h43 ON_CALL(*this, IsOOBEComplete(testing::_)) in MockHardware()
44 .WillByDefault(testing::Invoke(&fake_, &FakeHardware::IsOOBEComplete)); in MockHardware()
86 MOCK_CONST_METHOD1(IsOOBEComplete, bool(base::Time* out_time_of_oobe));
H A Dhardware_interface.h62 virtual bool IsOOBEComplete(base::Time* out_time_of_oobe) const = 0;
H A Dfake_hardware.h71 bool IsOOBEComplete(base::Time* out_time_of_oobe) const override { in IsOOBEComplete() function
/aosp12/system/update_engine/aosp/
H A Dhardware_android.h43 bool IsOOBEComplete(base::Time* out_time_of_oobe) const override;
H A Dhardware_android.cc165 bool HardwareAndroid::IsOOBEComplete(base::Time* out_time_of_oobe) const { in IsOOBEComplete() function in chromeos_update_engine::HardwareAndroid
/aosp12/system/update_engine/cros/
H A Dhardware_chromeos.h47 bool IsOOBEComplete(base::Time* out_time_of_oobe) const override;
H A Dhardware_chromeos.cc139 bool HardwareChromeOS::IsOOBEComplete(base::Time* out_time_of_oobe) const { in IsOOBEComplete() function in chromeos_update_engine::HardwareChromeOS
H A Dupdate_attempter.cc473 !SystemState::Get()->hardware()->IsOOBEComplete(nullptr)) { in CalculateScatteringParams()
581 SystemState::Get()->hardware()->IsOOBEComplete(nullptr); in CalculateStagingParams()
H A Domaha_request_action.cc444 !SystemState::Get()->hardware()->IsOOBEComplete(&time_of_oobe)) { in GetInstallDate()
1557 !SystemState::Get()->hardware()->IsOOBEComplete(nullptr) && in ShouldIgnoreUpdate()
/aosp12/system/update_engine/update_manager/
H A Dreal_system_provider.cc111 base::Bind(&chromeos_update_engine::HardwareInterface::IsOOBEComplete, in Init()
/aosp12/system/update_engine/
H A Dlibcurl_http_fetcher.cc102 if (hardware_->IsOOBEEnabled() && !hardware_->IsOOBEComplete(nullptr)) in LibcurlHttpFetcher()