Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext.h41 CONTEXT_ENROLL, enumerator
/base/useriam/user_auth_framework/services/context/src/
H A Denroll_context.cpp39 return CONTEXT_ENROLL; in GetContextType()
/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_idm_service.cpp75 auto contextList = ContextPool::Instance().Select(CONTEXT_ENROLL); in OpenSession()
305 if (ContextPool::Instance().Select(CONTEXT_ENROLL).size() == 0) { in CancelCurrentEnrollIfExist()
316 auto contextList = ContextPool::Instance().Select(CONTEXT_ENROLL); in CancelCurrentEnroll()
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dcontext_factory_test.cpp122 ASSERT_EQ(context->GetContextType(), CONTEXT_ENROLL); in HWTEST_F()
H A Duser_idm_service_test.cpp92 EXPECT_CALL(*context, GetContextType()).WillRepeatedly(Return(CONTEXT_ENROLL)); in HWTEST_F()
362 auto contextList = ContextPool::Instance().Select(CONTEXT_ENROLL); in MockForAddCredentialHdi()
551 EXPECT_CALL(*context, GetContextType()).WillRepeatedly(Return(CONTEXT_ENROLL)); in HWTEST_F()
H A Denroll_context_test.cpp116 ASSERT_EQ(context->GetContextType(), CONTEXT_ENROLL); in HWTEST_F()

Completed in 5 milliseconds