Home
last modified time | relevance | path

Searched refs:NotifySystemSessionPointerEventFunc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h78 using NotifySystemSessionPointerEventFunc = std::function<void(std::shared_ptr<MMI::PointerEvent> p… variable
454 void SetNotifySystemSessionPointerEventFunc(const NotifySystemSessionPointerEventFunc& func);
619 NotifySystemSessionPointerEventFunc systemSessionPointerEventFunc_;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp3386 void Session::SetNotifySystemSessionPointerEventFunc(const NotifySystemSessionPointerEventFunc& fun… in SetNotifySystemSessionPointerEventFunc()
H A Dscene_session.cpp4579 NotifySystemSessionPointerEventFunc systemSessionPointerEventFunc = nullptr; in SendPointerEventToUI()