Home
last modified time | relevance | path

Searched refs:GetKeyEvent (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/util/napi/include/
H A Dkey_event_napi.h45 static napi_status GetKeyEvent(napi_env env, napi_value in, std::shared_ptr<KeyEvent> &out);
/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/include/
H A Dkey_event_normalize.h31 std::shared_ptr<KeyEvent> GetKeyEvent();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dnative_interface_xcomponent_impl.cpp243 int32_t OH_NativeXComponent::GetKeyEvent(OH_NativeXComponent_KeyEvent** keyEvent) in GetKeyEvent() function in OH_NativeXComponent
248 (*keyEvent) = xcomponentImpl_->GetKeyEvent(); in GetKeyEvent()
H A Dnative_interface_xcomponent_impl.h290 OH_NativeXComponent_KeyEvent* GetKeyEvent() in GetKeyEvent() function
507 int32_t GetKeyEvent(OH_NativeXComponent_KeyEvent** keyEvent);
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp339 auto keyEvent = KeyEventHdr->GetKeyEvent(); in HandleKeyboardEvent()
584 const auto &keyEvent = KeyEventHdr->GetKeyEvent(); in PointerEventSetPressedKeys()
680 auto keyEvent = KeyEventHdr->GetKeyEvent(); in AddHandleTimer()
/ohos5.0/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_gesture_manager.h60 std::shared_ptr<KeyEvent> GetKeyEvent() in GetKeyEvent() function
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/test/
H A Ddelegate_tasks_test.cpp214 napi_status status = napi.GetKeyEvent(env, in, out);
/ohos5.0/foundation/multimodalinput/input/util/napi/src/
H A Dkey_event_napi.cpp53 napi_status KeyEventNapi::GetKeyEvent(napi_env env, napi_value in, std::shared_ptr<KeyEvent> &out) in GetKeyEvent() function in OHOS::MMI::KeyEventNapi
/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_event_normalize.cpp41 std::shared_ptr<KeyEvent> KeyEventNormalize::GetKeyEvent() in GetKeyEvent() function in OHOS::MMI::KeyEventNormalize
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.cpp193 return component->GetKeyEvent(keyEvent); in OH_NativeXComponent_GetKeyEvent()
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp145 const auto &keyEvent = KeyEventHdr->GetKeyEvent(); in OnGetFunctionKeyState()
163 auto keyEvent = KeyEventHdr->GetKeyEvent(); in OnSetFunctionKeyState()
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dnapi-xcomponent-guidelines.md539 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "PluginRender", "GetKeyEvent error");
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1471 auto keyEvent = KeyEventHdr->GetKeyEvent(); in OnGetKeyState()
/ohos5.0/docs/en/application-dev/ui/
H A Dnapi-xcomponent-guidelines.md539 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "PluginRender", "GetKeyEvent error");