Home
last modified time | relevance | path

Searched refs:TransServerOnChannelClosed (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_callback_test.cpp45 static int32_t TransServerOnChannelClosed(const char *pkgName, int32_t pid, in TransServerOnChannelClosed() function
88 g_channelCallBack.OnChannelClosed = TransServerOnChannelClosed; in TransTcpDirectCallbackTest()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_static_test.cpp55 static int32_t TransServerOnChannelClosed( in TransServerOnChannelClosed() function
63 g_testchannelCallBack.OnChannelClosed = TransServerOnChannelClosed; in TestTransServerGetChannelCb()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c128 static int32_t TransServerOnChannelClosed( in TransServerOnChannelClosed() function
253 g_channelCallBack.OnChannelClosed = TransServerOnChannelClosed; in TransServerGetChannelCb()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_callback_test/
H A Dtrans_channel_callback_test.cpp210 HWTEST_F(TransChannelCallbackTest, TransServerOnChannelClosed, TestSize.Level1)