Searched refs:CONTEXT_ENROLL (Results 1 – 6 of 6) sorted by relevance
41 CONTEXT_ENROLL, enumerator
76 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()
39 return CONTEXT_ENROLL; in GetContextType()
122 ASSERT_EQ(context->GetContextType(), CONTEXT_ENROLL);
92 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));
116 ASSERT_EQ(context->GetContextType(), CONTEXT_ENROLL);