Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c68 int32_t TransDeleteUdpChannel(int32_t channelId) in TransDeleteUdpChannel() function
276 (void)TransDeleteUdpChannel(channel->channelId); in TransOnUdpChannelOpened()
283 (void)TransDeleteUdpChannel(channel->channelId); in TransOnUdpChannelOpened()
295 (void)TransDeleteUdpChannel(channel->channelId); in TransOnUdpChannelOpened()
329 if (TransDeleteUdpChannel(channelId) != SOFTBUS_OK) { in TransOnUdpChannelOpenFailed()
392 if (TransDeleteUdpChannel(channelId) != SOFTBUS_OK) { in CloseUdpChannelProc()
525 if (TransDeleteUdpChannel(channelId) != SOFTBUS_OK) { in OnUdpChannelClosed()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/common/
H A Dclient_trans_udp_manager_static_test.cpp129 ret = TransDeleteUdpChannel(TEST_CHANNELID);