Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_callback_impl.cpp30 ContextCallbackImpl::ContextCallbackImpl(sptr<IamCallbackInterface> iamCallback, OperationType oper… in ContextCallbackImpl() function in OHOS::UserIam::UserAuth::ContextCallbackImpl
121 void ContextCallbackImpl::SetTraceUserId(int32_t userId) in SetTraceUserId()
126 void ContextCallbackImpl::SetTraceRemainTime(int32_t remainTime) in SetTraceRemainTime()
141 void ContextCallbackImpl::SetTraceAuthContextId(uint64_t authContextId) in SetTraceAuthContextId()
146 void ContextCallbackImpl::SetTraceFreezingTime(int32_t freezingTime) in SetTraceFreezingTime()
151 void ContextCallbackImpl::SetTraceSdkVersion(int32_t version) in SetTraceSdkVersion()
156 void ContextCallbackImpl::SetTraceAuthType(int32_t authType) in SetTraceAuthType()
166 void ContextCallbackImpl::SetTraceAuthTrustLevel(AuthTrustLevel atl) in SetTraceAuthTrustLevel()
171 void ContextCallbackImpl::SetTraceCallerType(int32_t callerType) in SetTraceCallerType()
196 sptr<IamCallbackInterface> ContextCallbackImpl::GetIamCallback() in GetIamCallback()
[all …]
H A Dcontext_callback_impl.h27 class ContextCallbackImpl : public ContextCallback, public NoCopyable {
29 … explicit ContextCallbackImpl(sptr<IamCallbackInterface> iamCallback, OperationType operationType);
30 ~ContextCallbackImpl() override = default;
/ohos5.0/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) DummyIamCallbackInterfac… in ContextAppStateObserverFuzzTest()
102 …auto contextCallback = MakeShared<ContextCallbackImpl>(new (std::nothrow) DummyIamCallbackInterfac… in RemoteAuthContextFuzzTest()
140 …auto contextCallback = MakeShared<ContextCallbackImpl>(new (std::nothrow) DummyIamCallbackInterfac… in RemoteAuthInvokerContextFuzzTest()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_context_pool.h61 …auto contextCallback = Common::MakeShared<ContextCallbackImpl>(new (std::nothrow) DummyIamCallback… in Select()
/ohos5.0/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) DummyIamCallbackInterfac… in FillTest()
/ohos5.0/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) DummyIamCallbackInterfa…