Searched refs:sessionManager (Results 1 – 2 of 2) sorted by relevance
272 KeyAgreeSessionManager *sessionManager = GetManagerInstance(); in KeyAgreeIsFinish() local273 if (sessionManager == NULL) { in KeyAgreeIsFinish()277 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeIsFinish()301 KeyAgreeSessionManager *sessionManager = GetManagerInstance(); in KeyAgreeGetResult() local302 if (sessionManager == NULL) { in KeyAgreeGetResult()306 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeGetResult()332 KeyAgreeSessionManager *sessionManager = GetManagerInstance(); in KeyAgreeFreeSession() local333 if (sessionManager == NULL) { in KeyAgreeFreeSession()337 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeFreeSession()342 if (sessionManager == NULL || sessionManager->deleteSession(session) != HC_SUCCESS) { in KeyAgreeFreeSession()
50 auto &sessionManager = AppAccountAuthenticatorSessionManager::GetInstance(); in CheckLabels() local57 if (sessionManager.CheckAccountLabels(newRequest) == ERR_OK) { in CheckLabels()64 sessionManager.CloseSession(sessionId_); in CheckLabels()