Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Daidl_to_cpp_common.h56 const string GenLogBeforeExecute(const string className, const AidlMethod& method, bool isServer,
H A Daidl_to_cpp_common.cpp123 const string GenLogBeforeExecute(const string className, const AidlMethod& method, bool isServer, in GenLogBeforeExecute() function
H A Dgenerate_ndk.cpp400 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 Dgenerate_cpp.cpp267 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()