Home
last modified time | relevance | path

Searched refs:GetDurationSinceUpdate (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/update_engine/cros/
H A Ddbus_service.cc175 bool DBusUpdateEngineService::GetDurationSinceUpdate( in GetDurationSinceUpdate() function in chromeos_update_engine::DBusUpdateEngineService
177 return common_->GetDurationSinceUpdate(error, out_usec_wallclock); in GetDurationSinceUpdate()
H A Dcommon_service.h147 bool GetDurationSinceUpdate(brillo::ErrorPtr* error,
H A Ddbus_service.h140 bool GetDurationSinceUpdate(brillo::ErrorPtr* error,
H A Dcommon_service.cc362 bool UpdateEngineService::GetDurationSinceUpdate(ErrorPtr* error, in GetDurationSinceUpdate() function in chromeos_update_engine::UpdateEngineService