Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp402 * @tc.desc: Test the funcation MatchShortcutKey
417 EXPECT_FALSE(handler.MatchShortcutKey(keyEvent, shortcutKey, upAbilities)); in HWTEST_F()
424 EXPECT_FALSE(handler.MatchShortcutKey(keyEvent, shortcutKey, upAbilities)); in HWTEST_F()
428 EXPECT_FALSE(handler.MatchShortcutKey(keyEvent, shortcutKey, upAbilities)); in HWTEST_F()
431 EXPECT_FALSE(handler.MatchShortcutKey(keyEvent, shortcutKey, upAbilities)); in HWTEST_F()
434 EXPECT_FALSE(handler.MatchShortcutKey(keyEvent, shortcutKey, upAbilities)); in HWTEST_F()
754 * @tc.desc: Test the funcation MatchShortcutKey
769 EXPECT_FALSE(handler.MatchShortcutKey(keyEvent, shortcutKey, upAbilities)); in HWTEST_F()
776 EXPECT_FALSE(handler.MatchShortcutKey(keyEvent, shortcutKey, upAbilities)); in HWTEST_F()
780 EXPECT_FALSE(handler.MatchShortcutKey(keyEven in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h243 bool MatchShortcutKey(std::shared_ptr<KeyEvent> keyEvent,
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1670 result = MatchShortcutKey(keyEvent, item.second, upAbilities) || result; in MatchShortcutKeys()
1695 bool KeyCommandHandler::MatchShortcutKey(std::shared_ptr<KeyEvent> keyEvent, in MatchShortcutKey() function in OHOS::MMI::KeyCommandHandler

Completed in 6 milliseconds