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()86 MOCK_CONST_METHOD1(IsOOBEComplete, bool(base::Time* out_time_of_oobe));
62 virtual bool IsOOBEComplete(base::Time* out_time_of_oobe) const = 0;
71 bool IsOOBEComplete(base::Time* out_time_of_oobe) const override { in IsOOBEComplete() function
43 bool IsOOBEComplete(base::Time* out_time_of_oobe) const override;
165 bool HardwareAndroid::IsOOBEComplete(base::Time* out_time_of_oobe) const { in IsOOBEComplete() function in chromeos_update_engine::HardwareAndroid
47 bool IsOOBEComplete(base::Time* out_time_of_oobe) const override;
139 bool HardwareChromeOS::IsOOBEComplete(base::Time* out_time_of_oobe) const { in IsOOBEComplete() function in chromeos_update_engine::HardwareChromeOS
473 !SystemState::Get()->hardware()->IsOOBEComplete(nullptr)) { in CalculateScatteringParams()581 SystemState::Get()->hardware()->IsOOBEComplete(nullptr); in CalculateStagingParams()
444 !SystemState::Get()->hardware()->IsOOBEComplete(&time_of_oobe)) { in GetInstallDate()1557 !SystemState::Get()->hardware()->IsOOBEComplete(nullptr) && in ShouldIgnoreUpdate()
111 base::Bind(&chromeos_update_engine::HardwareInterface::IsOOBEComplete, in Init()
102 if (hardware_->IsOOBEEnabled() && !hardware_->IsOOBEComplete(nullptr)) in LibcurlHttpFetcher()