Searched refs:IsOOBEComplete (Results 1 – 11 of 11) sorted by relevance
43 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));
60 virtual bool IsOOBEComplete(base::Time* out_time_of_oobe) const = 0;
68 bool IsOOBEComplete(base::Time* out_time_of_oobe) const override { in IsOOBEComplete() function
41 bool IsOOBEComplete(base::Time* out_time_of_oobe) const override;
46 bool IsOOBEComplete(base::Time* out_time_of_oobe) const override;
101 bool HardwareAndroid::IsOOBEComplete(base::Time* out_time_of_oobe) const { in IsOOBEComplete() function in chromeos_update_engine::HardwareAndroid
131 bool HardwareChromeOS::IsOOBEComplete(base::Time* out_time_of_oobe) const { in IsOOBEComplete() function in chromeos_update_engine::HardwareChromeOS
476 !system_state_->hardware()->IsOOBEComplete(nullptr)) { in CalculateScatteringParams()584 system_state_->hardware()->IsOOBEComplete(nullptr); in CalculateStagingParams()
105 if (hardware_->IsOOBEEnabled() && !hardware_->IsOOBEComplete(nullptr)) in LibcurlHttpFetcher()
799 !system_state->hardware()->IsOOBEComplete(&time_of_oobe)) { in GetInstallDate()1772 !system_state_->hardware()->IsOOBEComplete(nullptr) && in ShouldIgnoreUpdate()
106 base::Bind(&chromeos_update_engine::HardwareInterface::IsOOBEComplete, in Init()