Home
last modified time | relevance | path

Searched refs:ContextCallbackImpl (Results 1 - 6 of 6) sorted by relevance

/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_callback_impl.cpp30 ContextCallbackImpl::ContextCallbackImpl(sptr<IamCallbackInterface> iamCallback, OperationType operationType) in ContextCallbackImpl() function in OHOS::UserIam::UserAuth::ContextCallbackImpl
40 void ContextCallbackImpl::OnAcquireInfo(ExecutorRole src, int32_t moduleType, in OnAcquireInfo()
61 void ContextCallbackImpl::ProcessAuthResult(int32_t tip, const std::vector<uint8_t> &extraInfo) in ProcessAuthResult()
98 void ContextCallbackImpl::OnResult(int32_t resultCode, const Attributes &finalResult) in OnResult()
121 void ContextCallbackImpl::SetTraceUserId(int32_t userId) in SetTraceUserId()
126 void ContextCallbackImpl::SetTraceRemainTime(int32_t remainTime) in SetTraceRemainTime()
131 void ContextCallbackImpl::SetTraceCallerName(const std::string &callerName) in SetTraceCallerName()
136 void ContextCallbackImpl::SetTraceRequestContextId(uint64_t requestContextId) in SetTraceRequestContextId()
141 void ContextCallbackImpl
[all...]
H A Dcontext_callback_impl.h27 class ContextCallbackImpl : public ContextCallback, public NoCopyable { class
29 explicit ContextCallbackImpl(sptr<IamCallbackInterface> iamCallback, OperationType operationType);
30 ~ContextCallbackImpl() override = default;
/base/useriam/user_auth_framework/test/fuzztest/services/context/contextpoolimpl_fuzzer/
H A Dcontext_pool_impl_fuzzer.cpp54 auto contextCallback = MakeShared<ContextCallbackImpl>(new (std::nothrow) DummyIamCallbackInterface(), in FillTest()
/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp59 auto contextCallback = MakeShared<ContextCallbackImpl>(new (std::nothrow) DummyIamCallbackInterface(), in ContextAppStateObserverFuzzTest()
102 auto contextCallback = MakeShared<ContextCallbackImpl>(new (std::nothrow) DummyIamCallbackInterface(), in RemoteAuthContextFuzzTest()
140 auto contextCallback = MakeShared<ContextCallbackImpl>(new (std::nothrow) DummyIamCallbackInterface(), in RemoteAuthInvokerContextFuzzTest()
/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_context_pool.h61 auto contextCallback = Common::MakeShared<ContextCallbackImpl>(new (std::nothrow) DummyIamCallbackInterface(), in Select()
/base/useriam/user_auth_framework/test/fuzztest/services/context/contextcallbackimpl_fuzzer/
H A Dcontext_callback_impl_fuzzer.cpp41 auto g_ContextCallback = MakeShared<ContextCallbackImpl>(new (std::nothrow) DummyIamCallbackInterface(),

Completed in 4 milliseconds