Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_shortcut_manager.cpp931 cJSON *jsonHotkey = cJSON_GetArrayItem(jsonHotkeys, index); in ReadHotkeys() local
932 if (ReadHotkey(jsonHotkey) != RET_OK) { in ReadHotkeys()
939 int32_t KeyShortcutManager::ReadHotkey(cJSON *jsonHotkey) in ReadHotkey() argument
941 if (!cJSON_IsObject(jsonHotkey)) { in ReadHotkey()
945 cJSON *jsonPreKeys = cJSON_GetObjectItem(jsonHotkey, "preKeys"); in ReadHotkey()
961 cJSON *jsonFinalKey = cJSON_GetObjectItem(jsonHotkey, "finalKey"); in ReadHotkey()

Completed in 3 milliseconds