Home
last modified time | relevance | path

Searched refs:ContextType (Results 1 – 12 of 12) sorted by relevance

/base/useriam/user_auth_framework/services/context/inc/
Dcontext.h37 enum ContextType { enum
51 virtual ContextType GetContextType() const = 0;
Didentify_context.h33 ContextType GetContextType() const override;
Dcontext_pool.h38 virtual std::vector<std::weak_ptr<Context>> Select(ContextType contextType) const = 0;
Dsimple_auth_context.h33 ContextType GetContextType() const override;
Denroll_context.h32 ContextType GetContextType() const override;
Dwidget_context.h53 ContextType GetContextType() const override;
/base/useriam/user_auth_framework/services/context/src/
Dcontext_pool_impl.cpp37 std::vector<std::weak_ptr<Context>> Select(ContextType contextType) const override;
97 std::vector<std::weak_ptr<Context>> ContextPoolImpl::Select(ContextType contextType) const in Select()
Didentify_context.cpp34 ContextType IdentifyContext::GetContextType() const in GetContextType()
Denroll_context.cpp36 ContextType EnrollContext::GetContextType() const in GetContextType()
Dsimple_auth_context.cpp78 ContextType SimpleAuthContext::GetContextType() const in GetContextType()
Dwidget_context.cpp84 ContextType WidgetContext::GetContextType() const in GetContextType()
/base/useriam/user_auth_framework/test/unittest/services/mocks/
Dmock_context.h58 MOCK_CONST_METHOD0(GetContextType, ContextType());