Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_to_cpp_common.cpp251 const AidlMethod& method, const string& statusVarName, in GenLogAfterExecute() argument
312 << statusVarName << ".get()));\n"; in GenLogAfterExecute()
314 << statusVarName << ".get()));\n"; in GenLogAfterExecute()
316 << statusVarName << ".get()));\n"; in GenLogAfterExecute()
319 << statusVarName << ".get()));\n"; in GenLogAfterExecute()
321 (*writer) << "_log_status[\"exception_code\"] = Json::Value(" << statusVarName in GenLogAfterExecute()
323 (*writer) << "_log_status[\"exception_message\"] = Json::Value(" << statusVarName in GenLogAfterExecute()
325 (*writer) << "_log_status[\"transaction_error\"] = Json::Value(" << statusVarName in GenLogAfterExecute()
327 (*writer) << "_log_status[\"service_specific_error_code\"] = Json::Value(" << statusVarName in GenLogAfterExecute()
Daidl_to_cpp_common.h55 const AidlMethod& method, const string& statusVarName,