Lines Matching refs:KeyGesture
87 bool KeyGestureManager::KeyGesture::IsWorking()
92 int32_t KeyGestureManager::KeyGesture::AddHandler(int32_t pid, int32_t longPressTime,
101 bool KeyGestureManager::KeyGesture::RemoveHandler(int32_t id)
114 void KeyGestureManager::KeyGesture::Reset()
120 void KeyGestureManager::KeyGesture::ResetTimers()
127 std::set<int32_t> KeyGestureManager::KeyGesture::GetForegroundPids() const
155 bool KeyGestureManager::KeyGesture::HaveForegroundHandler(const std::set<int32_t> &foregroundApps) const
162 void KeyGestureManager::KeyGesture::TriggerHandlers(std::shared_ptr<KeyEvent> keyEvent)
175 void KeyGestureManager::KeyGesture::RunHandler(int32_t handlerId, std::shared_ptr<KeyEvent> keyEvent)
186 void KeyGestureManager::KeyGesture::NotifyHandlers(std::shared_ptr<KeyEvent> keyEvent)
199 void KeyGestureManager::KeyGesture::ShowHandlers(
214 MMI_HILOGI("[KeyGesture] %{public}s {%{public}zu}%{public}s",
391 return KeyGesture::AddHandler(pid, ACCOUNT_MGR->GetCurrentAccountSetting().GetAccShortcutTimeout(), callback);