Home
last modified time | relevance | path

Searched refs:statusVarName (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Daidl_to_cpp_common.cpp180 const AidlMethod& method, const string& statusVarName, in GenLogAfterExecute() argument
197 (*writer) << "_transaction_log.exception_code = AStatus_getExceptionCode(" << statusVarName in GenLogAfterExecute()
199 (*writer) << "_transaction_log.exception_message = AStatus_getMessage(" << statusVarName in GenLogAfterExecute()
201 (*writer) << "_transaction_log.transaction_error = AStatus_getStatus(" << statusVarName in GenLogAfterExecute()
204 << statusVarName << ".get());\n"; in GenLogAfterExecute()
206 (*writer) << "_transaction_log.exception_code = " << statusVarName << ".exceptionCode();\n"; in GenLogAfterExecute()
207 (*writer) << "_transaction_log.exception_message = " << statusVarName in GenLogAfterExecute()
209 (*writer) << "_transaction_log.transaction_error = " << statusVarName in GenLogAfterExecute()
211 (*writer) << "_transaction_log.service_specific_error_code = " << statusVarName in GenLogAfterExecute()
Daidl_to_cpp_common.h69 const AidlMethod& method, const string& statusVarName,