Home
last modified time | relevance | path

Searched defs:jsonSysKey (Results 1 – 2 of 2) sorted by relevance

/foundation/multimodalinput/input/service/subscriber/test/src/
Dkey_shortcut_manager_test.cpp1730 cJSON *jsonSysKey = cJSON_CreateString("not an object"); variable
1746 cJSON *jsonSysKey = cJSON_CreateObject(); variable
1762 cJSON *jsonSysKey = cJSON_CreateObject(); variable
1780 cJSON *jsonSysKey = cJSON_CreateString("not an object"); variable
1796 cJSON *jsonSysKey = cJSON_CreateObject(); variable
1812 cJSON *jsonSysKey = cJSON_CreateObject(); variable
1830 cJSON *jsonSysKey = cJSON_CreateObject(); variable
1852 cJSON *jsonSysKey = cJSON_CreateObject(); variable
2062 cJSON* jsonSysKey = cJSON_CreateObject(); variable
2083 cJSON *jsonSysKey = cJSON_CreateObject(); variable
[all …]
/foundation/multimodalinput/input/service/subscriber/src/
Dkey_shortcut_manager.cpp236 cJSON *jsonSysKey = cJSON_GetArrayItem(jsonSysKeys, index); in ReadSystemKeys() local
242 int32_t KeyShortcutManager::ReadSystemKey(cJSON *jsonSysKey) in ReadSystemKey()
321 cJSON *jsonSysKey = cJSON_GetArrayItem(jsonSysKeys, index); in ReadExceptionalSystemKeys() local
326 int32_t KeyShortcutManager::ReadExceptionalSystemKey(cJSON *jsonSysKey) in ReadExceptionalSystemKey()