Home
last modified time | relevance | path

Searched refs:GetLastAttemptError (Results 1 – 13 of 13) sorted by relevance

/system/update_engine/binder_bindings/android/brillo/
DIUpdateEngine.aidl44 int GetLastAttemptError(); in GetLastAttemptError() method
/system/update_engine/
Ddbus_service.cc189 bool DBusUpdateEngineService::GetLastAttemptError( in GetLastAttemptError() function in chromeos_update_engine::DBusUpdateEngineService
191 return common_->GetLastAttemptError(error, out_last_attempt_error); in GetLastAttemptError()
Dbinder_service_brillo.cc214 Status BinderUpdateEngineBrilloService::GetLastAttemptError( in GetLastAttemptError() function in chromeos_update_engine::BinderUpdateEngineBrilloService
216 return CallCommonHandler(&UpdateEngineService::GetLastAttemptError, in GetLastAttemptError()
Dcommon_service.h153 bool GetLastAttemptError(brillo::ErrorPtr* error,
Dbinder_service_brillo.h91 android::binder::Status GetLastAttemptError(
Ddbus_service.h150 bool GetLastAttemptError(brillo::ErrorPtr* error,
Dupdate_engine_client.cc242 if (client_ && client_->GetLastAttemptError(&last_attempt_error)) in HandleStatusUpdate()
621 if (!client_->GetLastAttemptError(&last_attempt_error)) { in ProcessFlags()
Dcommon_service.cc407 bool UpdateEngineService::GetLastAttemptError(ErrorPtr* /* error */, in GetLastAttemptError() function in chromeos_update_engine::UpdateEngineService
/system/update_engine/client_library/
Dclient_dbus.cc253 bool DBusUpdateEngineClient::GetLastAttemptError( in GetLastAttemptError() function in update_engine::internal::DBusUpdateEngineClient
255 return proxy_->GetLastAttemptError(last_attempt_error, nullptr); in GetLastAttemptError()
Dclient_binder.cc242 bool BinderUpdateEngineClient::GetLastAttemptError( in GetLastAttemptError() function in update_engine::internal::BinderUpdateEngineClient
246 if (!service_->GetLastAttemptError(&out_as_int).isOk()) in GetLastAttemptError()
Dclient_dbus.h82 bool GetLastAttemptError(int32_t* last_attempt_error) const override;
Dclient_binder.h88 bool GetLastAttemptError(int32_t* last_attempt_error) const override;
/system/update_engine/client_library/include/update_engine/
Dclient.h133 virtual bool GetLastAttemptError(int32_t* last_attempt_error) const = 0;