Lines Matching refs:KeyEvent

42     void HandleKeyEvent(const std::shared_ptr<KeyEvent> keyEvent) override;
72 std::shared_ptr<KeyEvent> keyEvent_ { nullptr };
80 bool OnSubscribeKeyEvent(std::shared_ptr<KeyEvent> keyEvent);
81 bool HandleKeyDown(const std::shared_ptr<KeyEvent> &keyEvent);
82 bool HandleKeyUp(const std::shared_ptr<KeyEvent> &keyEvent);
83 bool HandleKeyCancel(const std::shared_ptr<KeyEvent> &keyEvent);
84 bool HandleRingMute(std::shared_ptr<KeyEvent> keyEvent);
86 void NotifySubscriber(std::shared_ptr<KeyEvent> keyEvent,
88 bool AddTimer(const std::shared_ptr<Subscriber> &subscriber, const std::shared_ptr<KeyEvent> &keyEvent);
93 bool CloneKeyEvent(std::shared_ptr<KeyEvent> keyEvent);
95 bool IsRepeatedKeyEvent(std::shared_ptr<KeyEvent> keyEvent);
96 bool IsFunctionKey(const std::shared_ptr<KeyEvent> keyEvent);
97 bool IsEnableCombineKey(const std::shared_ptr<KeyEvent> key);
98 bool IsEnableCombineKeySwipe(const std::shared_ptr<KeyEvent> key);
99 void HandleKeyUpWithDelay(std::shared_ptr<KeyEvent> keyEvent, const std::shared_ptr<Subscriber> &subscriber);
108 std::function<void(std::shared_ptr<KeyEvent>)> callback);
110 std::function<void(std::shared_ptr<KeyEvent>)> callback);
118 void NotifyKeyDownSubscriber(const std::shared_ptr<KeyEvent> &keyEvent, std::shared_ptr<KeyOption> keyOption,
120 void NotifyKeyDownRightNow(const std::shared_ptr<KeyEvent> &keyEvent,
122 void NotifyKeyDownDelay(const std::shared_ptr<KeyEvent> &keyEvent,
124 void NotifyKeyUpSubscriber(const std::shared_ptr<KeyEvent> &keyEvent,
129 void PublishKeyPressCommonEvent(std::shared_ptr<KeyEvent> keyEvent);
130 bool HandleCallEnded(std::shared_ptr<KeyEvent> keyEvent);
133 void RemoveSubscriberTimer(std::shared_ptr<KeyEvent> keyEvent);
141 std::shared_ptr<KeyEvent> keyEvent_ { nullptr };