Home
last modified time | relevance | path

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

/aosp12/system/update_engine/client_library/
H A Dclient_dbus.cc249 bool DBusUpdateEngineClient::GetLastAttemptError( in GetLastAttemptError() function in update_engine::internal::DBusUpdateEngineClient
251 return proxy_->GetLastAttemptError(last_attempt_error, nullptr); in GetLastAttemptError()
H A Dclient_dbus.h81 bool GetLastAttemptError(int32_t* last_attempt_error) const override;
/aosp12/system/update_engine/cros/
H A Ddbus_service.cc190 bool DBusUpdateEngineService::GetLastAttemptError( in GetLastAttemptError() function in chromeos_update_engine::DBusUpdateEngineService
192 return common_->GetLastAttemptError(error, out_last_attempt_error); in GetLastAttemptError()
H A Dcommon_service.h160 bool GetLastAttemptError(brillo::ErrorPtr* error,
H A Dupdate_engine_client.cc208 if (client_ && client_->GetLastAttemptError(&last_attempt_error)) in HandleStatusUpdate()
560 if (!client_->GetLastAttemptError(&last_attempt_error)) { in ProcessFlags()
H A Ddbus_service.h155 bool GetLastAttemptError(brillo::ErrorPtr* error,
H A Dcommon_service.cc403 bool UpdateEngineService::GetLastAttemptError(ErrorPtr* /* error */, in GetLastAttemptError() function in chromeos_update_engine::UpdateEngineService
/aosp12/system/update_engine/client_library/include/update_engine/
H A Dclient.h120 virtual bool GetLastAttemptError(int32_t* last_attempt_error) const = 0;