Searched refs:CONTEXT_SIMPLE_AUTH (Results 1 – 6 of 6) sorted by relevance
227 EXPECT_CALL(*context1, GetContextType()).WillRepeatedly(Return(CONTEXT_SIMPLE_AUTH));235 auto contextVector = pool.Select(CONTEXT_SIMPLE_AUTH);242 contextVector = pool.Select(CONTEXT_SIMPLE_AUTH);
66 ASSERT_EQ(context->GetContextType(), CONTEXT_SIMPLE_AUTH);
118 ASSERT_EQ(context->GetContextType(), CONTEXT_SIMPLE_AUTH);
40 CONTEXT_SIMPLE_AUTH, enumerator
71 if (context->GetContextType() != ContextType::CONTEXT_SIMPLE_AUTH) { in CheckPreemptContext()
137 return CONTEXT_SIMPLE_AUTH; in GetContextType()