Searched refs:WidgetContextCallbackImpl (Results 1 – 4 of 4) sorted by relevance
29 WidgetContextCallbackImpl::WidgetContextCallbackImpl(std::weak_ptr<WidgetContext> widgetContext, in… in WidgetContextCallbackImpl() function in OHOS::UserIam::UserAuth::WidgetContextCallbackImpl35 void WidgetContextCallbackImpl::OnResult(int32_t result, const Attributes &extraInfo) in OnResult()44 void WidgetContextCallbackImpl::OnAcquireInfo(int32_t module, int32_t acquireInfo, const Attributes… in OnAcquireInfo()53 sptr<IRemoteObject> WidgetContextCallbackImpl::AsObject() in AsObject()
30 class WidgetContextCallbackImpl : public IamCallbackInterface, public NoCopyable {32 WidgetContextCallbackImpl(std::weak_ptr<WidgetContext> widgetContext, int32_t authType);33 ~WidgetContextCallbackImpl() override = default;
176 …sptr<IamCallbackInterface> iamCallback(new (std::nothrow) WidgetContextCallbackImpl(weak_from_this… in BuildTask()
66 …Common::MakeShared<WidgetContextCallbackImpl>(std::shared_ptr<WidgetContext>(widgetContext), authT…78 auto contextCallback = Common::MakeShared<WidgetContextCallbackImpl>(widgetContext, authType);93 …Common::MakeShared<WidgetContextCallbackImpl>(std::shared_ptr<WidgetContext>(widgetContext), authT…