Home
last modified time | relevance | path

Searched refs:KEY_ACTION_CANCEL (Results 1 - 24 of 24) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Doh_window_event_filter.cpp27 {OHOS::MMI::KeyEvent::KeyEvent::KEY_ACTION_CANCEL, Input_KeyEventAction::KEY_ACTION_CANCEL},
/foundation/multimodalinput/input/util/napi/src/
H A Dkey_event_napi.cpp29 auto status = SetNameProperty(env, out, "action", in->GetKeyAction() - KeyEvent::KEY_ACTION_CANCEL); in CreateKeyEvent()
74 out->SetKeyAction(keyAction + KeyEvent::KEY_ACTION_CANCEL); in GetKeyEvent()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dkey_event_test.cpp77 KeyEvent1->SetKeyAction(KeyEvent::KEY_ACTION_CANCEL); in HWTEST_F()
87 KeyEvent2->SetKeyAction(KeyEvent::KEY_ACTION_CANCEL); in HWTEST_F()
107 KeyEvent1->SetKeyAction(KeyEvent::KEY_ACTION_CANCEL); in HWTEST_F()
157 KeyEvent2->SetKeyAction(KeyEvent::KEY_ACTION_CANCEL); in HWTEST_F()
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_key_event.cpp30 const int32_t KeyEvent::KEY_ACTION_CANCEL = 0X00000001; member in OHOS::MMI::KeyEvent
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_ex_test.cpp230 keyEvent->SetKeyAction(KeyEvent::KEY_ACTION_CANCEL); in HWTEST_F()
335 keyEvent->SetKeyAction(KeyEvent::KEY_ACTION_CANCEL); in HWTEST_F()
H A Dkey_subscriber_handler_test.cpp719 keyEvent->SetKeyAction(KeyEvent::KEY_ACTION_CANCEL); in HWTEST_F()
721 keyEvent->SetKeyAction(KeyEvent::KEY_ACTION_CANCEL); in HWTEST_F()
2342 keyEvent->SetKeyCode(KeyEvent::KEY_ACTION_CANCEL); in HWTEST_F()
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessioncallbackstub_fuzzer/
H A Davsession_callbackclient_fuzzer.cpp246 keyEvent->SetKeyAction(OHOS::MMI::KeyEvent::KEY_ACTION_CANCEL); in FuzzTestInner2()
/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_auto_repeat.cpp78 KeyEvent::KEY_ACTION_CANCEL); in JudgeKeyEvent()
/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h72 KEY_ACTION_CANCEL = 0, enumerator
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp820 const int32_t KeyEvent::KEY_ACTION_CANCEL = 0X00000001; member in OHOS::MMI::KeyEvent
1104 case KEY_ACTION_CANCEL: { in ActionToString()
1105 return "KEY_ACTION_CANCEL"; in ActionToString()
1204 if (action != KEY_ACTION_CANCEL && action != KEY_ACTION_UP && in IsValid()
1401 case KeyEvent::KEY_ACTION_CANCEL: in ActionToShortStr()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dinput_manager_impl_test.cpp599 keyAction = KeyEvent::KEY_ACTION_CANCEL; in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1512 keyEventCancel->SetKeyAction(KeyEvent::KEY_ACTION_CANCEL); in LaunchRepeatKeyAbility()
1548 if (keyEvent->GetKeyCode() == item.keyCode && keyEvent->GetKeyAction() == KeyEvent::KEY_ACTION_CANCEL) { in HandleKeyUpCancel()
1603 auto keyEventCancel = CreateKeyEvent(keycode, KeyEvent::KEY_ACTION_CANCEL, false); in SendKeyEvent()
1734 keyEventCancel->SetKeyAction(KeyEvent::KEY_ACTION_CANCEL); in HandleConsumedKeyEvent()
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H A Davsessionservice_fuzzer.cpp741 keyEvent->SetKeyAction(OHOS::MMI::KeyEvent::KEY_ACTION_CANCEL); in SendSystemAVKeyEvent001()
752 keyEvent->SetKeyAction(OHOS::MMI::KeyEvent::KEY_ACTION_CANCEL); in SendSystemAVKeyEvent002()
/foundation/multimodalinput/input/service/subscriber/test/src/
H A Dkey_shortcut_manager_test.cpp1005 shortcut.triggerType = KeyEvent::KEY_ACTION_CANCEL; in HWTEST_F()
1058 keyEvent->SetKeyAction(KeyEvent::KEY_ACTION_CANCEL); in HWTEST_F()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dkey_event.h2861 static const int32_t KEY_ACTION_CANCEL; member in OHOS::MMI::KeyEvent
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp989 if (action == OHOS::MMI::KeyEvent::KEY_ACTION_CANCEL) { in SetKeyEventAction()
990 keyEvent->action = KEY_ACTION_CANCEL; in SetKeyEventAction()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp59 {KeyEvent::KEY_ACTION_CANCEL, KEY_ACTION_CANCEL}
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_controller_test.cpp495 keyEvent->SetKeyAction(OHOS::MMI::KeyEvent::KEY_ACTION_CANCEL); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/native/input/test/
H A Doh_input_manager_test.cpp130 inputKeyEvent.action = KEY_ACTION_CANCEL; in HWTEST_F()
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_shortcut_manager.cpp202 } else if (keyEvent->GetKeyAction() == KeyEvent::KEY_ACTION_CANCEL) { in HandleEvent()
H A Dkey_subscriber_handler.cpp597 } else if (keyAction == KeyEvent::KEY_ACTION_CANCEL) { in OnSubscribeKeyEvent()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp522 if (keyEvent->GetKeyAction() != KeyEvent::KEY_ACTION_CANCEL && focusWindowId_ != -1 && in ReissueEvent()
531 keyEventReissue->SetKeyAction(KeyEvent::KEY_ACTION_CANCEL); in ReissueEvent()
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1399 } else if (keyAction == OHOS::MMI::KeyEvent::KEY_ACTION_CANCEL) { in TransformKeyActionValue()
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp2943 keyEvent->SetKeyAction(KeyEvent::KEY_ACTION_CANCEL);
3485 key.triggerType = KeyEvent::KEY_ACTION_CANCEL;

Completed in 51 milliseconds