Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.h80 …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…
H A Dts_code_emitter.cpp301 if (methods_[methodIndex].callbackName_.size() > 0) { in EmitInterfaceProxyMethodImpl()
309 EmitInterfaceProxyMethodBody(metaMethod, methodIndex, stringBuilder, prefix); in EmitInterfaceProxyMethodImpl()
364 if ((methods_[methodIndex].parameters_[index].attr_ & ATTR_OUT) != 0) { in EmitInterfaceMethodCallback()
376 if (methods_[methodIndex].retParameter_.name_.size() > 0) { in EmitInterfaceMethodCallback()
393 if (index != methods_[methodIndex].parameters_.size() - 1) { in EmitInterfaceMethodCallback()
421 if (methods_[methodIndex].retParameter_.name_.size() > 0) { in EmitInterfaceMethodCallbackInner()
433 if ((methods_[methodIndex].parameters_[index].attr_ & ATTR_OUT) != 0) { in EmitInterfaceMethodCallbackInner()
436 if (index != methods_[methodIndex].parameters_.size() - 1) { in EmitInterfaceMethodCallbackInner()
602 if (methods_[methodIndex].retParameter_.name_.size() > 0) { in EmitInterfaceStubMethodPromiseImpl()
614 if ((methods_[methodIndex].parameters_[index].attr_ & ATTR_OUT) != 0) { in EmitInterfaceStubMethodPromiseImpl()
[all …]