Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_request.c25 static ListNode g_authRequestList = {&g_authRequestList, &g_authRequestList}; variable
30 LIST_FOR_EACH_ENTRY(item, &g_authRequestList, AuthRequest, node) { in FindAuthRequestByRequestId()
43 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_authRequestList, AuthRequest, node) { in GetAuthRequestWaitNum()
84 ListTailInsert(&g_authRequestList, &newRequest->node); in AddAuthRequest()
125 LIST_FOR_EACH_ENTRY(item, &g_authRequestList, AuthRequest, node) { in FindAuthRequestByConnInfo()
146 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_authRequestList, AuthRequest, node) { in FindAndDelAuthRequestByConnInfo()
190 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_authRequestList, AuthRequest, node) { in ClearAuthRequest()
194 ListInit(&g_authRequestList); in ClearAuthRequest()