Home
last modified time | relevance | path

Searched refs:ContextType (Results 1 - 22 of 22) sorted by relevance

/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/
H A Dpac_sign_ctx.h30 enum ContextType { enum
49 uint64_t PaddingContext(ContextType type, int index = 0);
/base/useriam/user_auth_framework/services/context/src/
H A Dschedule_holder_context.cpp48 ContextType ScheduleHolderContext::GetContextType() const in GetContextType()
50 return ContextType::SCHEDULE_HOLDER_CONTEXT; in GetContextType()
H A Dcontext_pool_impl.cpp57 std::vector<std::weak_ptr<Context>> Select(ContextType contextType) const override;
136 std::vector<std::weak_ptr<Context>> ContextPoolImpl::Select(ContextType contextType) const in Select()
H A Didentify_context.cpp33 ContextType IdentifyContext::GetContextType() const in GetContextType()
H A Denroll_context.cpp37 ContextType EnrollContext::GetContextType() const in GetContextType()
H A Dremote_auth_invoker_context.cpp118 ContextType RemoteAuthInvokerContext::GetContextType() const in GetContextType()
120 return ContextType::REMOTE_AUTH_INVOKER_CONTEXT; in GetContextType()
H A Dsimple_auth_context.cpp96 ContextType SimpleAuthContext::GetContextType() const in GetContextType()
H A Dremote_auth_context.cpp111 ContextType RemoteAuthContext::GetContextType() const in GetContextType()
H A Dwidget_context.cpp101 ContextType WidgetContext::GetContextType() const in GetContextType()
/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext.h39 enum ContextType { enum
56 virtual ContextType GetContextType() const = 0;
H A Dschedule_holder_context.h40 ContextType GetContextType() const override;
H A Didentify_context.h33 ContextType GetContextType() const override;
H A Dcontext_pool.h39 virtual std::vector<std::weak_ptr<Context>> Select(ContextType contextType) const = 0;
H A Dsimple_auth_context.h38 ContextType GetContextType() const override;
H A Dremote_auth_context.h42 ContextType GetContextType() const override;
H A Denroll_context.h32 ContextType GetContextType() const override;
H A Dremote_auth_invoker_context.h47 ContextType GetContextType() const override;
H A Dwidget_context.h60 ContextType GetContextType() const override;
/base/useriam/user_auth_framework/test/fuzztest/services/context/contextpoolimpl_fuzzer/
H A Dcontext_pool_impl_fuzzer.cpp66 ContextPool::Instance().Select(static_cast<ContextType>(parcel.ReadUint32())); in FillTest()
/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_context_pool.h66 std::vector<std::weak_ptr<Context>> Select(ContextType contextType) const in Select()
/base/security/code_signature/interfaces/innerkits/jit_code_sign/src/
H A Dpac_sign_ctx.cpp84 uint64_t PACSignCtx::PaddingContext(ContextType type, int index) in PaddingContext()
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_context.h70 MOCK_CONST_METHOD0(GetContextType, ContextType());

Completed in 9 milliseconds