Home
last modified time | relevance | path

Searched refs:EmitInterfaceMethodExportCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.h90 void EmitInterfaceMethodExportCallback(Method& m, const Parameter& para, bool isLast);
H A Dts_code_emitter.cpp200 EmitInterfaceMethodExportCallback(method, method.parameters_[index], isLast); in EmitInterfaceMethodLastPara()
218 void TsCodeEmitter::EmitInterfaceMethodExportCallback(Method& m, const Parameter& para, bool isLast) in EmitInterfaceMethodExportCallback() function in OHOS::Idl::TsCodeEmitter
/ohos5.0/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_interface_test/
H A Dts_code_emitter_interface_test.cpp1102 tsCodeGen_->EmitInterfaceMethodExportCallback(m, m.retParameter_, isLast);
1126 tsCodeGen_->EmitInterfaceMethodExportCallback(m, m.retParameter_, isLast);
1150 tsCodeGen_->EmitInterfaceMethodExportCallback(m, m.retParameter_, isLast);
1174 tsCodeGen_->EmitInterfaceMethodExportCallback(m, m.retParameter_, isLast);
1198 tsCodeGen_->EmitInterfaceMethodExportCallback(m, m.retParameter_, isLast);