Home
last modified time | relevance | path

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

/base/security/device_auth/services/key_agree_sdk/src/
Dkey_agree_sdk.c272 KeyAgreeSessionManager *sessionManager = GetManagerInstance(); in KeyAgreeIsFinish() local
273 if (sessionManager == NULL) { in KeyAgreeIsFinish()
277 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeIsFinish()
301 KeyAgreeSessionManager *sessionManager = GetManagerInstance(); in KeyAgreeGetResult() local
302 if (sessionManager == NULL) { in KeyAgreeGetResult()
306 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeGetResult()
332 KeyAgreeSessionManager *sessionManager = GetManagerInstance(); in KeyAgreeFreeSession() local
333 if (sessionManager == NULL) { in KeyAgreeFreeSession()
337 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeFreeSession()
342 if (sessionManager == NULL || sessionManager->deleteSession(session) != HC_SUCCESS) { in KeyAgreeFreeSession()
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_check_labels_callback.cpp50 auto &sessionManager = AppAccountAuthenticatorSessionManager::GetInstance(); in CheckLabels() local
57 if (sessionManager.CheckAccountLabels(newRequest) == ERR_OK) { in CheckLabels()
64 sessionManager.CloseSession(sessionId_); in CheckLabels()