Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_shortcut_manager.cpp258 cJSON *jsonPreKey = cJSON_GetArrayItem(jsonPreKeys, index); in ReadSystemKey() local
259 if (!cJSON_IsNumber(jsonPreKey)) { in ReadSystemKey()
263 preKeys.insert(static_cast<int32_t>(cJSON_GetNumberValue(jsonPreKey))); in ReadSystemKey()
343 cJSON *jsonPreKey = cJSON_GetArrayItem(jsonPreKeys, index); in ReadExceptionalSystemKey() local
344 if (!cJSON_IsNumber(jsonPreKey)) { in ReadExceptionalSystemKey()
348 sysKey.preKeys.insert(static_cast<int32_t>(cJSON_GetNumberValue(jsonPreKey))); in ReadExceptionalSystemKey()
954 cJSON *jsonPreKey = cJSON_GetArrayItem(jsonPreKeys, index); in ReadHotkey() local
955 if (!cJSON_IsNumber(jsonPreKey)) { in ReadHotkey()
959 preKeys.insert(static_cast<int32_t>(cJSON_GetNumberValue(jsonPreKey))); in ReadHotkey()

Completed in 3 milliseconds