Home
last modified time | relevance | path

Searched refs:shortcutKeys_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1082 bool isParseShortKeys = ParseShortcutKeys(parser, shortcutKeys_, businessIds_); in ParseJson()
1126 MMI_HILOGI("ShortcutKey count:%{public}zu", shortcutKeys_.size()); in Print()
1128 for (const auto &item : shortcutKeys_) { in Print()
1236 for (auto& item : shortcutKeys_) { in ParseStatusConfigObserver()
1801 if (shortcutKeys_.empty()) { in HandleShortKeys()
1826 for (auto &item : shortcutKeys_) { in HandleShortKeys()
2487 mprintf(fd, "ShortcutKey: count = %zu", shortcutKeys_.size()); in Dump()
2488 for (const auto &item : shortcutKeys_) { in Dump()
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp389 handler.shortcutKeys_.insert(std::make_pair("key1", key));
1857 handler.shortcutKeys_.insert(std::make_pair(copyShortcutKey, shortcutKey));
2656 handler.shortcutKeys_.insert(std::make_pair("key1", key));
2695 handler.shortcutKeys_.insert(std::make_pair("key2", key));
2731 handler.shortcutKeys_.insert(std::make_pair("key3", key));
2767 handler.shortcutKeys_.insert(std::make_pair("key2", key));
3254 handler.shortcutKeys_.insert(std::make_pair("key1", key));
3285 handler.shortcutKeys_.insert(std::make_pair("key1", key));
3717 handler.shortcutKeys_.insert(std::make_pair("key1", shortcutKey));
3766 handler.shortcutKeys_.insert(std::make_pair("key2", shortcutKey));
[all …]
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h323 std::map<std::string, ShortcutKey> shortcutKeys_; variable