Home
last modified time | relevance | path

Searched refs:CONTEXT_IDENTIFY (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext.h42 CONTEXT_IDENTIFY, enumerator
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Didentify_context.cpp35 return CONTEXT_IDENTIFY; in GetContextType()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dcontext_factory_test.cpp94 ASSERT_EQ(context->GetContextType(), CONTEXT_IDENTIFY);
H A Dcontext_pool_test.cpp232 EXPECT_CALL(*context2, GetContextType()).WillRepeatedly(Return(CONTEXT_IDENTIFY));
H A Didentify_context_test.cpp114 ASSERT_EQ(context->GetContextType(), CONTEXT_IDENTIFY);