Home
last modified time | relevance | path

Searched refs:last_attempt_error (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/
Dupdate_engine_client.cc268 DEFINE_bool(last_attempt_error, false, "Show the last attempt error."); in ProcessFlags()
517 int last_attempt_error; in ProcessFlags() local
518 if (!client_->GetLastAttemptError(&last_attempt_error)) { in ProcessFlags()
521 ErrorCode code = static_cast<ErrorCode>(last_attempt_error); in ProcessFlags()
525 last_attempt_error, error_msg.c_str()); in ProcessFlags()
/system/update_engine/client_library/
Dclient_binder.cc219 int32_t* last_attempt_error) const { in GetLastAttemptError()
225 *last_attempt_error = out_as_int; in GetLastAttemptError()
Dclient_dbus.cc229 int32_t* last_attempt_error) const { in GetLastAttemptError()
230 return proxy_->GetLastAttemptError(last_attempt_error, nullptr); in GetLastAttemptError()
Dclient_dbus.h76 bool GetLastAttemptError(int32_t* last_attempt_error) const override;
Dclient_binder.h83 bool GetLastAttemptError(int32_t* last_attempt_error) const override;
/system/update_engine/client_library/include/update_engine/
Dclient.h116 virtual bool GetLastAttemptError(int32_t* last_attempt_error) const = 0;