Searched refs:GenLogAfterExecute (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/tools/aidl/ |
H A D | aidl_to_cpp_common.h | 58 const string GenLogAfterExecute(const string className, const AidlInterface& interface,
|
H A D | aidl_to_cpp_common.cpp | 144 const string GenLogAfterExecute(const string className, const AidlInterface& interface, in GenLogAfterExecute() function
|
H A D | generate_ndk.cpp | 491 out << cpp::GenLogAfterExecute(ClassName(defined_type, ClassNames::CLIENT), defined_type, in GenerateClientMethodDefinition() 541 out << cpp::GenLogAfterExecute(ClassName(defined_type, ClassNames::SERVER), defined_type, in GenerateServerCaseDefinition()
|
H A D | generate_cpp.cpp | 396 b->AddLiteral(GenLogAfterExecute(bp_name, interface, method, kStatusVarName, kReturnVarName, in DefineClientTransaction() 652 b->AddLiteral(GenLogAfterExecute(bn_name, interface, method, kStatusVarName, kReturnVarName, in HandleServerTransaction()
|