Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_request.c23 static ListNode g_authRequestList = {&g_authRequestList, &g_authRequestList}; variable
28 LIST_FOR_EACH_ENTRY(item, &g_authRequestList, AuthRequest, node) { in FindAuthRequestByRequestId()
41 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_authRequestList, AuthRequest, node) { in GetAuthRequestWaitNum()
82 ListTailInsert(&g_authRequestList, &newRequest->node); in AddAuthRequest()
124 LIST_FOR_EACH_ENTRY(item, &g_authRequestList, AuthRequest, node) { in FindAuthRequestByConnInfo()
145 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_authRequestList, AuthRequest, node) { in FindAndDelAuthRequestByConnInfo()
189 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_authRequestList, AuthRequest, node) { in ClearAuthRequest()
193 ListInit(&g_authRequestList); in ClearAuthRequest()
[all...]

Completed in 1 milliseconds