Home
last modified time | relevance | path

Searched refs:KEY_SHORTCUT_MGR (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp169 KEY_SHORTCUT_MGR->UnregisterSystemKey((*it)->shortcutId_); in RemoveSubscriber()
171 KEY_SHORTCUT_MGR->UnregisterHotKey((*it)->shortcutId_); in RemoveSubscriber()
249 return KEY_SHORTCUT_MGR->RegisterSystemKey(sysKey); in RegisterSystemKey()
262 return KEY_SHORTCUT_MGR->RegisterHotKey(hotKey); in RegisterHotKey()
267 KEY_SHORTCUT_MGR->UnregisterSystemKey(shortcutId); in UnregisterSystemKey()
272 KEY_SHORTCUT_MGR->UnregisterHotKey(shortcutId); in UnregisterHotKey()
790 KEY_SHORTCUT_MGR->MarkShortcutConsumed(*subscriber->keyOption_); in NotifySubscriber()
935 KEY_SHORTCUT_MGR->ResetCheckState(); in HandleKeyDown()
995 if (KEY_SHORTCUT_MGR->HaveShortcutConsumed(keyEvent) || !KEY_SHORTCUT_MGR in HandleKeyUp()
[all...]
/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_shortcut_manager.h177 #define KEY_SHORTCUT_MGR KeyShortcutManager::GetInstance() macro
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1662 KEY_SHORTCUT_MGR->HaveShortcutConsumed(keyEvent)) { in MatchShortcutKeys()
1680 KEY_SHORTCUT_MGR->MarkShortcutConsumed(tmpShorteKey); in MatchShortcutKeys()
2009 KEY_SHORTCUT_MGR->MarkShortcutConsumed(shortcutKey); in HandleKeyDown()
2019 KEY_SHORTCUT_MGR->MarkShortcutConsumed(shortcutKey); in HandleKeyDown()
H A Dkey_command_handler_util.cpp581 return KEY_SHORTCUT_MGR->RegisterSystemKey(sysKey); in RegisterSystemKey()
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp371 KEY_SHORTCUT_MGR->UpdateShortcutConsumed(keyEvent); in HandleKeyboardEvent()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp3767 return KEY_SHORTCUT_MGR->GetAllSystemHotkeys(keyOptions); in OnGetAllSystemHotkey()
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp802 bool ret = KEY_SHORTCUT_MGR->HaveShortcutConsumed(keyEvent); in HWTEST_F()

Completed in 19 milliseconds