Home
last modified time | relevance | path

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

/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
/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_interface_test/
H A Dts_code_emitter_interface_test.cpp1084 * Function: EmitInterfaceMethodExportCallback
1088 * CaseDescription: The string in EmitInterfaceMethodExportCallback is not empty.
1102 tsCodeGen_->EmitInterfaceMethodExportCallback(m, m.retParameter_, isLast); in HWTEST_F()
1108 * Function: EmitInterfaceMethodExportCallback
1112 * CaseDescription: The string in EmitInterfaceMethodExportCallback is not empty.
1126 tsCodeGen_->EmitInterfaceMethodExportCallback(m, m.retParameter_, isLast); in HWTEST_F()
1132 * Function: EmitInterfaceMethodExportCallback
1136 * CaseDescription: The string in EmitInterfaceMethodExportCallback is not empty.
1150 tsCodeGen_->EmitInterfaceMethodExportCallback(m, m.retParameter_, isLast); in HWTEST_F()
1156 * Function: EmitInterfaceMethodExportCallback
[all...]

Completed in 7 milliseconds