Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_shortcut_manager.h154 void RunShortcut(std::shared_ptr<KeyEvent> keyEvent, int32_t shortcutId);
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_shortcut_manager.cpp706 RunShortcut(tKeyEvent, shortcutId); in TriggerDown()
716 void KeyShortcutManager::RunShortcut(std::shared_ptr<KeyEvent> keyEvent, int32_t shortcutId) in RunShortcut() function in OHOS::MMI::KeyShortcutManager
/foundation/multimodalinput/input/service/subscriber/test/src/
H A Dkey_shortcut_manager_test.cpp1156 * @tc.desc: Test the funcation RunShortcut
1166 EXPECT_NO_FATAL_FAILURE(shortcutMgr.RunShortcut(keyEvent, shortcutId)); in HWTEST_F()
1171 * @tc.desc: Test the funcation RunShortcut
1183 EXPECT_NO_FATAL_FAILURE(shortcutMgr.RunShortcut(keyEvent, shortcutId)); in HWTEST_F()

Completed in 4 milliseconds