Home
last modified time | relevance | path

Searched refs:haveOutPara (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/
H A Dsa_ts_client_proxy_code_emitter.cpp97 bool haveOutPara = false; in EmitInterfaceProxyMethodBody() local
115 haveOutPara = true; in EmitInterfaceProxyMethodBody()
122 EmitInterfaceMethodCallback(method, sb, prefix + TAB + TAB, haveOutPara); in EmitInterfaceProxyMethodBody()
134 const std::string &prefix, bool haveOutPara) const in EmitInterfaceMethodCallback()
140 EmitInterfaceMethodErrorCallback(method, sb, prefix + TAB, haveOutPara); in EmitInterfaceMethodCallback()
145 const std::string &prefix, bool haveOutPara) const in EmitInterfaceMethodErrorCallback()
148 if ((retKind != TypeKind::TYPE_VOID) || haveOutPara) { in EmitInterfaceMethodErrorCallback()
H A Dsa_ts_service_stub_code_emitter.cpp121 bool haveOutPara = false; in EmitInterfaceStubMethodImpl() local
132 haveOutPara = true; in EmitInterfaceStubMethodImpl()
144 EmitInterfaceStubMethodPromiseImpl(method, sb, prefix + TAB + TAB, haveOutPara); in EmitInterfaceStubMethodImpl()
152 const std::string &prefix, bool haveOutPara) const in EmitInterfaceStubMethodPromiseImpl()
173 if ((returnType->GetTypeKind() != TypeKind::TYPE_VOID) || haveOutPara) { in EmitInterfaceStubMethodPromiseImpl()
175 if (haveOutPara) { in EmitInterfaceStubMethodPromiseImpl()
H A Dsa_ts_client_proxy_code_emitter.h45 const std::string &prefix, bool haveOutPara) const;
48 bool haveOutPara) const;
H A Dsa_ts_service_stub_code_emitter.h45 const std::string &prefix, bool haveOutPara) const;
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.cpp132 bool haveOutPara = false; in EmitInterfaceMethod() local
149 haveOutPara = true; in EmitInterfaceMethod()
183 if (!haveOutPara) { in EmitInterfaceMethodLastPara()
191 if (!haveOutPara) { in EmitInterfaceMethodLastPara()
315 bool haveOutPara = false; in EmitInterfaceProxyMethodBody() local
377 if (haveOutPara) { in EmitInterfaceMethodCallback()
422 if (haveOutPara) { in EmitInterfaceMethodCallbackInner()
428 if (haveOutPara) { in EmitInterfaceMethodCallbackInner()
558 bool haveOutPara = false; in EmitInterfaceStubMethodImpl() local
603 if (!haveOutPara) { in EmitInterfaceStubMethodPromiseImpl()
[all …]
H A Dts_code_emitter.h77 StringBuilder& methodStr, bool haveOutPara);
80 …metaMethod, int methodIndex, StringBuilder& stringBuilder, const String& prefix, bool haveOutPara);
83 …metaMethod, int methodIndex, StringBuilder& stringBuilder, const String& prefix, bool haveOutPara);
120 const String& prefix, bool haveOutPara);