Searched refs:statusVarName (Results 1 – 2 of 2) sorted by relevance
180 const AidlMethod& method, const string& statusVarName, in GenLogAfterExecute() argument197 (*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()
69 const AidlMethod& method, const string& statusVarName,