Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp668 cJSON* repeatKeys = cJSON_GetObjectItemCaseSensitive(parser.json_, "RepeatKeys"); in ParseRepeatKeys() local
669 if (!cJSON_IsArray(repeatKeys)) { in ParseRepeatKeys()
670 MMI_HILOGE("repeatKeys is not array"); in ParseRepeatKeys()
673 int32_t repeatKeysSize = cJSON_GetArraySize(repeatKeys); in ParseRepeatKeys()
675 cJSON *repeatKey = cJSON_GetArrayItem(repeatKeys, i); in ParseRepeatKeys()

Completed in 3 milliseconds