Home
last modified time | relevance | path

Searched refs:GenLogBeforeExecute (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/
Daidl_to_cpp_common.h53 const string GenLogBeforeExecute(const string className, const AidlMethod& method, bool isServer,
Daidl_to_cpp_common.cpp231 const string GenLogBeforeExecute(const string className, const AidlMethod& method, bool isServer, in GenLogBeforeExecute() function
Dgenerate_ndk.cpp358 out << cpp::GenLogBeforeExecute(ClassName(defined_type, ClassNames::CLIENT), method, in GenerateClientMethodDefinition()
482 out << cpp::GenLogBeforeExecute(ClassName(defined_type, ClassNames::SERVER), method, in GenerateServerCaseDefinition()
Dgenerate_cpp.cpp280 b->AddLiteral(GenLogBeforeExecute(bp_name, method, false /* isServer */, false /* isNdk */), in DefineClientTransaction()
587 b->AddLiteral(GenLogBeforeExecute(bn_name, method, true /* isServer */, false /* isNdk */), in HandleServerTransaction()