Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_channel_manager.c257 ListNode udpDeleteChannelList; in TransCloseUdpChannelByNetWorkId() local
258 ListInit(&udpDeleteChannelList); in TransCloseUdpChannelByNetWorkId()
268 ListAdd(&udpDeleteChannelList, &(udpChannel->node)); in TransCloseUdpChannelByNetWorkId()
273 NotifyUdpChannelCloseInList(&udpDeleteChannelList); in TransCloseUdpChannelByNetWorkId()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp612 ListNode udpDeleteChannelList; variable
613 ListInit(&udpDeleteChannelList);
614 NotifyUdpChannelCloseInList(&udpDeleteChannelList);