Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h232 bool HandleRepeatKeyAbility(const RepeatKey &item, bool &isLaunched,
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1455 return HandleRepeatKeyAbility(item, isLaunched, keyEvent, false); in HandleRepeatKey()
1457 return HandleRepeatKeyAbility(item, isLaunched, keyEvent, true); in HandleRepeatKey()
1471 bool KeyCommandHandler::HandleRepeatKeyAbility(const RepeatKey &item, bool &isLaunched, in HandleRepeatKeyAbility() function in OHOS::MMI::KeyCommandHandler
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp818 * @tc.desc: HandleRepeatKeyAbility
832 ASSERT_TRUE(handler.HandleRepeatKeyAbility(repeatKey, isLaunched, keyEvent, false)); in HWTEST_F()
837 * @tc.desc: HandleRepeatKeyAbility
852 ASSERT_TRUE(handler.HandleRepeatKeyAbility(repeatKey, isLaunched, keyEvent, false)); in HWTEST_F()
857 * @tc.desc: HandleRepeatKeyAbility
875 ASSERT_TRUE(handler.HandleRepeatKeyAbility(repeatKey, isLaunched, keyEvent, isMaxTimes)); in HWTEST_F()
880 * @tc.desc: HandleRepeatKeyAbility
900 ASSERT_TRUE(handler.HandleRepeatKeyAbility(repeatKey, isLaunched, keyEvent, isMaxTimes)); in HWTEST_F()
902 ASSERT_TRUE(handler.HandleRepeatKeyAbility(repeatKey, isLaunched, keyEvent, isMaxTimes)); in HWTEST_F()
907 * @tc.desc: HandleRepeatKeyAbility
[all...]

Completed in 7 milliseconds