Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp618 cJSON* excludeKeys = cJSON_GetObjectItemCaseSensitive(parser.json_, "excludeKeys"); in ParseExcludeKeys() local
619 if (!cJSON_IsArray(excludeKeys)) { in ParseExcludeKeys()
623 int32_t excludeKeysSize = cJSON_GetArraySize(excludeKeys); in ParseExcludeKeys()
626 cJSON *keyJson = cJSON_GetArrayItem(excludeKeys, i); in ParseExcludeKeys()