Searched refs:GenLogBeforeExecute (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/tools/aidl/ |
H A D | aidl_to_cpp_common.h | 56 const string GenLogBeforeExecute(const string className, const AidlMethod& method, bool isServer,
|
H A D | aidl_to_cpp_common.cpp | 123 const string GenLogBeforeExecute(const string className, const AidlMethod& method, bool isServer, in GenLogBeforeExecute() function
|
H A D | generate_ndk.cpp | 400 out << cpp::GenLogBeforeExecute(ClassName(defined_type, ClassNames::CLIENT), method, in GenerateClientMethodDefinition() 534 out << cpp::GenLogBeforeExecute(ClassName(defined_type, ClassNames::SERVER), method, in GenerateServerCaseDefinition()
|
H A D | generate_cpp.cpp | 267 b->AddLiteral(GenLogBeforeExecute(bp_name, method, false /* isServer */, false /* isNdk */), in DefineClientTransaction() 640 b->AddLiteral(GenLogBeforeExecute(bn_name, method, true /* isServer */, false /* isNdk */), in HandleServerTransaction()
|