Lines Matching refs:std
56 void OnInputEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent) const override;
57 void OnInputEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) const override;
58 void OnInputEvent(std::shared_ptr<MMI::AxisEvent> axisEvent) const override;
79 void ConsumePointerEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent);
81 void HandleDisplayLimitRectChange(const std::map<DisplayId, Rect>& limitRectMap);
94 void HandlePointerEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent);
101 std::shared_ptr<VsyncStation> GetVsyncStationByWindowId(uint32_t windowId);
107 std::shared_ptr<MMI::PointerEvent> moveEvent_ = nullptr;
108 std::shared_ptr<MMI::IInputEventConsumer> inputListener_ = nullptr;
109 std::shared_ptr<VsyncCallback> vsyncCallback_ = std::make_shared<VsyncCallback>(VsyncCallback());
110 std::map<DisplayId, Rect> limitRectMap_;
111 std::mutex mtx_;
112 std::map<NodeId, std::shared_ptr<VsyncStation>> vsyncStationMap_;
115 std::shared_ptr<EventHandler> inputEventHandler_;
116 const std::string INNER_WM_INPUT_THREAD_NAME = "InnerInputManager";