Home
last modified time | relevance | path

Searched refs:WidgetContextCallbackImpl (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_context_callback_impl.cpp29 WidgetContextCallbackImpl::WidgetContextCallbackImpl(std::weak_ptr<WidgetContext> widgetContext, in… in WidgetContextCallbackImpl() function in OHOS::UserIam::UserAuth::WidgetContextCallbackImpl
35 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()
H A Dwidget_context_callback_impl.h30 class WidgetContextCallbackImpl : public IamCallbackInterface, public NoCopyable {
32 WidgetContextCallbackImpl(std::weak_ptr<WidgetContext> widgetContext, int32_t authType);
33 ~WidgetContextCallbackImpl() override = default;
H A Dwidget_context.cpp176 …sptr<IamCallbackInterface> iamCallback(new (std::nothrow) WidgetContextCallbackImpl(weak_from_this… in BuildTask()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_context_callback_impl_test.cpp66 …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…