Searched refs:EmitInterfaceMethodReturn (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ability/idl_tool/codegen/ |
H A D | cpp_code_emitter.h | 65 void EmitInterfaceMethodReturn(MetaType* mt, StringBuilder& sb, const String& prefix);
|
H A D | cpp_code_emitter.cpp | 245 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()
|