Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.h76 void EmitInterfaceMethodLastPara(MetaMethod* metaMethod, const String& prefix, Method& method,
H A Dts_code_emitter.cpp154 EmitInterfaceMethodLastPara(metaMethod, prefix, method, methodStr, haveOutPara); in EmitInterfaceMethod()
160 void TsCodeEmitter::EmitInterfaceMethodLastPara(MetaMethod* metaMethod, const String& prefix, Metho… in EmitInterfaceMethodLastPara() function in OHOS::Idl::TsCodeEmitter