HomeSort by relevance Sort by last modified time
    Searched defs:GetLastAttemptError (Results 1 - 5 of 5) sorted by null

  /system/update_engine/
dbus_service.cc 135 bool DBusUpdateEngineService::GetLastAttemptError(
137 return common_->GetLastAttemptError(error, out_last_attempt_error);
binder_service_brillo.cc 189 Status BinderUpdateEngineBrilloService::GetLastAttemptError(
191 return CallCommonHandler(&UpdateEngineService::GetLastAttemptError,
common_service.cc 322 bool UpdateEngineService::GetLastAttemptError(ErrorPtr* /* error */,
  /system/update_engine/client_library/
client_binder.cc 218 bool BinderUpdateEngineClient::GetLastAttemptError(
222 if (!service_->GetLastAttemptError(&out_as_int).isOk())
client_dbus.cc 228 bool DBusUpdateEngineClient::GetLastAttemptError(
230 return proxy_->GetLastAttemptError(last_attempt_error, nullptr);

Completed in 1884 milliseconds