Home
last modified time | relevance | path

Searched defs:repeatTimesInt (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_util_test.cpp1266 int32_t repeatTimesInt = 1; variable
1281 int32_t repeatTimesInt = 1; variable
1297 int32_t repeatTimesInt = 1; variable
1313 int32_t repeatTimesInt = 1; variable
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp335 bool GetRepeatTimes(const cJSON* jsonData, int32_t &repeatTimesInt) in GetRepeatTimes()