Home
last modified time | relevance | path

Searched refs:CONTEXT_ENROLL (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext.h41 CONTEXT_ENROLL, enumerator
/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()
339 if (ContextPool::Instance().Select(CONTEXT_ENROLL).size() == 0) { in CancelCurrentEnrollIfExist()
350 auto contextList = ContextPool::Instance().Select(CONTEXT_ENROLL); in CancelCurrentEnroll()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Denroll_context.cpp39 return CONTEXT_ENROLL; in GetContextType()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dcontext_factory_test.cpp122 ASSERT_EQ(context->GetContextType(), CONTEXT_ENROLL);
H A Duser_idm_service_test.cpp92 EXPECT_CALL(*context, GetContextType()).WillRepeatedly(Return(CONTEXT_ENROLL));
346 auto contextList = ContextPool::Instance().Select(CONTEXT_ENROLL); in MockForAddCredentialHdi()
535 EXPECT_CALL(*context, GetContextType()).WillRepeatedly(Return(CONTEXT_ENROLL));
H A Denroll_context_test.cpp116 ASSERT_EQ(context->GetContextType(), CONTEXT_ENROLL);