Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h242 bool MatchShortcutKeys(const std::shared_ptr<KeyEvent> keyEvent);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1652 if (MatchShortcutKeys(keyEvent)) { in HandleShortKeys()
1658 bool KeyCommandHandler::MatchShortcutKeys(const std::shared_ptr<KeyEvent> keyEvent) in MatchShortcutKeys() function in OHOS::MMI::KeyCommandHandler
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp791 * @tc.desc: Test the funcation MatchShortcutKeys
813 EXPECT_TRUE(handler.MatchShortcutKeys(keyEvent)); in HWTEST_F()

Completed in 13 milliseconds