Home
last modified time | relevance | path

Searched defs:LIST_FOR_EACH_ENTRY_SAFE (Results 1 - 19 of 19) sorted by relevance

/foundation/communication/dsoftbus/core/common/include/
H A Dcommon_list.h112 #define LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, list, type, member) \ macro
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/
H A Dtrans_session_test.cpp326 LIST_FOR_EACH_ENTRY_SAFE(infoNode, infoNodeNext, &(sessionServerList), SessionServerInfo, node) { in HWTEST_F() function
356 LIST_FOR_EACH_ENTRY_SAFE(infoNode, infoNodeNext, &(sessionServerList), SessionServerInfo, node) { in HWTEST_F() function
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_manager.c91 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, tdcChannelList, SessionConn, node) { in NotifyTdcChannelTimeOut() function
141 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, tdcChannelList, SessionConn, node) { in NotifyTdcChannelStopProc() function
H A Dtrans_tcp_direct_p2p.c234 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, sessionConnList, SessionConn, node) { in NotifyP2pSessionConnClear() function
/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dtrans_session_manager.c352 LIST_FOR_EACH_ENTRY_SAFE(pos, tmp, sessionServerList, SessionServer, node) { in TransListDelete() function
[all...]
H A Dsoftbus_scenario_manager.c612 LIST_FOR_EACH_ENTRY_SAFE(counter, tmp, list, BusinessCounter, node) { in ScenarioManagerClearBusinessCounterList() function
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_channel_manager.c60 LIST_FOR_EACH_ENTRY_SAFE(udpChannel, nextUdpChannel, udpChannelList, UdpChannelInfo, node) { in NotifyTimeOutUdpChannel() function
232 LIST_FOR_EACH_ENTRY_SAFE(udpChannel, udpChannelNext, udpChannelList, UdpChannelInfo, node) { in NotifyUdpChannelCloseInList() function
H A Dtrans_udp_negotiation.c1225 LIST_FOR_EACH_ENTRY_SAFE(udpChannelNode, udpChannelNodeNext, (&destroyList), UdpChannelInfo, node) { in TransUdpDeathCallback() function
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_key.c168 LIST_FOR_EACH_ENTRY_SAFE(item, next, list, SessionKeyItem, node) { in DestroySessionKeyList() function
402 LIST_FOR_EACH_ENTRY_SAFE(item, next, list, SessionKeyItem, node) { in ClearSessionkeyByAuthLinkType() function
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_wifi_direct.c63 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_forceDownList, ForceDownInfo, node) { in IsForceDownInfoExists() function
124 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_forceDownList, ForceDownInfo, node) { in DelForceDownInfo() function
145 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_forceDownList, ForceDownInfo, node) { in GetForceDownInfoWithoutLock() function
525 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_forceDownList, ForceDownInfo, node) { in ForceDownCondWait() function
682 LIST_FOR_EACH_ENTRY_SAFE(relinkItem, relinkNext, g_forceDownList, ForceDownInfo, node) { in DeInitLinkWifiDirect() function
H A Dlnn_lane_link_p2p.c331 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_p2pLinkedList, P2pLinkedList, node) { in GetP2pLinkedReqByReqId() function
356 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_p2pLinkedList, P2pLinkedList, node) { in RecycleLinkedListResource() function
447 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_p2pLinkedList, P2pLinkedList, node) { in GetP2pLinkDownParam() function
472 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_p2pLinkedList, P2pLinkedList, node) { in DelP2pLinkedByAuthReqId() function
604 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_p2pLinkList, P2pLinkReqList, node) { in GetP2pLinkReqParamByChannelRequetId() function
655 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_p2pLinkList, P2pLinkReqList, node) { in GetP2pLinkReqParamByAuthHandle() function
704 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_p2pLinkList, P2pLinkReqList, node) { in GetP2pLinkReqByReqId() function
730 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_p2pLinkList, P2pLinkReqList, node) { in DelP2pLinkReqByReqId() function
764 LIST_FOR_EACH_ENTRY_SAFE(guideItem, guideNext, g_guideInfoList, WdGuideInfo, node) { in GetGuideInfo() function
788 LIST_FOR_EACH_ENTRY_SAFE(guideIte in DelGuideInfoItem() function
974 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_rawLinkList, RawLinkInfoList, node) { GetRawLinkInfoByReqId() function
998 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_rawLinkList, RawLinkInfoList, node) { DelRawLinkInfoByReqId() function
1127 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_rawLinkList, RawLinkInfoList, node) { CheckAuthMetaResult() function
1317 LIST_FOR_EACH_ENTRY_SAFE(guideItem, guideNext, g_guideInfoList, WdGuideInfo, node) { GuideNodeIsExist() function
1734 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_p2pLinkList, P2pLinkReqList, node) { GetAuthTriggerLinkReqParamByAuthHandle() function
1846 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_p2pLinkList, P2pLinkReqList, node) { GetP2pLinkByLaneReqId() function
2263 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_p2pLinkList, P2pLinkReqList, node) { UpdateP2pReuseInfoByReqId() function
2576 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_p2pLinkedList, P2pLinkedList, node) { RecycleP2pLinkedReqByLinkType() function
2859 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_p2pLinkedList, P2pLinkedList, node) { DelP2pLinkedByLinkId() function
2971 LIST_FOR_EACH_ENTRY_SAFE(linkReqItem, linkReqNext, g_p2pLinkList, P2pLinkReqList, node) { LnnDestroyP2pLinkInfo() function
2979 LIST_FOR_EACH_ENTRY_SAFE(linkedItem, linkedNext, g_p2pLinkedList, P2pLinkedList, node) { LnnDestroyP2pLinkInfo() function
2987 LIST_FOR_EACH_ENTRY_SAFE(guideItem, guideNext, g_guideInfoList, WdGuideInfo, node) { LnnDestroyP2pLinkInfo() function
3009 LIST_FOR_EACH_ENTRY_SAFE(sessionItem, sessionNext, g_authSessionServerList, AuthSessionServer, node) { LnnDestroyWifiDirectInfo() function
3024 LIST_FOR_EACH_ENTRY_SAFE(rawLinkItem, rawLinkNext, g_rawLinkList, RawLinkInfoList, node) { LnnDestroyWifiDirectInfo() function
3052 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_p2pLinkList, P2pLinkReqList, node) { LnnCancelWifiDirect() function
[all...]
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_manager_test.cpp905 LIST_FOR_EACH_ENTRY_SAFE(infoNode, infoNodeNext, &(sessionServerList), SessionServerInfo, node) { in HWTEST_F() function
951 LIST_FOR_EACH_ENTRY_SAFE(infoNode, infoNodeNext, &(sessionServerList), SessionServerInfo, node) { in HWTEST_F() function
969 LIST_FOR_EACH_ENTRY_SAFE(infoNode, infoNodeNext, &(sessionServerList), SessionServerInfo, node) { in HWTEST_F() function
1383 LIST_FOR_EACH_ENTRY_SAFE(infoNode, infoNodeNext, &(sessionServerList), SessionServerInfo, node) { in HWTEST_F() function
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_mock_test.cpp86 LIST_FOR_EACH_ENTRY_SAFE(item, next, &netBuilder->fsmList, LnnConnectionFsm, node) { in ClearNetBuilderFsmList() function
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_manager.c142 LIST_FOR_EACH_ENTRY_SAFE(destroyNode, destroyNodeNext, destroyList, DestroySessionInfo, node) { in ClientDestroySession() function
616 LIST_FOR_EACH_ENTRY_SAFE(destroyNode, destroyNodeNext, destroyList, DestroySessionInfo, node) { in ClientCleanUpIdleTimeoutSocket() function
751 LIST_FOR_EACH_ENTRY_SAFE(infoNode, infoNodeNext, sessionServerInfoList, SessionServerInfo, node) { in ReCreateSessionServerToServer() function
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_strategy.c125 LIST_FOR_EACH_ENTRY_SAFE(info, nextInfo, gearModeList, GearModeStorageInfo, node) { in GetGearModeFromSettingList() function
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c491 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_nightOnCache, DeviceNightMode, node) { in RestoreBrNetworkDevices() function
760 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_nightOnCache, DeviceNightMode, node) { in LnnDeinitNetworkManager() function
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c84 LIST_FOR_EACH_ENTRY_SAFE(item, next, list, SyncInfoMsg, node) { in ClearSyncInfoMsg() function
255 LIST_FOR_EACH_ENTRY_SAFE(item, next, list, SyncInfoMsg, node) { in DestroySyncInfoMsgList() function
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c259 LIST_FOR_EACH_ENTRY_SAFE(item, next, list, TimeSyncCallbackItem, node) { in ClearTimeSyncList() function
270 LIST_FOR_EACH_ENTRY_SAFE(item, next, list, NodeStateCallbackItem, node) { in ClearNodeStateCbList() function
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c384 LIST_FOR_EACH_ENTRY_SAFE(removeNode, nextNode, proxyChannelList, ProxyChannelInfo, node) { in TransProxyReleaseChannelList() function
1655 LIST_FOR_EACH_ENTRY_SAFE(removeNode, nextNode, proxyProcList, ProxyChannelInfo, node) { in TransProxyTimerItemProc() function
1920 LIST_FOR_EACH_ENTRY_SAFE(destroyNode, nextDestroyNode, destroyList, ProxyChannelInfo, node) { TransProxyDestroyChannelList() function
[all...]

Completed in 30 milliseconds