Searched refs:contextList (Results 1 – 2 of 2) sorted by relevance
76 auto contextList = ContextPool::Instance().Select(CONTEXT_ENROLL); in OpenSession() local77 for (const auto &context : contextList) { in OpenSession()350 auto contextList = ContextPool::Instance().Select(CONTEXT_ENROLL); in CancelCurrentEnroll() local352 for (const auto &context : contextList) { in CancelCurrentEnroll()
346 auto contextList = ContextPool::Instance().Select(CONTEXT_ENROLL); in MockForAddCredentialHdi() local347 if (!contextList.empty()) { in MockForAddCredentialHdi()348 context = contextList[0].lock(); in MockForAddCredentialHdi()