Searched refs:GetLastAttemptError (Results 1 – 13 of 13) sorted by relevance
44 int GetLastAttemptError(); in GetLastAttemptError() method
189 bool DBusUpdateEngineService::GetLastAttemptError( in GetLastAttemptError() function in chromeos_update_engine::DBusUpdateEngineService191 return common_->GetLastAttemptError(error, out_last_attempt_error); in GetLastAttemptError()
214 Status BinderUpdateEngineBrilloService::GetLastAttemptError( in GetLastAttemptError() function in chromeos_update_engine::BinderUpdateEngineBrilloService216 return CallCommonHandler(&UpdateEngineService::GetLastAttemptError, in GetLastAttemptError()
153 bool GetLastAttemptError(brillo::ErrorPtr* error,
91 android::binder::Status GetLastAttemptError(
150 bool GetLastAttemptError(brillo::ErrorPtr* error,
242 if (client_ && client_->GetLastAttemptError(&last_attempt_error)) in HandleStatusUpdate()621 if (!client_->GetLastAttemptError(&last_attempt_error)) { in ProcessFlags()
407 bool UpdateEngineService::GetLastAttemptError(ErrorPtr* /* error */, in GetLastAttemptError() function in chromeos_update_engine::UpdateEngineService
253 bool DBusUpdateEngineClient::GetLastAttemptError( in GetLastAttemptError() function in update_engine::internal::DBusUpdateEngineClient255 return proxy_->GetLastAttemptError(last_attempt_error, nullptr); in GetLastAttemptError()
242 bool BinderUpdateEngineClient::GetLastAttemptError( in GetLastAttemptError() function in update_engine::internal::BinderUpdateEngineClient246 if (!service_->GetLastAttemptError(&out_as_int).isOk()) in GetLastAttemptError()
82 bool GetLastAttemptError(int32_t* last_attempt_error) const override;
88 bool GetLastAttemptError(int32_t* last_attempt_error) const override;
133 virtual bool GetLastAttemptError(int32_t* last_attempt_error) const = 0;