Searched refs:GetLastAttemptError (Results 1 – 13 of 13) sorted by relevance
39 int GetLastAttemptError(); in GetLastAttemptError() method
135 bool DBusUpdateEngineService::GetLastAttemptError( in GetLastAttemptError() function in chromeos_update_engine::DBusUpdateEngineService137 return common_->GetLastAttemptError(error, out_last_attempt_error); in GetLastAttemptError()
189 Status BinderUpdateEngineBrilloService::GetLastAttemptError( in GetLastAttemptError() function in chromeos_update_engine::BinderUpdateEngineBrilloService191 return CallCommonHandler(&UpdateEngineService::GetLastAttemptError, in GetLastAttemptError()
131 bool GetLastAttemptError(brillo::ErrorPtr* error,
134 bool GetLastAttemptError(brillo::ErrorPtr* error,
87 android::binder::Status GetLastAttemptError(
322 bool UpdateEngineService::GetLastAttemptError(ErrorPtr* /* error */, in GetLastAttemptError() function in chromeos_update_engine::UpdateEngineService
518 if (!client_->GetLastAttemptError(&last_attempt_error)) { in ProcessFlags()
218 bool BinderUpdateEngineClient::GetLastAttemptError( in GetLastAttemptError() function in update_engine::internal::BinderUpdateEngineClient222 if (!service_->GetLastAttemptError(&out_as_int).isOk()) in GetLastAttemptError()
228 bool DBusUpdateEngineClient::GetLastAttemptError( in GetLastAttemptError() function in update_engine::internal::DBusUpdateEngineClient230 return proxy_->GetLastAttemptError(last_attempt_error, nullptr); in GetLastAttemptError()
76 bool GetLastAttemptError(int32_t* last_attempt_error) const override;
83 bool GetLastAttemptError(int32_t* last_attempt_error) const override;
116 virtual bool GetLastAttemptError(int32_t* last_attempt_error) const = 0;