/ohos5.0/foundation/multimodalinput/input/etc/ |
H A D | exclude_keys_config.json | 5 "keyAction": 2, number
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_mmi_input_listener_adapter_impl.cpp | 24 void ArkMMIInputListenerAdapterImpl::OnInputEvent(int32_t keyCode, int32_t keyAction) in OnInputEvent()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_mmi_input_listener_adapter_wrapper.cpp | 26 void ArkMMIInputListenerAdapterWrapper::OnInputEvent(int32_t keyCode, int32_t keyAction) in OnInputEvent()
|
/ohos5.0/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | i_dinput_adapter.h | 32 int32_t keyAction; member
|
/ohos5.0/base/web/webview/test/fuzztest/sendkeyevent_fuzzer/ |
H A D | sendkeyevent_fuzzer.cpp | 35 int32_t keyAction; in SendKeyEventFuzzTest() local
|
/ohos5.0/base/inputmethod/imf/services/adapter/keyboard/src/ |
H A D | input_event_callback.cpp | 35 auto keyAction = keyEvent->GetKeyAction(); in OnInputEvent() local
|
/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/src/ |
H A D | key_event_normalize.cpp | 65 int32_t keyAction = (libinput_event_keyboard_get_key_state(data) == 0) ? in Normalize() local 108 int32_t keyAction = keyEvent->GetAction(); in HandleKeyAction() local
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/src/ |
H A D | key_event_util.cpp | 71 std::shared_ptr<MMI::KeyEvent> KeyEventUtil::CreateKeyEvent(int32_t keyCode, int32_t keyAction) in CreateKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event_recognizer.cpp | 501 std::vector<KeyEvent> KeyEventRecognizer::GetKeyEvents(int32_t keyCode, int32_t keyAction, int32_t … in GetKeyEvents()
|
/ohos5.0/foundation/multimodalinput/input/util/napi/src/ |
H A D | key_event_napi.cpp | 65 int32_t keyAction = GetNamePropertyInt32(env, in, "action"); in GetKeyEvent() local
|
/ohos5.0/base/web/webview/test/unittest/mmi_adapter/ |
H A D | mmi_adapter_impl_test.cpp | 91 void OnInputEvent(int32_t keyCode, int32_t keyAction) {} in OnInputEvent()
|
/ohos5.0/base/web/webview/ohos_adapter/multimodalinput_adapter/src/ |
H A D | mmi_adapter_impl.cpp | 64 …int32_t keyAction = (keyEvent->GetKeyAction() == MMI::KeyEvent::KEY_ACTION_DOWN) ? KEY_DOWN : KEY_… in OnInputEvent() local
|
/ohos5.0/foundation/distributedhardware/distributed_input/test/fuzztest/distributedinputkit_fuzzer/ |
H A D | distributed_input_kit_fuzzer.cpp | 145 int32_t keyAction = *(reinterpret_cast<const int32_t*>(data)); in IsNeedFilterOutFuzzTest() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_common_test_ng.cpp | 58 void SwiperCommonTestNg::OnKeyEvent(KeyCode keyCode, KeyAction keyAction) in OnKeyEvent()
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_editor_test.cpp | 160 constexpr int32_t keyAction = 2; in SetUpTestCase() local
|
/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/src/ |
H A D | fingerprint_event_processor.cpp | 103 int32_t keyAction = (libinput_event_keyboard_get_key_state(data) == 0) ? in SetPowerAndVolumeKeyState() local
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_test.cpp | 1910 int32_t keyAction = KeyEvent::KEY_ACTION_UP; variable 1931 int32_t keyAction = KeyEvent::KEY_ACTION_UP; variable 2219 int32_t keyAction = KeyEvent::KEY_ACTION_DOWN; variable 2949 int32_t keyAction = 0; variable 3789 int32_t keyAction = KeyEvent::KEYCODE_VOLUME_UP; variable
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/ |
H A D | js_register_module.cpp | 71 auto keyAction = isPressed ? KeyEvent::KEY_ACTION_DOWN : KeyEvent::KEY_ACTION_UP; in GetInjectionEventData() local
|
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_subscriber_handler.cpp | 434 int32_t keyAction = keyEvent->GetKeyAction(); in OnSubscribeKeyEvent() local 914 int32_t keyAction = KeyEvent::KEY_ACTION_UP; in IsKeyEventSubscribed() local
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_module.cpp | 179 static bool IsMatchKeyAction(bool isFinalKeydown, int32_t keyAction) in IsMatchKeyAction()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 1356 …virtual bool WebSendKeyEvent(int32_t keyCode, int32_t keyAction, const std::vector<int32_t>& press… in WebSendKeyEvent()
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 1278 std::shared_ptr<KeyEvent> KeyCommandHandler::CreateKeyEvent(int32_t keyCode, int32_t keyAction, boo… in CreateKeyEvent() 2370 void KeyCommandHandler::HandleSpecialKeys(int32_t keyCode, int32_t keyAction) in HandleSpecialKeys() 2555 std::string KeyCommandHandler::ConvertKeyActionToString(int32_t keyAction) in ConvertKeyActionToString()
|
H A D | key_command_handler_util.cpp | 303 cJSON *keyAction = cJSON_GetObjectItemCaseSensitive(jsonData, "keyAction"); in GetKeyAction() local
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
H A D | nweb_create_window.h | 46 bool SendKeyEvent(int32_t keyCode, int32_t keyAction) override in SendKeyEvent()
|
/ohos5.0/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.h | 57 bool SendKeyEvent(int32_t keyCode, int32_t keyAction) override in SendKeyEvent()
|