Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1374 bool isLaunched = false; in HandleRepeatKeys() local
1392 bool isRepeatKey = HandleRepeatKey(item, isLaunched, keyEvent); in HandleRepeatKeys()
1397 MMI_HILOGI("Handle repeat key, isLaunched:%{public}d, waitRepeatKey:%{public}d", in HandleRepeatKeys()
1398 isLaunched, waitRepeatKey); in HandleRepeatKeys()
1399 return isLaunched || waitRepeatKey; in HandleRepeatKeys()
1417 bool KeyCommandHandler::HandleRepeatKey(const RepeatKey &item, bool &isLaunched, in HandleRepeatKey() argument
1455 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() argument
1477 delaytime / SECONDS_SYSTEM, 1, [this, item, &isLaunched, keyEven in HandleRepeatKeyAbility()
1502 LaunchRepeatKeyAbility(const RepeatKey &item, bool &isLaunched, const std::shared_ptr<KeyEvent> keyEvent) LaunchRepeatKeyAbility() argument
[all...]
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h219 void LaunchRepeatKeyAbility(const RepeatKey &item, bool &isLaunched, const std::shared_ptr<KeyEvent> keyEvent);
232 bool HandleRepeatKeyAbility(const RepeatKey &item, bool &isLaunched,
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp827 bool isLaunched = false; in HWTEST_F() local
832 ASSERT_TRUE(handler.HandleRepeatKeyAbility(repeatKey, isLaunched, keyEvent, false)); in HWTEST_F()
846 bool isLaunched = false; in HWTEST_F() local
852 ASSERT_TRUE(handler.HandleRepeatKeyAbility(repeatKey, isLaunched, keyEvent, false)); in HWTEST_F()
866 bool isLaunched = false; in HWTEST_F() local
875 ASSERT_TRUE(handler.HandleRepeatKeyAbility(repeatKey, isLaunched, keyEvent, isMaxTimes)); in HWTEST_F()
889 bool isLaunched = true; 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()
916 bool isLaunched in HWTEST_F() local
[all...]

Completed in 6 milliseconds