Searched refs:MethodName (Results 1 – 4 of 4) sorted by relevance
35 std::string MethodName(const std::string &name) const;
128 …sb.Append(prefix).AppendFormat("int %s() throws RemoteException;\n", MethodName(method->GetName())… in EmitInterfaceMethod()131 paramStr.Append(prefix).AppendFormat("int %s(", MethodName(method->GetName()).c_str()); in EmitInterfaceMethod()
35 std::string JavaCodeEmitter::MethodName(const std::string &name) const in MethodName() function in OHOS::HDI::JavaCodeEmitter
161 "public int %s() throws RemoteException ", MethodName(method->GetName()).c_str()); in EmitProxyMethodImpl()164 … paramStr.Append(prefix).AppendFormat("public int %s(", MethodName(method->GetName()).c_str()); in EmitProxyMethodImpl()