Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_shortcut_manager.cpp924 cJSON* jsonHotkeys = cJSON_GetObjectItemCaseSensitive(parser.json_, "Hotkeys"); in ReadHotkeys() local
925 if (!cJSON_IsArray(jsonHotkeys)) { in ReadHotkeys()
929 int32_t nSysKeys = cJSON_GetArraySize(jsonHotkeys); in ReadHotkeys()
931 cJSON *jsonHotkey = cJSON_GetArrayItem(jsonHotkeys, index); in ReadHotkeys()

Completed in 3 milliseconds