Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H A Dsa_cpp_service_stub_code_emitter.cpp135 bool hasOutParameter = false; in EmitInterfaceStubMethodImpl() local
143 hasOutParameter = true; in EmitInterfaceStubMethodImpl()
146 hasOutParameter = true; in EmitInterfaceStubMethodImpl()
154 if (hasOutParameter || (retTypeKind != TypeKind::TYPE_VOID)) { in EmitInterfaceStubMethodImpl()
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dcpp_code_emitter.cpp853 bool hasOutParameter = false; in EmitInterfaceStubMethodImpl() local
857 hasOutParameter = true; in EmitInterfaceStubMethodImpl()
860 if (hasOutParameter || returnType->kind_ != TypeKind::Void) { in EmitInterfaceStubMethodImpl()