/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/ |
H A D | client_trans_channel_callback_test.cpp | 209 int32_t ret = TransOnChannelClosed(channelId, CHANNEL_TYPE_AUTH, messageType, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 212 ret = TransOnChannelClosed(channelId, CHANNEL_TYPE_AUTH, udpMessageType, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 215 ret = TransOnChannelClosed(channelId, CHANNEL_TYPE_PROXY, messageType, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 218 ret = TransOnChannelClosed(channelId, CHANNEL_TYPE_PROXY, udpMessageType, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 221 ret = TransOnChannelClosed(channelId, CHANNEL_TYPE_UDP, udpMessageType, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 224 ret = TransOnChannelClosed(channelId, CHANNEL_TYPE_UDP, messageType, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 227 ret = TransOnChannelClosed(channelId, CHANNEL_TYPE_TCP_DIRECT, messageType, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 230 ret = TransOnChannelClosed(channelId, CHANNEL_TYPE_TCP_DIRECT, udpMessageType, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 233 ret = TransOnChannelClosed(channelId, CHANNEL_TYPE_BUTT, messageType, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 236 ret = TransOnChannelClosed(channelId, CHANNEL_TYPE_TCP_DIRECT, MESSAGE_TYPE_BUTT, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() [all...] |
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/common/ |
H A D | client_trans_udp_manager_static_test.cpp | 126 OnUdpChannelClosed(TEST_CHANNELID, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 172 OnUdpChannelClosed(TEST_CHANNELID, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 302 NotifyCallback(testChannel, TEST_CHANNELID, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 310 NotifyCallback(&channel, TEST_CHANNELID, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 315 NotifyCallback(&channel, TEST_CHANNELID, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F()
|
H A D | client_trans_udp_manager_test.cpp | 165 ret = TransOnUdpChannelClosed(channel.channelId, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 231 ret = TransOnUdpChannelClosed(TEST_CHANNELID, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 257 ret = TransOnUdpChannelClosed(channel.channelId, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 293 ret = ClientTransCloseUdpChannel(TEST_CHANNELID, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransudpmanager_fuzzer/ |
H A D | clienttransudpmanager_fuzzer.cpp | 52 TransOnUdpChannelClosed((int32_t)size, SHUTDOWN_REASON_UNKNOWN); in TransOnUdpChannelClosedTest() 69 ClientTransCloseUdpChannel((int32_t)size, SHUTDOWN_REASON_UNKNOWN); in ClientTransCloseUdpChannelTest()
|
/foundation/distributedhardware/distributed_input/test/fuzztest/dinputonsessionclosed_fuzzer/ |
H A D | dinputonsessionclosed_fuzzer.cpp | 38 ShutdownReason reason = SHUTDOWN_REASON_UNKNOWN; in OnSessionClosedFuzzTest()
|
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/ |
H A D | trans_type.h | 76 SHUTDOWN_REASON_UNKNOWN, /**< Shutdown for unknown reason */ enumerator
|
/foundation/communication/dsoftbus/core/transmission/ipc/mini/ |
H A D | trans_client_proxy.c | 50 data->msgChannelId, data->msgChannelType, data->msgMessageType, SHUTDOWN_REASON_UNKNOWN); in ClientIpcOnChannelClosed()
|
/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbussessionobject_fuzzer/ |
H A D | softbus_session_object_fuzzer.cpp | 69 ShutdownReason reason = ShutdownReason::SHUTDOWN_REASON_UNKNOWN; in SoftBusSessionFuzzTest()
|
/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | trans_type.h | 78 SHUTDOWN_REASON_UNKNOWN, /**< Shutdown for unknown reason */ enumerator
|
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/fuzztest/softbusadapter_fuzzer/ |
H A D | softbusadapter_fuzzer.cpp | 47 ShutdownReason reason = SHUTDOWN_REASON_UNKNOWN; in SoftbusAdapterFuzzTest() 98 ShutdownReason reason = SHUTDOWN_REASON_UNKNOWN; in SoftbusOnSessionClosedFuzzTest()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/transport/ |
H A D | dh_transport_test.cpp | 66 ShutdownReason reason = ShutdownReason::SHUTDOWN_REASON_UNKNOWN; in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranstcpdirectlistener_fuzzer/ |
H A D | clienttranstcpdirectlistener_fuzzer.cpp | 204 ClientTransTdcOnSessionClosed((int32_t)size, SHUTDOWN_REASON_UNKNOWN); in ClientTransTdcOnSessionClosedTest()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/dhtransport_fuzzer/ |
H A D | dhtransport_fuzzer.cpp | 151 ShutdownReason reason = ShutdownReason::SHUTDOWN_REASON_UNKNOWN; in DhTransportOnSocketClosedFuzzTest()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/ |
H A D | softbus_session_dispatcher_test.cpp | 294 ShutdownReason reason = SHUTDOWN_REASON_UNKNOWN; in HWTEST_F()
|
/foundation/distributedhardware/distributed_input/services/transportbase/test/transbaseunittest/ |
H A D | distributed_input_transbase_test.cpp | 203 ShutdownReason reason = ShutdownReason::SHUTDOWN_REASON_UNKNOWN; in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screendatachannel/src/ |
H A D | screen_data_channel_impl_test.cpp | 259 ShutdownReason reason = SHUTDOWN_REASON_UNKNOWN; in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_callback_test.cpp | 386 ret = TransOnSessionClosed(INVALID_CHANNEL_ID, CHANNEL_TYPE_BUTT, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F() 388 ret = TransOnSessionClosed(TRANS_TEST_CHANNEL_ID, CHANNEL_TYPE_BUTT, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F()
|
/foundation/multimodalinput/input/intention/adapters/test/unittest/src/ |
H A D | dsoftbus_adapter_test.cpp | 349 ASSERT_NO_FATAL_FAILURE(DSoftbusAdapterImpl::GetInstance()->OnShutdown(SOCKET, SHUTDOWN_REASON_UNKNOWN)); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/ |
H A D | trans_sdk_tcp_direct_test.cpp | 460 ret = ClientTransTdcOnSessionClosed(channelId, SHUTDOWN_REASON_UNKNOWN); in HWTEST_F()
|
/foundation/communication/ipc/dl_deps/ |
H A D | dsoftbus_interface.h | 1104 SHUTDOWN_REASON_UNKNOWN, /**< Shutdown for unknown reason */ enumerator
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/daudio_input_test/ |
H A D | daudio_input_test.cpp | 534 ShutdownReason reason = ShutdownReason::SHUTDOWN_REASON_UNKNOWN; in HWTEST_F()
|