Home
last modified time | relevance | path

Searched refs:EmitInterfaceStubMethodPromiseImpl (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/
H A Dsa_ts_service_stub_code_emitter.h44 void EmitInterfaceStubMethodPromiseImpl(AutoPtr<ASTMethod> &method, StringBuilder &sb,
H A Dsa_ts_service_stub_code_emitter.cpp144 EmitInterfaceStubMethodPromiseImpl(method, sb, prefix + TAB + TAB, haveOutPara); in EmitInterfaceStubMethodImpl()
151 void SaTsServiceStubCodeEmitter::EmitInterfaceStubMethodPromiseImpl(AutoPtr<ASTMethod> &method, Str… in EmitInterfaceStubMethodPromiseImpl() function in OHOS::Idl::SaTsServiceStubCodeEmitter
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.h119 …void EmitInterfaceStubMethodPromiseImpl(MetaMethod* metaMethod, int methodIndex, StringBuilder& st…
H A Dts_code_emitter.cpp591 EmitInterfaceStubMethodPromiseImpl(metaMethod, methodIndex, stringBuilder, prefix, haveOutPara); in EmitInterfaceStubMethodImpl()
598 void TsCodeEmitter::EmitInterfaceStubMethodPromiseImpl( in EmitInterfaceStubMethodPromiseImpl() function in OHOS::Idl::TsCodeEmitter