Searched refs:MatchShortcutKey (Results 1 - 3 of 3) sorted by relevance
/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_test.cpp | 402 * @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 D | key_command_handler.h | 243 bool MatchShortcutKey(std::shared_ptr<KeyEvent> keyEvent,
|
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 1670 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