Searched refs:exKey (Results 1 – 2 of 2) sorted by relevance
491 bool ConvertToExcludeKey(const cJSON* jsonData, ExcludeKey &exKey) in ConvertToExcludeKey() argument498 exKey.keyCode = keyCodeJson->valueint; in ConvertToExcludeKey()505 exKey.keyAction = keyActionJson->valueint; in ConvertToExcludeKey()512 exKey.delay = delayJson->valueint; in ConvertToExcludeKey()625 ExcludeKey exKey; in ParseExcludeKeys() local630 if (!ConvertToExcludeKey(keyJson, exKey)) { in ParseExcludeKeys()633 excludeKeyVec.push_back(exKey); in ParseExcludeKeys()
128 bool ConvertToExcludeKey(const cJSON* jsonData, ExcludeKey &exKey);