OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRUNKS_RC_IPC_ERROR
(Results
1 - 4
of
4
) sorted by null
/system/tpm/trunks/
trunks_binder_proxy.cc
83
callback.Run(CreateErrorResponse(
TRUNKS_RC_IPC_ERROR
));
91
callback.Run(CreateErrorResponse(
TRUNKS_RC_IPC_ERROR
));
104
return CreateErrorResponse(
TRUNKS_RC_IPC_ERROR
);
111
return CreateErrorResponse(
TRUNKS_RC_IPC_ERROR
);
trunks_dbus_proxy.cc
61
callback.Run(CreateErrorResponse(
TRUNKS_RC_IPC_ERROR
));
82
return CreateErrorResponse(
TRUNKS_RC_IPC_ERROR
);
error_codes.h
42
const TPM_RC
TRUNKS_RC_IPC_ERROR
= kTrunksErrorBase + 5;
error_codes.cc
239
case trunks::
TRUNKS_RC_IPC_ERROR
:
240
return "
TRUNKS_RC_IPC_ERROR
";
Completed in 83 milliseconds