Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h129 bool ConvertToKeyRepeat(const cJSON* jsonData, RepeatKey &repeatKey);
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp517 bool ConvertToKeyRepeat(const cJSON* jsonData, RepeatKey &repeatKey) in ConvertToKeyRepeat() function
653 if (!ConvertToKeyRepeat(repeatKey, rep)) { in ParseRepeatKeys()