Home
last modified time | relevance | path

Searched refs:out_last_attempt_error (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/
Ddbus_service.cc191 ErrorPtr* error, int32_t* out_last_attempt_error) { in GetLastAttemptError() argument
192 return common_->GetLastAttemptError(error, out_last_attempt_error); in GetLastAttemptError()
Dcommon_service.h162 int32_t* out_last_attempt_error);
Dcommon_service.cc414 int32_t* out_last_attempt_error) { in GetLastAttemptError() argument
417 *out_last_attempt_error = static_cast<int>(error_code); in GetLastAttemptError()
Ddbus_service.h156 int32_t* out_last_attempt_error) override;