Searched refs:upAbilities (Results 1 - 3 of 3) sorted by relevance
/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_test.cpp | 412 std::vector<ShortcutKey> upAbilities; in HWTEST_F() local 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() 764 std::vector<ShortcutKey> upAbilities; in HWTEST_F() local 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(keyEvent, shortcutKey, upAbilities)); in HWTEST_F() 805 std::vector<ShortcutKey> upAbilities; HWTEST_F() local [all...] |
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 1667 std::vector<ShortcutKey> upAbilities; in MatchShortcutKeys() local 1670 result = MatchShortcutKey(keyEvent, item.second, upAbilities) || result; in MatchShortcutKeys() 1672 if (!upAbilities.empty()) { in MatchShortcutKeys() 1673 std::sort(upAbilities.begin(), upAbilities.end(), in MatchShortcutKeys() 1677 ShortcutKey tmpShorteKey = upAbilities.front(); in MatchShortcutKeys() 1696 ShortcutKey &shortcutKey, std::vector<ShortcutKey> &upAbilities) in MatchShortcutKey() 1717 upAbilities.push_back(shortcutKey); in MatchShortcutKey() 1695 MatchShortcutKey(std::shared_ptr<KeyEvent> keyEvent, ShortcutKey &shortcutKey, std::vector<ShortcutKey> &upAbilities) MatchShortcutKey() argument
|
/foundation/multimodalinput/input/service/key_command/include/ |
H A D | key_command_handler.h | 244 ShortcutKey &shortcutKey, std::vector<ShortcutKey> &upAbilities);
|
Completed in 6 milliseconds