Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_shortcut_manager.cpp249 cJSON *jsonPreKeys = cJSON_GetObjectItem(jsonSysKey, "preKeys"); in ReadSystemKey() local
250 if (!cJSON_IsArray(jsonPreKeys)) { in ReadSystemKey()
255 int32_t nPreKeys = cJSON_GetArraySize(jsonPreKeys); in ReadSystemKey()
258 cJSON *jsonPreKey = cJSON_GetArrayItem(jsonPreKeys, index); in ReadSystemKey()
335 cJSON *jsonPreKeys = cJSON_GetObjectItem(jsonSysKey, "preKeys"); in ReadExceptionalSystemKey() local
336 if (!cJSON_IsArray(jsonPreKeys)) { in ReadExceptionalSystemKey()
340 int32_t nPreKeys = cJSON_GetArraySize(jsonPreKeys); in ReadExceptionalSystemKey()
343 cJSON *jsonPreKey = cJSON_GetArrayItem(jsonPreKeys, index); in ReadExceptionalSystemKey()
945 cJSON *jsonPreKeys = cJSON_GetObjectItem(jsonHotkey, "preKeys"); in ReadHotkey() local
946 if (!cJSON_IsArray(jsonPreKeys)) { in ReadHotkey()
[all...]

Completed in 2 milliseconds