Home
last modified time | relevance | path

Searched refs:RepeatKey (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h142 struct RepeatKey { struct
213 …void LaunchRepeatKeyAbility(const RepeatKey &item, bool &isLaunched, const std::shared_ptr<KeyEven…
221 bool HandleKeyUpCancel(const RepeatKey &item, const std::shared_ptr<KeyEvent> keyEvent);
222 bool HandleRepeatKeyCount(const RepeatKey &item, const std::shared_ptr<KeyEvent> keyEvent);
223 void HandleRepeatKeyOwnCount(const RepeatKey &item);
224 …bool HandleRepeatKey(const RepeatKey& item, bool &isLaunchAbility, const std::shared_ptr<KeyEvent>…
226 bool HandleRepeatKeyAbility(const RepeatKey &item, bool &isLaunched,
248 bool CheckSpecialRepeatKey(RepeatKey& item, const std::shared_ptr<KeyEvent> keyEvent);
328 std::vector<RepeatKey> repeatKeys_;
352 RepeatKey repeatKey_;
H A Dkey_command_handler_util.h129 bool ConvertToKeyRepeat(const cJSON* jsonData, RepeatKey &repeatKey);
135 bool ParseRepeatKeys(const JsonParser& parser, std::vector<RepeatKey>& repeatKeyVec,
/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()
638 bool ParseRepeatKeys(const JsonParser& parser, std::vector<RepeatKey>& repeatKeyVec, in ParseRepeatKeys()
652 RepeatKey rep; in ParseRepeatKeys()
H A Dkey_command_handler.cpp1021 for (RepeatKey& item : repeatKeys_) { in ParseRepeatKeyMaxCount()
1036 bool KeyCommandHandler::CheckSpecialRepeatKey(RepeatKey& item, const std::shared_ptr<KeyEvent> keyE… in CheckSpecialRepeatKey()
1488 for (RepeatKey& item : repeatKeys_) { in HandleRepeatKeys()
1503 for (RepeatKey& item : repeatKeys_) { in HandleRepeatKeys()
1538 void KeyCommandHandler::HandleRepeatKeyOwnCount(const RepeatKey &item) in HandleRepeatKeyOwnCount()
1553 bool KeyCommandHandler::HandleRepeatKey(const RepeatKey &item, bool &isLaunched, in HandleRepeatKey()
1613 bool KeyCommandHandler::HandleRepeatKeyAbility(const RepeatKey &item, bool &isLaunched, in HandleRepeatKeyAbility()
1645 void KeyCommandHandler::LaunchRepeatKeyAbility(const RepeatKey &item, bool &isLaunched, in LaunchRepeatKeyAbility()
1690 bool KeyCommandHandler::HandleKeyUpCancel(const RepeatKey &item, const std::shared_ptr<KeyEvent> ke… in HandleKeyUpCancel()
1704 bool KeyCommandHandler::HandleRepeatKeyCount(const RepeatKey &item, const std::shared_ptr<KeyEvent>… in HandleRepeatKeyCount()
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp2144 RepeatKey repeatKey;
2176 RepeatKey repeatKey;
2195 RepeatKey repeatKey;
3816 RepeatKey item;
3840 RepeatKey item;