Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp947 if (repeatKeys_.empty()) { in ParseRepeatKeyMaxCount()
952 for (RepeatKey& item : repeatKeys_) { in ParseRepeatKeyMaxCount()
1007 bool isParseRepeatKeys = ParseRepeatKeys(parser, repeatKeys_, repeatKeyMaxTimes_); in ParseJson()
1369 if (repeatKeys_.empty()) { in HandleRepeatKeys()
1377 for (RepeatKey& item : repeatKeys_) { in HandleRepeatKeys()
1391 for (RepeatKey& item : repeatKeys_) { in HandleRepeatKeys()
2380 mprintf(fd, "RepeatKey: count = %zu", repeatKeys_.size()); in Dump()
2381 for (const auto &item : repeatKeys_) { in Dump()
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h338 std::vector<RepeatKey> repeatKeys_; member in OHOS::MMI::final

Completed in 5 milliseconds