Searched refs:GetLastAttemptError (Results 1 – 8 of 8) sorted by relevance
120 virtual bool GetLastAttemptError(int32_t* last_attempt_error) const = 0;
190 bool DBusUpdateEngineService::GetLastAttemptError( in GetLastAttemptError() function in chromeos_update_engine::DBusUpdateEngineService192 return common_->GetLastAttemptError(error, out_last_attempt_error); in GetLastAttemptError()
160 bool GetLastAttemptError(brillo::ErrorPtr* error,
155 bool GetLastAttemptError(brillo::ErrorPtr* error,
208 if (client_ && client_->GetLastAttemptError(&last_attempt_error)) in HandleStatusUpdate()560 if (!client_->GetLastAttemptError(&last_attempt_error)) { in ProcessFlags()
403 bool UpdateEngineService::GetLastAttemptError(ErrorPtr* /* error */, in GetLastAttemptError() function in chromeos_update_engine::UpdateEngineService
249 bool DBusUpdateEngineClient::GetLastAttemptError( in GetLastAttemptError() function in update_engine::internal::DBusUpdateEngineClient251 return proxy_->GetLastAttemptError(last_attempt_error, nullptr); in GetLastAttemptError()
81 bool GetLastAttemptError(int32_t* last_attempt_error) const override;