Searched refs:ContextCallbackImpl (Results 1 – 2 of 2) sorted by relevance
28 ContextCallbackImpl::ContextCallbackImpl(sptr<IamCallbackInterface> iamCallback, OperationType oper… in ContextCallbackImpl() function in OHOS::UserIam::UserAuth::ContextCallbackImpl38 void ContextCallbackImpl::OnAcquireInfo(ExecutorRole src, int32_t moduleType, in OnAcquireInfo()53 void ContextCallbackImpl::OnResult(int32_t resultCode, const Attributes &finalResult) in OnResult()76 void ContextCallbackImpl::SetTraceUserId(int32_t userId) in SetTraceUserId()81 void ContextCallbackImpl::SetTraceRemainTime(int32_t remainTime) in SetTraceRemainTime()86 void ContextCallbackImpl::SetTraceFreezingTime(int32_t freezingTime) in SetTraceFreezingTime()91 void ContextCallbackImpl::SetTraceSdkVersion(int32_t version) in SetTraceSdkVersion()96 void ContextCallbackImpl::SetTraceCallingUid(uint64_t callingUid) in SetTraceCallingUid()101 void ContextCallbackImpl::SetTraceAuthType(AuthType authType) in SetTraceAuthType()106 void ContextCallbackImpl::SetTraceAuthWidgetType(uint32_t authWidgetType) in SetTraceAuthWidgetType()[all …]
27 class ContextCallbackImpl : public ContextCallback, public NoCopyable {29 … explicit ContextCallbackImpl(sptr<IamCallbackInterface> iamCallback, OperationType operationType);30 ~ContextCallbackImpl() override = default;