OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLastAttemptError
(Results
1 - 13
of
13
) sorted by null
/system/update_engine/binder_bindings/android/brillo/
IUpdateEngine.aidl
39
int
GetLastAttemptError
();
/system/update_engine/client_library/include/update_engine/
client.h
116
virtual bool
GetLastAttemptError
(int32_t* last_attempt_error) const = 0;
/system/update_engine/client_library/
client_binder.cc
218
bool BinderUpdateEngineClient::
GetLastAttemptError
(
222
if (!service_->
GetLastAttemptError
(&out_as_int).isOk())
client_dbus.cc
228
bool DBusUpdateEngineClient::
GetLastAttemptError
(
230
return proxy_->
GetLastAttemptError
(last_attempt_error, nullptr);
client_binder.h
83
bool
GetLastAttemptError
(int32_t* last_attempt_error) const override;
client_dbus.h
76
bool
GetLastAttemptError
(int32_t* last_attempt_error) const override;
/system/update_engine/
dbus_service.cc
135
bool DBusUpdateEngineService::
GetLastAttemptError
(
137
return common_->
GetLastAttemptError
(error, out_last_attempt_error);
common_service.h
131
bool
GetLastAttemptError
(brillo::ErrorPtr* error,
binder_service_brillo.h
87
android::binder::Status
GetLastAttemptError
(
dbus_service.h
134
bool
GetLastAttemptError
(brillo::ErrorPtr* error,
binder_service_brillo.cc
189
Status BinderUpdateEngineBrilloService::
GetLastAttemptError
(
191
return CallCommonHandler(&UpdateEngineService::
GetLastAttemptError
,
common_service.cc
322
bool UpdateEngineService::
GetLastAttemptError
(ErrorPtr* /* error */,
update_engine_client.cc
518
if (!client_->
GetLastAttemptError
(&last_attempt_error)) {
Completed in 198 milliseconds