Searched refs:udpChannelList (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_channel_manager.c | 56 static void NotifyTimeOutUdpChannel(ListNode *udpChannelList) in NotifyTimeOutUdpChannel() argument 60 LIST_FOR_EACH_ENTRY_SAFE(udpChannel, nextUdpChannel, udpChannelList, UdpChannelInfo, node) { in NotifyTimeOutUdpChannel() 228 static void NotifyUdpChannelCloseInList(ListNode *udpChannelList) in NotifyUdpChannelCloseInList() argument 232 LIST_FOR_EACH_ENTRY_SAFE(udpChannel, udpChannelNext, udpChannelList, UdpChannelInfo, node) { in NotifyUdpChannelCloseInList()
|
H A D | trans_udp_negotiation.c | 1211 SoftBusList *udpChannelList = GetUdpChannelMgrHead(); in TransUdpDeathCallback() local 1213 LIST_FOR_EACH_ENTRY(udpChannelNode, &(udpChannelList->list), UdpChannelInfo, node) { in TransUdpDeathCallback()
|