Home
last modified time | relevance | path

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

/base/security/device_auth/services/session_manager/src/
H A Ddev_session_mgr.c35 static SessionInfoList g_sessionInfoList; variable
42 FOR_EACH_HC_VECTOR(g_sessionInfoList, index, ptr) { in GetSessionInfo()
55 while (index < g_sessionInfoList.size(&(g_sessionInfoList))) { in RemoveTimeoutSession()
56 SessionInfo *sessionInfo = g_sessionInfoList.getp(&(g_sessionInfoList), index); in RemoveTimeoutSession()
67 g_sessionInfoList.eraseElement(&(g_sessionInfoList), sessionInfo, index); in RemoveTimeoutSession()
79 uint32_t curSessionNum = HC_VECTOR_SIZE(&g_sessionInfoList); in CheckEnvForOpenSession()
93 if (g_sessionInfoList in AddNewSessionToList()
[all...]

Completed in 2 milliseconds