Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_shortcut_manager.cpp236 int32_t nSysKeys = cJSON_GetArraySize(jsonSysKeys); in ReadSystemKeys() local
237 for (int32_t index = 0; index < nSysKeys; ++index) { in ReadSystemKeys()
321 int32_t nSysKeys = cJSON_GetArraySize(jsonSysKeys); in ReadExceptionalSystemKeys() local
322 for (int32_t index = 0; index < nSysKeys; ++index) { in ReadExceptionalSystemKeys()
929 int32_t nSysKeys = cJSON_GetArraySize(jsonHotkeys); in ReadHotkeys() local
930 for (int32_t index = 0; index < nSysKeys; ++index) { in ReadHotkeys()

Completed in 3 milliseconds