Searched refs:ContextCallbackImpl (Results 1 – 6 of 6) sorted by relevance
30 ContextCallbackImpl::ContextCallbackImpl(sptr<IamCallbackInterface> iamCallback, OperationType oper… in ContextCallbackImpl() function in OHOS::UserIam::UserAuth::ContextCallbackImpl121 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 …]
27 class ContextCallbackImpl : public ContextCallback, public NoCopyable {29 … explicit ContextCallbackImpl(sptr<IamCallbackInterface> iamCallback, OperationType operationType);30 ~ContextCallbackImpl() override = default;
59 …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()
61 …auto contextCallback = Common::MakeShared<ContextCallbackImpl>(new (std::nothrow) DummyIamCallback… in Select()
54 …auto contextCallback = MakeShared<ContextCallbackImpl>(new (std::nothrow) DummyIamCallbackInterfac… in FillTest()
41 auto g_ContextCallback = MakeShared<ContextCallbackImpl>(new (std::nothrow) DummyIamCallbackInterfa…