Home
last modified time | relevance | path

Searched refs:HotKey (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/input_manager/
H A Dinput_manager.h25 using HotKey = std::tuple<std::set<int32_t>, int32_t>;
47 static bool GetSystemHotkeys(std::vector<HotKey>& hotkeys);
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dinput_manager.cpp20 bool InputManager::GetSystemHotkeys(std::vector<HotKey>& hotkeys) in GetSystemHotkeys()
/foundation/arkui/ace_engine/test/mock/adapter/
H A Dmock_input_manager.cpp21 bool InputManager::GetSystemHotkeys(std::vector<HotKey>& hotkeys) in GetSystemHotkeys()
/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_shortcut_manager.h66 struct HotKey { struct in OHOS::MMI::final
80 int32_t RegisterHotKey(const HotKey &key);
143 bool CheckGlobalKey(const HotKey &key, KeyShortcut &shortcut) const;
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dinput_manager.cpp64 bool InputManager::GetSystemHotkeys(std::vector<HotKey>& hotkeys) in GetSystemHotkeys()
/foundation/multimodalinput/input/service/subscriber/test/src/
H A Dkey_shortcut_manager_test.cpp235 KeyShortcutManager::HotKey globalKey { in HWTEST_F()
254 KeyShortcutManager::HotKey globalKey { in HWTEST_F()
273 KeyShortcutManager::HotKey globalKey { in HWTEST_F()
290 KeyShortcutManager::HotKey globalKey { in HWTEST_F()
316 KeyShortcutManager::HotKey globalKey { in HWTEST_F()
333 KeyShortcutManager::HotKey globalKey { in HWTEST_F()
352 KeyShortcutManager::HotKey globalKey { in HWTEST_F()
835 KeyShortcutManager::HotKey globalKey1 { in HWTEST_F()
847 KeyShortcutManager::HotKey globalKey2 { in HWTEST_F()
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_shortcut_manager.cpp156 int32_t KeyShortcutManager::RegisterHotKey(const HotKey &key) in RegisterHotKey()
486 bool KeyShortcutManager::CheckGlobalKey(const HotKey &key, KeyShortcut &shortcut) const in CheckGlobalKey()
H A Dkey_subscriber_handler.cpp255 KeyShortcutManager::HotKey hotKey { in RegisterHotKey()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp1621 static std::optional<std::vector<HotKey>> systemHotKeys; in IsSystemKeyboardShortcut()
1626 std::vector<HotKey> initHotKeys; in IsSystemKeyboardShortcut()

Completed in 11 milliseconds