Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_idm_service.cpp76 auto contextList = ContextPool::Instance().Select(CONTEXT_ENROLL); in OpenSession() local
77 for (const auto &context : contextList) { in OpenSession()
350 auto contextList = ContextPool::Instance().Select(CONTEXT_ENROLL); in CancelCurrentEnroll() local
352 for (const auto &context : contextList) { in CancelCurrentEnroll()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_idm_service_test.cpp346 auto contextList = ContextPool::Instance().Select(CONTEXT_ENROLL); in MockForAddCredentialHdi() local
347 if (!contextList.empty()) { in MockForAddCredentialHdi()
348 context = contextList[0].lock(); in MockForAddCredentialHdi()