/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | context_factory_test.cpp | 66 ASSERT_EQ(context->GetContextType(), CONTEXT_SIMPLE_AUTH); 94 ASSERT_EQ(context->GetContextType(), CONTEXT_IDENTIFY); 122 ASSERT_EQ(context->GetContextType(), CONTEXT_ENROLL);
|
H A D | context_pool_test.cpp | 227 EXPECT_CALL(*context1, GetContextType()).WillRepeatedly(Return(CONTEXT_SIMPLE_AUTH)); 232 EXPECT_CALL(*context2, GetContextType()).WillRepeatedly(Return(CONTEXT_IDENTIFY));
|
H A D | widget_context_test.cpp | 113 EXPECT_EQ(widgetContext->GetContextType(), WIDGET_AUTH_CONTEXT);
|
H A D | user_idm_service_test.cpp | 92 EXPECT_CALL(*context, GetContextType()).WillRepeatedly(Return(CONTEXT_ENROLL)); 535 EXPECT_CALL(*context, GetContextType()).WillRepeatedly(Return(CONTEXT_ENROLL));
|
H A D | identify_context_test.cpp | 114 ASSERT_EQ(context->GetContextType(), CONTEXT_IDENTIFY);
|
H A D | enroll_context_test.cpp | 116 ASSERT_EQ(context->GetContextType(), CONTEXT_ENROLL);
|
H A D | simple_auth_context_test.cpp | 118 ASSERT_EQ(context->GetContextType(), CONTEXT_SIMPLE_AUTH);
|
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/ |
H A D | identify_context.h | 33 ContextType GetContextType() const override;
|
H A D | context.h | 56 virtual ContextType GetContextType() const = 0;
|
H A D | schedule_holder_context.h | 40 ContextType GetContextType() const override;
|
H A D | enroll_context.h | 32 ContextType GetContextType() const override;
|
H A D | remote_auth_context.h | 42 ContextType GetContextType() const override;
|
H A D | simple_auth_context.h | 38 ContextType GetContextType() const override;
|
H A D | remote_auth_invoker_context.h | 47 ContextType GetContextType() const override;
|
H A D | widget_context.h | 60 ContextType GetContextType() const override;
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | schedule_holder_context.cpp | 48 ContextType ScheduleHolderContext::GetContextType() const in GetContextType() function in OHOS::UserIam::UserAuth::ScheduleHolderContext
|
H A D | context_pool_impl.cpp | 71 if (context->GetContextType() != ContextType::CONTEXT_SIMPLE_AUTH) { in CheckPreemptContext() 169 if (context.second->GetContextType() == contextType) { in Select()
|
H A D | identify_context.cpp | 33 ContextType IdentifyContext::GetContextType() const in GetContextType() function in OHOS::UserIam::UserAuth::IdentifyContext
|
H A D | enroll_context.cpp | 37 ContextType EnrollContext::GetContextType() const in GetContextType() function in OHOS::UserIam::UserAuth::EnrollContext
|
H A D | remote_auth_context.cpp | 111 ContextType RemoteAuthContext::GetContextType() const in GetContextType() function in OHOS::UserIam::UserAuth::RemoteAuthContext
|
H A D | simple_auth_context.cpp | 135 ContextType SimpleAuthContext::GetContextType() const in GetContextType() function in OHOS::UserIam::UserAuth::SimpleAuthContext
|
H A D | remote_auth_invoker_context.cpp | 118 ContextType RemoteAuthInvokerContext::GetContextType() const in GetContextType() function in OHOS::UserIam::UserAuth::RemoteAuthInvokerContext
|
H A D | widget_context.cpp | 101 ContextType WidgetContext::GetContextType() const in GetContextType() function in OHOS::UserIam::UserAuth::WidgetContext
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/ |
H A D | remote_auth_context_fuzzer.cpp | 113 remoteAuthContext->GetContextType(); in RemoteAuthContextFuzzTest() 155 remoteAuthInvokerContext->GetContextType(); in RemoteAuthInvokerContextFuzzTest()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_context.h | 65 MOCK_CONST_METHOD0(GetContextType, ContextType());
|