Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1016 if (repeatKeys_.empty()) { in ParseRepeatKeyMaxCount()
1021 for (RepeatKey& item : repeatKeys_) { in ParseRepeatKeyMaxCount()
1087 bool isParseRepeatKeys = ParseRepeatKeys(parser, repeatKeys_, repeatKeyMaxTimes_); in ParseJson()
1480 if (repeatKeys_.empty()) { in HandleRepeatKeys()
1488 for (RepeatKey& item : repeatKeys_) { in HandleRepeatKeys()
1503 for (RepeatKey& item : repeatKeys_) { in HandleRepeatKeys()
2517 mprintf(fd, "RepeatKey: count = %zu", repeatKeys_.size()); in Dump()
2518 for (const auto &item : repeatKeys_) { in Dump()
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h328 std::vector<RepeatKey> repeatKeys_; variable