Home
last modified time | relevance | path

Searched refs:EmitInterfaceMethodReturn (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dcpp_code_emitter.h65 void EmitInterfaceMethodReturn(MetaType* mt, StringBuilder& sb, const String& prefix);
H A Dcpp_code_emitter.cpp245 EmitInterfaceMethodReturn(returnType, sb, prefix + TAB); in EmitInterfaceMethod()
260 void CppCodeEmitter::EmitInterfaceMethodReturn(MetaType* mt, StringBuilder& sb, const String& prefi… in EmitInterfaceMethodReturn() function in OHOS::Idl::CppCodeEmitter
444 EmitInterfaceMethodReturn(returnType, sb, prefix + TAB); in EmitInterfaceProxyMethodDecl()
542 EmitInterfaceMethodReturn(returnType, sb, prefix + TAB); in EmitInterfaceProxyMethodImpl()