Home
last modified time | relevance | path

Searched refs:KeyShortcut (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_shortcut_manager.h112 struct KeyShortcut { struct in OHOS::MMI::final
140 bool CheckSystemKey(const SystemShortcutKey &key, KeyShortcut &shortcut) const;
142 bool IsReservedSystemKey(const KeyShortcut &shortcut) const;
143 bool CheckGlobalKey(const HotKey &key, KeyShortcut &shortcut) const;
144 bool HaveRegisteredGlobalKey(const KeyShortcut &key) const;
150 bool CheckCombination(std::shared_ptr<KeyEvent> keyEvent, const KeyShortcut &shortcut) const;
151 bool CheckPureModifiers(std::shared_ptr<KeyEvent> keyEvent, const KeyShortcut &shortcut) const;
152 bool CheckModifiers(std::shared_ptr<KeyEvent> keyEvent, const KeyShortcut &shortcut) const;
153 void TriggerDown(std::shared_ptr<KeyEvent> keyEvent, int32_t shortcutId, const KeyShortcut &shortcut);
155 void TriggerUp(std::shared_ptr<KeyEvent> keyEvent, int32_t shortcutId, const KeyShortcut
[all...]
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_shortcut_manager.cpp104 KeyShortcut shortcut {}; in RegisterSystemKey()
149 const KeyShortcut &key = iter->second; in UnregisterSystemKey()
158 KeyShortcut globalKey {}; in RegisterHotKey()
186 const KeyShortcut &key = iter->second; in UnregisterHotKey()
280 KeyShortcut shortcut {}; in AddSystemKey()
429 bool KeyShortcutManager::IsReservedSystemKey(const KeyShortcut &shortcut) const in IsReservedSystemKey()
437 bool KeyShortcutManager::CheckSystemKey(const SystemShortcutKey &key, KeyShortcut &shortcut) const in CheckSystemKey()
475 shortcut = KeyShortcut { in CheckSystemKey()
486 bool KeyShortcutManager::CheckGlobalKey(const HotKey &key, KeyShortcut &shortcut) const in CheckGlobalKey()
518 shortcut = KeyShortcut { in CheckGlobalKey()
[all...]
/foundation/multimodalinput/input/service/subscriber/test/src/
H A Dkey_shortcut_manager_test.cpp948 KeyShortcutManager::KeyShortcut keyShortcut { in HWTEST_F()
1077 KeyShortcutManager::KeyShortcut shortcut; in HWTEST_F()
1097 KeyShortcutManager::KeyShortcut shortcut; in HWTEST_F()
1122 KeyShortcutManager::KeyShortcut shortcut; in HWTEST_F()
1142 KeyShortcutManager::KeyShortcut shortcut; in HWTEST_F()
1181 KeyShortcutManager::KeyShortcut key1; in HWTEST_F()
1198 KeyShortcutManager::KeyShortcut shortcut; in HWTEST_F()
1220 KeyShortcutManager::KeyShortcut shortcut; in HWTEST_F()
1244 KeyShortcutManager::KeyShortcut shortcut; in HWTEST_F()

Completed in 3 milliseconds