Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1001 bool isParseShortKeys = ParseShortcutKeys(parser, shortcutKeys_, businessIds_); in ParseJson()
1045 MMI_HILOGI("ShortcutKey count:%{public}zu", shortcutKeys_.size()); in Print()
1047 for (const auto &item : shortcutKeys_) { in Print()
1156 for (auto& item : shortcutKeys_) { in ParseStatusConfigObserver()
1630 if (shortcutKeys_.empty()) { in HandleShortKeys()
1669 for (auto &item : shortcutKeys_) { in MatchShortcutKeys()
2350 mprintf(fd, "ShortcutKey: count = %zu", shortcutKeys_.size()); in Dump()
2351 for (const auto &item : shortcutKeys_) { in Dump()
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h333 std::map<std::string, ShortcutKey> shortcutKeys_; member in OHOS::MMI::final
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp968 handler.shortcutKeys_.insert(std::make_pair("key1", key)); in HWTEST_F()
2619 handler.shortcutKeys_.insert(std::make_pair(copyShortcutKey, shortcutKey));
3416 handler.shortcutKeys_.insert(std::make_pair("key1", key));
3455 handler.shortcutKeys_.insert(std::make_pair("key2", key));
3491 handler.shortcutKeys_.insert(std::make_pair("key3", key));
3527 handler.shortcutKeys_.insert(std::make_pair("key2", key));
4014 handler.shortcutKeys_.insert(std::make_pair("key1", key));
4045 handler.shortcutKeys_.insert(std::make_pair("key1", key));
4413 handler.shortcutKeys_.insert(std::make_pair(copyShortcutKey, shortcutKey));
4531 handler.shortcutKeys_
[all...]

Completed in 9 milliseconds