Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_shortcut_manager.h158 bool WillResetOnKeyUp(int32_t keyCode, const KeyShortcut &shortcut) const;
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_shortcut_manager.cpp864 WillResetOnKeyUp(keyEvent->GetKeyCode(), shortcutIter->second)) { in ResetTriggering()
884 bool KeyShortcutManager::WillResetOnKeyUp(int32_t keyCode, const KeyShortcut &shortcut) const in WillResetOnKeyUp() function in OHOS::MMI::KeyShortcutManager
/foundation/multimodalinput/input/service/subscriber/test/src/
H A Dkey_shortcut_manager_test.cpp1088 * @tc.desc: Test the funcation WillResetOnKeyUp
1099 bool ret = shortcutMgr.WillResetOnKeyUp(keyCode, shortcut); in HWTEST_F()
1102 ret = shortcutMgr.WillResetOnKeyUp(keyCode, shortcut); in HWTEST_F()

Completed in 5 milliseconds