Searched refs:GenLogAfterExecute (Results 1 – 4 of 4) sorted by relevance
/system/tools/aidl/ |
D | aidl_to_cpp_common.h | 55 const string GenLogAfterExecute(const string className, const AidlInterface& interface,
|
D | aidl_to_cpp_common.cpp | 254 const string GenLogAfterExecute(const string className, const AidlInterface& interface, in GenLogAfterExecute() function
|
D | generate_ndk.cpp | 440 out << cpp::GenLogAfterExecute(ClassName(defined_type, ClassNames::CLIENT), defined_type, in GenerateClientMethodDefinition() 489 out << cpp::GenLogAfterExecute(ClassName(defined_type, ClassNames::SERVER), defined_type, in GenerateServerCaseDefinition()
|
D | generate_cpp.cpp | 407 b->AddLiteral(GenLogAfterExecute(bp_name, interface, method, kStatusVarName, kReturnVarName, in DefineClientTransaction() 599 b->AddLiteral(GenLogAfterExecute(bn_name, interface, method, kStatusVarName, kReturnVarName, in HandleServerTransaction()
|