Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_wifi_direct.c31 static ListNode *g_forceDownList = NULL; variable
63 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_forceDownList, ForceDownInfo, node) { in IsForceDownInfoExists()
103 ListTailInsert(g_forceDownList, &newNode->node); in AddForceDownInfo()
124 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_forceDownList, ForceDownInfo, node) { in DelForceDownInfo()
145 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_forceDownList, ForceDownInfo, node) { in GetForceDownInfoWithoutLock()
661 g_forceDownList = (ListNode *)SoftBusCalloc(sizeof(ListNode)); in InitLinkWifiDirect()
662 if (g_forceDownList == NULL) { in InitLinkWifiDirect()
667 ListInit(g_forceDownList); in InitLinkWifiDirect()
673 if (g_forceDownList == NULL) { in DeInitLinkWifiDirect()
686 SoftBusFree(g_forceDownList); in DeInitLinkWifiDirect()
[all …]