Searched refs:g_authServerList (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_lane_test.cpp | 149 ListInit(&g_authServerList); 241 ListInit(&g_authServerList); 271 ListInit(&g_authServerList); 317 ListInit(&g_authServerList); 361 ListInit(&g_authServerList); 401 ListInit(&g_authServerList); 447 ListInit(&g_authServerList); 493 ListInit(&g_authServerList); 536 ListInit(&g_authServerList);
|
H A D | auth_manager_test.cpp | 74 ListInit(&g_authServerList); in SetUpTestCase()
|
H A D | auth_other_test.cpp | 220 ListInit(&g_authServerList);
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_manager.c | 57 static ListNode g_authServerList = { &g_authServerList, &g_authServerList }; variable 84 ListTailInsert(&g_authServerList, &auth->node); in NewAuthManager() 161 ListNode *list = isServer ? &g_authServerList : &g_authClientList; in FindAuthManagerByConnInfo() 173 ListNode *list = isServer ? &g_authServerList : &g_authClientList; in FindAuthManagerByUuid() 185 ListNode *list = isServer ? &g_authServerList : &g_authClientList; in FindAuthManagerByUdid() 197 ListNode *list = isServer ? &g_authServerList : &g_authClientList; in FindNormalizedKeyAuthManagerByUdid() 214 LIST_FOR_EACH_ENTRY(item, &g_authServerList, AuthManager, node) { in FindAuthManagerByAuthId() 226 ListNode *list = isServer ? &g_authServerList : &g_authClientList; in FindAuthManagerByConnId() 1875 LIST_FOR_EACH_ENTRY(item, &g_authServerList, AuthManager, node) { in GetAllHmlOrP2pAuthHandleNum() 1917 FillAuthHandleList(&g_authServerList, handle, num, count); in GetHmlOrP2pAuthHandle() [all …]
|