Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_to_cpp_common.h54 const string GenLogAfterExecute(const string className, const AidlInterface& interface,
Daidl_to_cpp_common.cpp250 const string GenLogAfterExecute(const string className, const AidlInterface& interface, in GenLogAfterExecute() function
Dgenerate_ndk.cpp331 out << cpp::GenLogAfterExecute(ClassName(defined_type, ClassNames::CLIENT), defined_type, in GenerateClientMethodDefinition()
374 out << cpp::GenLogAfterExecute(ClassName(defined_type, ClassNames::SERVER), defined_type, in GenerateServerCaseDefinition()
Dgenerate_cpp.cpp387 b->AddLiteral(GenLogAfterExecute(bp_name, interface, method, kStatusVarName, kReturnVarName, in DefineClientTransaction()
566 b->AddLiteral(GenLogAfterExecute(bn_name, interface, method, kStatusVarName, kReturnVarName, in HandleServerTransaction()