Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h252 void HandleSpecialKeys(int32_t keyCode, int32_t keyAction);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1310 HandleSpecialKeys(key->GetKeyCode(), key->GetAction()); in OnHandleEvent()
1600 HandleSpecialKeys(keycode, KeyEvent::KEY_ACTION_UP); in SendKeyEvent()
1818 HandleSpecialKeys(item.keyCode, item.keyAction); in HandleSequences()
2207 void KeyCommandHandler::HandleSpecialKeys(int32_t keyCode, int32_t keyAction) in HandleSpecialKeys() function in OHOS::MMI::KeyCommandHandler
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp2662 * @tc.desc: HandleSpecialKeys
2674 ASSERT_NO_FATAL_FAILURE(handler.HandleSpecialKeys(keyCodeVolumeUp, keyAction));
2678 ASSERT_NO_FATAL_FAILURE(handler.HandleSpecialKeys(keyCodeVolumeDown, keyAction));
2683 * @tc.desc: Overrides the HandleSpecialKeys function exception branch
2695 ASSERT_NO_FATAL_FAILURE(handler.HandleSpecialKeys(keyCode, keyAction));
2698 ASSERT_NO_FATAL_FAILURE(handler.HandleSpecialKeys(powerKeyCode, keyAction));

Completed in 9 milliseconds