Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_to_cpp_common.cpp255 const AidlMethod& method, const string& statusVarName, in GenLogAfterExecute() argument
316 << statusVarName << ".get()));\n"; in GenLogAfterExecute()
318 << statusVarName << ".get()));\n"; in GenLogAfterExecute()
320 << statusVarName << ".get()));\n"; in GenLogAfterExecute()
323 << statusVarName << ".get()));\n"; in GenLogAfterExecute()
325 (*writer) << "_log_status[\"exception_code\"] = Json::Value(" << statusVarName in GenLogAfterExecute()
327 (*writer) << "_log_status[\"exception_message\"] = Json::Value(" << statusVarName in GenLogAfterExecute()
329 (*writer) << "_log_status[\"transaction_error\"] = Json::Value(" << statusVarName in GenLogAfterExecute()
331 (*writer) << "_log_status[\"service_specific_error_code\"] = Json::Value(" << statusVarName in GenLogAfterExecute()
Daidl_to_cpp_common.h56 const AidlMethod& method, const string& statusVarName,