Home
last modified time | relevance | path

Searched refs:isMaxTimes (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h233 const std::shared_ptr<KeyEvent> keyEvent, bool isMaxTimes);
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp869 bool isMaxTimes = false; in HWTEST_F() local
875 ASSERT_TRUE(handler.HandleRepeatKeyAbility(repeatKey, isLaunched, keyEvent, isMaxTimes)); in HWTEST_F()
892 bool isMaxTimes = false; in HWTEST_F() local
900 ASSERT_TRUE(handler.HandleRepeatKeyAbility(repeatKey, isLaunched, keyEvent, isMaxTimes)); in HWTEST_F()
902 ASSERT_TRUE(handler.HandleRepeatKeyAbility(repeatKey, isLaunched, keyEvent, isMaxTimes)); in HWTEST_F()
919 bool isMaxTimes = true; in HWTEST_F() local
920 ASSERT_TRUE(handler.HandleRepeatKeyAbility(repeatKey, isLaunched, keyEvent, isMaxTimes)); in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1472 const std::shared_ptr<KeyEvent> keyEvent, bool isMaxTimes) in HandleRepeatKeyAbility()
1474 if (!isMaxTimes) { in HandleRepeatKeyAbility()
1471 HandleRepeatKeyAbility(const RepeatKey &item, bool &isLaunched, const std::shared_ptr<KeyEvent> keyEvent, bool isMaxTimes) HandleRepeatKeyAbility() argument

Completed in 10 milliseconds