Searched refs:EmitInterfaceStubMethodDecls (Results 1 – 4 of 4) sorted by relevance
37 void EmitInterfaceStubMethodDecls(StringBuilder &sb, const std::string &prefix) const;
55 EmitInterfaceStubMethodDecls(sb, TAB); in EmitInterfaceStubInHeaderFile()63 void SaCppServiceStubCodeEmitter::EmitInterfaceStubMethodDecls(StringBuilder &sb, const std::string… in EmitInterfaceStubMethodDecls() function in OHOS::Idl::SaCppServiceStubCodeEmitter
114 void EmitInterfaceStubMethodDecls(StringBuilder& sb, const String& prefix);
706 EmitInterfaceStubMethodDecls(sb, TAB); in EmitInterfaceStubInHeaderFile()714 void CppCodeEmitter::EmitInterfaceStubMethodDecls(StringBuilder& sb, const String& prefix) in EmitInterfaceStubMethodDecls() function in OHOS::Idl::CppCodeEmitter