Lines Matching refs:subscriber
78 void DumpSubscriber(int32_t fd, std::shared_ptr<Subscriber> subscriber) const;
87 const std::shared_ptr<Subscriber> &subscriber);
88 bool AddTimer(const std::shared_ptr<Subscriber> &subscriber, const std::shared_ptr<KeyEvent> &keyEvent);
89 void ClearTimer(const std::shared_ptr<Subscriber> &subscriber);
90 void OnTimer(const std::shared_ptr<Subscriber> subscriber);
99 void HandleKeyUpWithDelay(std::shared_ptr<KeyEvent> keyEvent, const std::shared_ptr<Subscriber> &subscriber);
100 void PrintKeyUpLog(const std::shared_ptr<Subscriber> &subscriber);
101 void SubscriberNotifyNap(const std::shared_ptr<Subscriber> subscriber);
104 int32_t AddKeyGestureSubscriber(std::shared_ptr<Subscriber> subscriber, std::shared_ptr<KeyOption> option);
113 void DeleteShortcutId(std::shared_ptr<Subscriber> subscriber);
115 int32_t AddSubscriber(std::shared_ptr<Subscriber> subscriber, std::shared_ptr<KeyOption> option, bool isSystem);