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.aidl39 int GetLastAttemptError(); in GetLastAttemptError() method
/system/update_engine/
Ddbus_service.cc135 bool DBusUpdateEngineService::GetLastAttemptError( in GetLastAttemptError() function in chromeos_update_engine::DBusUpdateEngineService
137 return common_->GetLastAttemptError(error, out_last_attempt_error); in GetLastAttemptError()
Dbinder_service_brillo.cc189 Status BinderUpdateEngineBrilloService::GetLastAttemptError( in GetLastAttemptError() function in chromeos_update_engine::BinderUpdateEngineBrilloService
191 return CallCommonHandler(&UpdateEngineService::GetLastAttemptError, in GetLastAttemptError()
Dcommon_service.h131 bool GetLastAttemptError(brillo::ErrorPtr* error,
Ddbus_service.h134 bool GetLastAttemptError(brillo::ErrorPtr* error,
Dbinder_service_brillo.h87 android::binder::Status GetLastAttemptError(
Dcommon_service.cc322 bool UpdateEngineService::GetLastAttemptError(ErrorPtr* /* error */, in GetLastAttemptError() function in chromeos_update_engine::UpdateEngineService
Dupdate_engine_client.cc518 if (!client_->GetLastAttemptError(&last_attempt_error)) { in ProcessFlags()
/system/update_engine/client_library/
Dclient_binder.cc218 bool BinderUpdateEngineClient::GetLastAttemptError( in GetLastAttemptError() function in update_engine::internal::BinderUpdateEngineClient
222 if (!service_->GetLastAttemptError(&out_as_int).isOk()) in GetLastAttemptError()
Dclient_dbus.cc228 bool DBusUpdateEngineClient::GetLastAttemptError( in GetLastAttemptError() function in update_engine::internal::DBusUpdateEngineClient
230 return proxy_->GetLastAttemptError(last_attempt_error, nullptr); in GetLastAttemptError()
Dclient_dbus.h76 bool GetLastAttemptError(int32_t* last_attempt_error) const override;
Dclient_binder.h83 bool GetLastAttemptError(int32_t* last_attempt_error) const override;
/system/update_engine/client_library/include/update_engine/
Dclient.h116 virtual bool GetLastAttemptError(int32_t* last_attempt_error) const = 0;