Home
last modified time | relevance | path

Searched defs:repeatKey (Results 1 – 5 of 5) sorted by relevance

/foundation/multimodalinput/input/service/key_command/test/
Dkey_cmd_handleRepeatKey_test.cpp60 RepeatKey repeatKey; variable
81 RepeatKey repeatKey; variable
104 RepeatKey repeatKey; variable
125 RepeatKey repeatKey; variable
148 RepeatKey repeatKey; variable
170 RepeatKey repeatKey; variable
190 RepeatKey repeatKey; variable
210 RepeatKey repeatKey; variable
234 RepeatKey repeatKey; variable
257 RepeatKey repeatKey; variable
[all …]
Dkey_command_handler_test.cpp478 RepeatKey repeatKey; variable
492 RepeatKey repeatKey; variable
802 RepeatKey repeatKey; variable
820 RepeatKey repeatKey; variable
839 RepeatKey repeatKey; variable
861 RepeatKey repeatKey; variable
887 RepeatKey repeatKey; variable
2912 RepeatKey repeatKey; variable
2944 RepeatKey repeatKey; variable
2963 RepeatKey repeatKey; variable
[all …]
/foundation/multimodalinput/input/service/key_command/src/
Dkey_command_handler_util.cpp573 bool ConvertToKeyRepeat(const cJSON* jsonData, RepeatKey &repeatKey) in ConvertToKeyRepeat()
728 cJSON *repeatKey = cJSON_GetArrayItem(repeatKeys, i); in ParseRepeatKeys() local
/foundation/multimodalinput/input/frameworks/proxy/events/test/
Dkey_event_test.cpp623 bool repeatKey = true; variable
/foundation/multimodalinput/input/frameworks/proxy/events/src/
Dkey_event.cpp1434 void KeyEvent::SetRepeatKey(bool repeatKey) in SetRepeatKey()