Searched refs:RepeatKey (Results 1 - 5 of 5) sorted by relevance
/foundation/multimodalinput/input/service/key_command/include/ |
H A D | key_command_handler.h | 149 struct RepeatKey { struct 219 void LaunchRepeatKeyAbility(const RepeatKey &item, bool &isLaunched, const std::shared_ptr<KeyEvent> keyEvent); 227 bool HandleKeyUpCancel(const RepeatKey &item, const std::shared_ptr<KeyEvent> keyEvent); 228 bool HandleRepeatKeyCount(const RepeatKey &item, const std::shared_ptr<KeyEvent> keyEvent); 229 void HandleRepeatKeyOwnCount(const RepeatKey &item); 230 bool HandleRepeatKey(const RepeatKey& item, bool &isLaunchAbility, const std::shared_ptr<KeyEvent> keyEvent); 232 bool HandleRepeatKeyAbility(const RepeatKey &item, bool &isLaunched, 257 bool CheckSpecialRepeatKey(RepeatKey& item, const std::shared_ptr<KeyEvent> keyEvent); 338 std::vector<RepeatKey> repeatKeys_; 362 RepeatKey repeatKey [all...] |
H A D | key_command_handler_util.h | 129 bool ConvertToKeyRepeat(const cJSON* jsonData, RepeatKey &repeatKey); 135 bool ParseRepeatKeys(const JsonParser& parser, std::vector<RepeatKey>& repeatKeyVec,
|
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler_util.cpp | 520 bool ConvertToKeyRepeat(const cJSON* jsonData, RepeatKey &repeatKey) in ConvertToKeyRepeat() 665 bool ParseRepeatKeys(const JsonParser& parser, std::vector<RepeatKey>& repeatKeyVec, in ParseRepeatKeys() 679 RepeatKey rep; in ParseRepeatKeys()
|
H A D | key_command_handler.cpp | 952 for (RepeatKey& item : repeatKeys_) { in ParseRepeatKeyMaxCount() 964 bool KeyCommandHandler::CheckSpecialRepeatKey(RepeatKey& item, const std::shared_ptr<KeyEvent> keyEvent) in CheckSpecialRepeatKey() 1377 for (RepeatKey& item : repeatKeys_) { in HandleRepeatKeys() 1391 for (RepeatKey& item : repeatKeys_) { in HandleRepeatKeys() 1402 void KeyCommandHandler::HandleRepeatKeyOwnCount(const RepeatKey &item) in HandleRepeatKeyOwnCount() 1417 bool KeyCommandHandler::HandleRepeatKey(const RepeatKey &item, bool &isLaunched, in HandleRepeatKey() 1471 bool KeyCommandHandler::HandleRepeatKeyAbility(const RepeatKey &item, bool &isLaunched, in HandleRepeatKeyAbility() 1502 void KeyCommandHandler::LaunchRepeatKeyAbility(const RepeatKey &item, bool &isLaunched, in LaunchRepeatKeyAbility() 1544 bool KeyCommandHandler::HandleKeyUpCancel(const RepeatKey &item, const std::shared_ptr<KeyEvent> keyEvent) in HandleKeyUpCancel() 1556 bool KeyCommandHandler::HandleRepeatKeyCount(const RepeatKey [all...] |
/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_test.cpp | 502 RepeatKey repeatKey; in HWTEST_F() 516 RepeatKey repeatKey; in HWTEST_F() 826 RepeatKey repeatKey; in HWTEST_F() 845 RepeatKey repeatKey; in HWTEST_F() 865 RepeatKey repeatKey; in HWTEST_F() 888 RepeatKey repeatKey; in HWTEST_F() 915 RepeatKey repeatKey; in HWTEST_F() 2906 RepeatKey repeatKey; 2938 RepeatKey repeatKey; 2957 RepeatKey repeatKe [all...] |
Completed in 8 milliseconds