Home
last modified time | relevance | path

Searched refs:out_time_of_oobe (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/common/
Dfake_hardware.h71 bool IsOOBEComplete(base::Time* out_time_of_oobe) const override { in IsOOBEComplete() argument
72 if (out_time_of_oobe != nullptr) in IsOOBEComplete()
73 *out_time_of_oobe = oobe_timestamp_; in IsOOBEComplete()
Dhardware_interface.h62 virtual bool IsOOBEComplete(base::Time* out_time_of_oobe) const = 0;
Dmock_hardware.h86 MOCK_CONST_METHOD1(IsOOBEComplete, bool(base::Time* out_time_of_oobe));
/system/update_engine/aosp/
Dhardware_android.cc166 bool HardwareAndroid::IsOOBEComplete(base::Time* out_time_of_oobe) const { in IsOOBEComplete()
168 if (out_time_of_oobe) in IsOOBEComplete()
169 *out_time_of_oobe = base::Time(); in IsOOBEComplete()
Dhardware_android.h43 bool IsOOBEComplete(base::Time* out_time_of_oobe) const override;