Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp645 cJSON* excludeKeys = cJSON_GetObjectItemCaseSensitive(parser.json_, "excludeKeys"); in ParseExcludeKeys() local
646 if (!cJSON_IsArray(excludeKeys)) { in ParseExcludeKeys()
647 MMI_HILOGE("excludeKeys is not array"); in ParseExcludeKeys()
650 int32_t excludeKeysSize = cJSON_GetArraySize(excludeKeys); in ParseExcludeKeys()
653 cJSON *keyJson = cJSON_GetArrayItem(excludeKeys, i); in ParseExcludeKeys()

Completed in 2 milliseconds