Searched refs:EmitInterfaceMethodExportCallback (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/idl_tool/codegen/ |
H A D | ts_code_emitter.h | 90 void EmitInterfaceMethodExportCallback(Method& m, const Parameter& para, bool isLast);
|
H A D | ts_code_emitter.cpp | 200 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 D | ts_code_emitter_interface_test.cpp | 1102 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);
|