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/
H A Dkey_agree_sdk.c273 KeyAgreeSessionManager *sessionManager = GetManagerInstance(); in KeyAgreeIsFinish() local
274 if (sessionManager == NULL) { in KeyAgreeIsFinish()
278 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeIsFinish()
302 KeyAgreeSessionManager *sessionManager = GetManagerInstance(); in KeyAgreeGetResult() local
303 if (sessionManager == NULL) { in KeyAgreeGetResult()
307 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeGetResult()
333 KeyAgreeSessionManager *sessionManager = GetManagerInstance(); in KeyAgreeFreeSession() local
334 if (sessionManager == NULL) { in KeyAgreeFreeSession()
338 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeFreeSession()
343 if (sessionManager in KeyAgreeFreeSession()
[all...]
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_check_labels_callback.cpp51 auto &sessionManager = AppAccountAuthenticatorSessionManager::GetInstance(); in CheckLabels() local
59 if (sessionManager.CheckAccountLabels(newRequest) == ERR_OK) { in CheckLabels()
67 sessionManager.CloseSession(sessionId_); in CheckLabels()

Completed in 2 milliseconds