Searched refs:ContextCallbackImpl (Results 1 - 6 of 6) sorted by relevance
/base/useriam/user_auth_framework/services/context/src/ |
H A D | context_callback_impl.cpp | 30 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 D | context_callback_impl.h | 27 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 D | context_pool_impl_fuzzer.cpp | 54 auto contextCallback = MakeShared<ContextCallbackImpl>(new (std::nothrow) DummyIamCallbackInterface(), in FillTest()
|
/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/ |
H A D | remote_auth_context_fuzzer.cpp | 59 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 D | dummy_context_pool.h | 61 auto contextCallback = Common::MakeShared<ContextCallbackImpl>(new (std::nothrow) DummyIamCallbackInterface(), in Select()
|
/base/useriam/user_auth_framework/test/fuzztest/services/context/contextcallbackimpl_fuzzer/ |
H A D | context_callback_impl_fuzzer.cpp | 41 auto g_ContextCallback = MakeShared<ContextCallbackImpl>(new (std::nothrow) DummyIamCallbackInterface(),
|
Completed in 5 milliseconds