Home
last modified time | relevance | path

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

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