Home
last modified time | relevance | path

Searched refs:TransDelUdpChannel (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp167 ret = TransDelUdpChannel(invalidId);
169 ret = TransDelUdpChannel(Channel->info.myData.channelId);
175 ret = TransDelUdpChannel(invalidId);
199 ret = TransDelUdpChannel(newChannel->info.myData.channelId);
258 ret = TransDelUdpChannel(newChannel->info.myData.channelId);
315 ret = TransDelUdpChannel(newChannel->info.myData.channelId);
732 TransDelUdpChannel(channelId);
756 TransDelUdpChannel(TEST_CHANNEL_ID);
840 TransDelUdpChannel(TEST_CHANNEL_ID);
871 TransDelUdpChannel(TEST_CHANNEL_ID);
H A Dtrans_udp_negotiation_test.cpp148 ret = TransDelUdpChannel(TEST_CHANNEL_ID);
194 ret = TransDelUdpChannel(TEST_CHANNEL_ID);
309 ret = TransDelUdpChannel(TEST_CHANNEL_ID);
H A Dtrans_udp_static_test.cpp180 ret = TransDelUdpChannel(channel->info.myData.channelId);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/
H A Dtrans_udp_channel_manager.h61 int32_t TransDelUdpChannel(int32_t channelId);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c361 if (TransDelUdpChannel(appInfo->myData.channelId) != SOFTBUS_OK) { in CloseUdpChannel()
577 (void)TransDelUdpChannel(info->myData.channelId); in ProcessAbnormalUdpChannelState()
580 (void)TransDelUdpChannel(info->myData.channelId); in ProcessAbnormalUdpChannelState()
1052 TransDelUdpChannel(channelId); in TransUdpGetChannelAndOpenConn()
H A Dtrans_udp_channel_manager.c194 int32_t TransDelUdpChannel(int32_t channelId) in TransDelUdpChannel() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c600 (void)TransDelUdpChannel(channelId); in TransReleaseUdpResources()