HomeSort by relevance Sort by last modified time
    Searched refs:GetDurationSinceUpdate (Results 1 - 7 of 7) sorted by null

  /system/update_engine/binder_bindings/android/brillo/
IUpdateEngine.aidl 35 long GetDurationSinceUpdate();
  /system/update_engine/
dbus_service.cc 120 bool DBusUpdateEngineService::GetDurationSinceUpdate(
122 return common_->GetDurationSinceUpdate(error, out_usec_wallclock);
common_service.h 118 bool GetDurationSinceUpdate(brillo::ErrorPtr* error,
binder_service_brillo.h 78 android::binder::Status GetDurationSinceUpdate(
dbus_service.h 119 bool GetDurationSinceUpdate(brillo::ErrorPtr* error,
binder_service_brillo.cc 145 Status BinderUpdateEngineBrilloService::GetDurationSinceUpdate(
147 return CallCommonHandler(&UpdateEngineService::GetDurationSinceUpdate,
common_service.cc 281 bool UpdateEngineService::GetDurationSinceUpdate(ErrorPtr* error,

Completed in 603 milliseconds