Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp62 cJSON *preKeyJson = cJSON_GetArrayItem(preKey, i); in GetPreKeys() local
63 if (!cJSON_IsNumber(preKeyJson)) { in GetPreKeys()
67 if (preKeyJson->valueint < 0) { in GetPreKeys()
71 if (!shortcutKey.preKeys.emplace(preKeyJson->valueint).second) { in GetPreKeys()