Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/
H A Ddev_session_mgr.c90 SessionInfo newSessionInfo; in AddNewSessionToList() local
91 newSessionInfo.session = session; in AddNewSessionToList()
92 newSessionInfo.createTime = HcGetCurTime(); in AddNewSessionToList()
93 if (g_sessionInfoList.pushBackT(&g_sessionInfoList, newSessionInfo) == NULL) { in AddNewSessionToList()