Searched refs:kGetInterfaceHash (Results 1 – 6 of 6) sorted by relevance
76 const string kGetInterfaceHash("getInterfaceHash");
339 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateClientMetaTransaction()340 out << "std::string " << bp_name << "::" << kGetInterfaceHash << "() {\n" in GenerateClientMetaTransaction()563 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateServerMetaTransaction()684 out << "std::string " << q_name << "::" << kGetInterfaceHash << "() {\n" in GenerateServerSource()740 } else if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateClientClassDecl()844 out << "std::string " << kGetInterfaceHash << "();\n"; in GenerateServerClassDecl()927 } else if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateServerClassDecl()928 out << "std::string " << kGetInterfaceHash << "()" in GenerateServerClassDecl()930 out << " return " << kDelegateImplVarName << "->" << kGetInterfaceHash << "();\n"; in GenerateServerClassDecl()1031 } else if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateInterfaceClassDecl()[all …]
905 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateMethods()907 code << "public String " << kGetInterfaceHash << "() " in GenerateMethods()936 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateMethods()940 << "reply.writeString(" << kGetInterfaceHash << "());\n" in GenerateMethods()987 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateMethods()989 << "public synchronized String " << kGetInterfaceHash << "()" in GenerateMethods()1160 if (m->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateDefaultImplClass()1163 << "public String " << kGetInterfaceHash << "() {\n" in GenerateDefaultImplClass()1225 kGetInterfaceHash + in GenerateDelegatorClass()1228 kGetInterfaceHash + in GenerateDelegatorClass()
49 static constexpr const char kGetInterfaceHash[] = "getInterfaceHash"; variable263 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateClientMethodHelpers()308 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateClientMethod()625 } else if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateRustInterface()668 } else if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateRustInterface()
484 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateClientMethodDefinition()580 if (method.GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateClientMethodDefinition()803 if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateServerSource()913 if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateInterfaceSource()1067 } else if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateServerClassDecl()1178 } else if (method->GetName() == kGetInterfaceHash && !options.Hash().empty()) { in GenerateInterfaceClassDecl()
595 kGetInterfaceHash, args, Comments{}, kGetInterfaceHashId); in load_and_validate_aidl()