Home
last modified time | relevance | path

Searched refs:kGetInterfaceHash (Results 1 – 6 of 6) sorted by relevance

/system/tools/aidl/
Daidl.h76 const string kGetInterfaceHash("getInterfaceHash");
Dgenerate_cpp.cpp337 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateClientMetaTransaction()
338 out << "std::string " << bp_name << "::" << kGetInterfaceHash << "() {\n" in GenerateClientMetaTransaction()
556 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateServerMetaTransaction()
677 out << "std::string " << q_name << "::" << kGetInterfaceHash << "() {\n" in GenerateServerSource()
733 } else if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateClientClassDecl()
801 out << "std::string " << kGetInterfaceHash << "();\n"; in GenerateServerClassDecl()
850 } else if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateServerClassDecl()
851 out << "std::string " << kGetInterfaceHash << "()" in GenerateServerClassDecl()
853 out << " return " << kDelegateImplVarName << "->" << kGetInterfaceHash << "();\n"; in GenerateServerClassDecl()
915 } else if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateInterfaceClassDecl()
[all …]
Dgenerate_java_binder.cpp952 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateMethods()
954 code << "public String " << kGetInterfaceHash << "() " in GenerateMethods()
981 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateMethods()
985 << "reply.writeString(" << kGetInterfaceHash << "());\n" in GenerateMethods()
1034 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateMethods()
1037 << "public synchronized String " << kGetInterfaceHash << "()" in GenerateMethods()
1204 if (m->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateDefaultImplClass()
1207 << "public String " << kGetInterfaceHash << "() {\n" in GenerateDefaultImplClass()
1269 kGetInterfaceHash + in GenerateDelegatorClass()
1272 kGetInterfaceHash + in GenerateDelegatorClass()
Dgenerate_rust.cpp49 static constexpr const char kGetInterfaceHash[] = "getInterfaceHash"; variable
247 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateClientMethodHelpers()
292 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateClientMethod()
608 } else if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateRustInterface()
651 } else if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateRustInterface()
Dgenerate_ndk.cpp478 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateClientMethodDefinition()
574 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateClientMethodDefinition()
797 if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateServerSource()
907 if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateInterfaceSource()
1061 } else if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateServerClassDecl()
1170 } else if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateInterfaceClassDecl()
Daidl.cpp592 kGetInterfaceHash, args, Comments{}, kGetInterfaceHashId); in load_and_validate_aidl()