Home
last modified time | relevance | path

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

/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/
H A Dsa_ts_client_proxy_code_emitter.h45 const std::string &prefix, bool haveOutPara) const;
48 bool haveOutPara) const;
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_service_stub_code_emitter.h45 const std::string &prefix, bool haveOutPara) const;
/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.h77 StringBuilder& methodStr, bool haveOutPara);
80 MetaMethod* metaMethod, int methodIndex, StringBuilder& stringBuilder, const String& prefix, bool haveOutPara);
83 MetaMethod* metaMethod, int methodIndex, StringBuilder& stringBuilder, const String& prefix, bool haveOutPara);
120 const String& prefix, bool haveOutPara);
H A Dts_code_emitter.cpp132 bool haveOutPara = false; in EmitInterfaceMethod() local
149 haveOutPara = true; in EmitInterfaceMethod()
154 EmitInterfaceMethodLastPara(metaMethod, prefix, method, methodStr, haveOutPara); in EmitInterfaceMethod()
161 StringBuilder& methodStr, bool haveOutPara) in EmitInterfaceMethodLastPara()
183 if (!haveOutPara) { in EmitInterfaceMethodLastPara()
191 if (!haveOutPara) { in EmitInterfaceMethodLastPara()
315 bool haveOutPara = false; in EmitInterfaceProxyMethodBody() local
331 haveOutPara = true; in EmitInterfaceProxyMethodBody()
338 EmitInterfaceMethodCallback(metaMethod, methodIndex, stringBuilder, prefix, haveOutPara); in EmitInterfaceProxyMethodBody()
350 const String& prefix, bool haveOutPara) in EmitInterfaceMethodCallback()
160 EmitInterfaceMethodLastPara(MetaMethod* metaMethod, const String& prefix, Method& method, StringBuilder& methodStr, bool haveOutPara) EmitInterfaceMethodLastPara() argument
349 EmitInterfaceMethodCallback(MetaMethod* metaMethod, int methodIndex, StringBuilder& stringBuilder, const String& prefix, bool haveOutPara) EmitInterfaceMethodCallback() argument
404 EmitInterfaceMethodCallbackInner(MetaType* returnType, MetaMethod* metaMethod, int methodIndex, StringBuilder& stringBuilder, const String& prefix, bool haveOutPara) EmitInterfaceMethodCallbackInner() argument
558 bool haveOutPara = false; EmitInterfaceStubMethodImpl() local
598 EmitInterfaceStubMethodPromiseImpl( MetaMethod* metaMethod, int methodIndex, StringBuilder& stringBuilder, const String& prefix, bool haveOutPara) EmitInterfaceStubMethodPromiseImpl() argument
[all...]

Completed in 3 milliseconds