Home
last modified time | relevance | path

Searched refs:shortcutKeyMap (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp585 bool ParseShortcutKeys(const JsonParser& parser, std::map<std::string, ShortcutKey>& shortcutKeyMap, in ParseShortcutKeys() argument
612 if (shortcutKeyMap.find(key) == shortcutKeyMap.end()) { in ParseShortcutKeys()
613 if (!shortcutKeyMap.emplace(key, shortcutKey).second) { in ParseShortcutKeys()
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h131 bool ParseShortcutKeys(const JsonParser& parser, std::map<std::string, ShortcutKey>& shortcutKeyMap,

Completed in 2 milliseconds