Searched refs:preKeyJson (Results 1 – 1 of 1) sorted by relevance
62 cJSON *preKeyJson = cJSON_GetArrayItem(preKey, i); in GetPreKeys() local63 if (!cJSON_IsNumber(preKeyJson)) { in GetPreKeys()67 if (preKeyJson->valueint < 0) { in GetPreKeys()71 if (!shortcutKey.preKeys.emplace(preKeyJson->valueint).second) { in GetPreKeys()