Home
last modified time | relevance | path

Searched refs:exKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp491 bool ConvertToExcludeKey(const cJSON* jsonData, ExcludeKey &exKey) in ConvertToExcludeKey() argument
498 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() local
630 if (!ConvertToExcludeKey(keyJson, exKey)) { in ParseExcludeKeys()
633 excludeKeyVec.push_back(exKey); in ParseExcludeKeys()
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h128 bool ConvertToExcludeKey(const cJSON* jsonData, ExcludeKey &exKey);