Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp65 cJSON *preKeyJson = cJSON_GetArrayItem(preKey, i); in GetPreKeys() local
66 if (!cJSON_IsNumber(preKeyJson)) { in GetPreKeys()
67 MMI_HILOGE("preKeyJson is not number"); in GetPreKeys()
70 if (preKeyJson->valueint < 0) { in GetPreKeys()
71 MMI_HILOGE("preKeyJson must be number and bigger or equal than 0"); in GetPreKeys()
74 if (!shortcutKey.preKeys.emplace(preKeyJson->valueint).second) { in GetPreKeys()
75 MMI_HILOGE("preKeyJson must be unduplicated"); in GetPreKeys()

Completed in 1 milliseconds