Home
last modified time | relevance | path

Searched refs:metaMethod (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.cpp118 EmitInterfaceMethod(metaMethod, stringBuilder, prefix); in EmitInterfaceMethods()
126 method.properties_ = metaMethod->properties_; in EmitInterfaceMethod()
139 method.name_ = MethodName(metaMethod->name_).string(); in EmitInterfaceMethod()
142 MetaParameter* mp = metaMethod->parameters_[index]; in EmitInterfaceMethod()
291 MetaParameter* mp = metaMethod->parameters_[index]; in EmitInterfaceProxyMethodImpl()
294 if (index != metaMethod->parameterNumber_ - 1) { in EmitInterfaceProxyMethodImpl()
326 MetaParameter* mp = metaMethod->parameters_[index]; in EmitInterfaceProxyMethodBody()
409 MetaParameter* mp = metaMethod->parameters_[index]; in EmitInterfaceMethodCallbackInner()
560 ConstantName(metaMethod->name_).string()); in EmitInterfaceStubMethodImpl()
562 MetaParameter* mp = metaMethod->parameters_[index]; in EmitInterfaceStubMethodImpl()
[all …]
H A Dts_code_emitter.h74 …void EmitInterfaceMethod(MetaMethod* metaMethod, StringBuilder& stringBuilder, const String& prefi…
76 void EmitInterfaceMethodLastPara(MetaMethod* metaMethod, const String& prefix, Method& method,
80 …MetaMethod* metaMethod, int methodIndex, StringBuilder& stringBuilder, const String& prefix, bool …
83 …MetaMethod* metaMethod, int methodIndex, StringBuilder& stringBuilder, const String& prefix, bool …
98 …void EmitInterfaceProxyMethodImpl(MetaMethod* metaMethod, int methodIndex, StringBuilder& stringBu…
101 …void EmitInterfaceProxyMethodBody(MetaMethod* metaMethod, int methodIndex, StringBuilder& stringBu…
116 …void EmitInterfaceStubMethodImpl(MetaMethod* metaMethod, int methodIndex, StringBuilder& stringBui…
119 …void EmitInterfaceStubMethodPromiseImpl(MetaMethod* metaMethod, int methodIndex, StringBuilder& st…
/ohos5.0/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_proxy_test/
H A Dts_code_emitter_proxy_test.cpp64 for (int j = 0; j < metaMethod->parameterNumber_; j++) {
65 MetaParameter* mp = metaMethod->parameters_[j];
106 MetaParameter* mp = metaMethod->parameters_[j];
147 MetaParameter* mp = metaMethod->parameters_[j];
188 MetaParameter* mp = metaMethod->parameters_[j];
231 MetaParameter* mp = metaMethod->parameters_[j];
274 MetaParameter* mp = metaMethod->parameters_[j];
314 MetaParameter* mp = metaMethod->parameters_[j];
355 MetaParameter* mp = metaMethod->parameters_[j];
396 MetaParameter* mp = metaMethod->parameters_[j];
[all …]
/ohos5.0/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_interface_test/
H A Dts_code_emitter_interface_test.cpp769 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[0]; variable
770 tsCodeGen_->EmitInterfaceMethod(metaMethod, stringBuilder, CodeEmitter::TAB);
791 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[0]; variable
792 tsCodeGen_->EmitInterfaceMethod(metaMethod, stringBuilder, CodeEmitter::TAB);
813 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[0]; variable
835 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[0]; variable
857 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[0]; variable
879 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[0]; variable
901 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[0]; variable
923 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[0]; variable
[all …]
/ohos5.0/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_stub_test/
H A Dts_code_emitter_stub_test.cpp757 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable
758 tsCodeGen_->EmitInterfaceStubMethodImpl(metaMethod, index, stringBuilder, CodeEmitter::TAB);
798 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable
799 tsCodeGen_->EmitInterfaceStubMethodImpl(metaMethod, index, stringBuilder, CodeEmitter::TAB);
839 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable
840 tsCodeGen_->EmitInterfaceStubMethodImpl(metaMethod, index, stringBuilder, CodeEmitter::TAB);
880 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable
881 tsCodeGen_->EmitInterfaceStubMethodImpl(metaMethod, index, stringBuilder, CodeEmitter::TAB);
920 MetaMethod* metaMethod = tsCodeGen_->metaInterface_->methods_[index]; variable
921 tsCodeGen_->EmitInterfaceStubMethodImpl(metaMethod, index, stringBuilder, CodeEmitter::TAB);