Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_normalize_request.c29 static ListNode g_normalizeRequestList = {&g_normalizeRequestList, &g_normalizeRequestList}; variable
39 LIST_FOR_EACH_ENTRY(item, &g_normalizeRequestList, NormalizeRequest, node) { in GetSameRequestNum()
68 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_normalizeRequestList, NormalizeRequest, node) { in GetRequestListByUdidHash()
88 LIST_FOR_EACH_ENTRY(item, &g_normalizeRequestList, NormalizeRequest, node) { in FindAndDelNormalizeRequest()
126 LIST_FOR_EACH_ENTRY(item, &g_normalizeRequestList, NormalizeRequest, node) { in DelAuthNormalizeRequest()
144 LIST_FOR_EACH_ENTRY(item, &g_normalizeRequestList, NormalizeRequest, node) { in AuthIsRepeatedAuthRequest()
168 ListTailInsert(&g_normalizeRequestList, &newRequest->node); in AddNormalizeRequest()