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

  /system/update_engine/
binder_service_brillo.cc 207 Status BinderUpdateEngineBrilloService::GetLastAttemptError(
209 return CallCommonHandler(&UpdateEngineService::GetLastAttemptError,
dbus_service.cc 156 bool DBusUpdateEngineService::GetLastAttemptError(
158 return common_->GetLastAttemptError(error, out_last_attempt_error);
common_service.cc 361 bool UpdateEngineService::GetLastAttemptError(ErrorPtr* /* error */,
  /system/update_engine/client_library/
client_binder.cc 233 bool BinderUpdateEngineClient::GetLastAttemptError(
237 if (!service_->GetLastAttemptError(&out_as_int).isOk())
client_dbus.cc 235 bool DBusUpdateEngineClient::GetLastAttemptError(
237 return proxy_->GetLastAttemptError(last_attempt_error, nullptr);

Completed in 114 milliseconds