/foundation/multimodalinput/input/service/event_dispatch/src/ |
H A D | event_dispatch_handler.cpp | 92 auto itemPid = WIN_MGR->GetWindowPid(pointeritem.GetTargetWindowId()); in FilterInvalidPointerItem() 277 auto pid = WIN_MGR->GetPidByWindowId(point->GetTargetWindowId()); in HandlePointerEventInner() 279 pid != -1 && point->GetTargetWindowId() != -1) { in HandlePointerEventInner() 280 if (point->GetTargetWindowId() == windowStateErrorInfo_.windowId && pid == windowStateErrorInfo_.pid) { in HandlePointerEventInner() 282 SendWindowStateError(pid, point->GetTargetWindowId()); in HandlePointerEventInner() 285 windowStateErrorInfo_.windowId = point->GetTargetWindowId(); in HandlePointerEventInner()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_input_channel.cpp | 68 if (keyEvent->GetAgentWindowId() != keyEvent->GetTargetWindowId()) { in HandleKeyEvent() 129 (pointerEvent->GetAgentWindowId() != pointerEvent->GetTargetWindowId()) && in HandlePointerEvent()
|
/foundation/window/window_manager/window_scene/intention_event/src/ |
H A D | intention_event_manager.cpp | 47 uint32_t windowId = static_cast<uint32_t>(pointerEvent->GetTargetWindowId()); in LogPointInfo() 172 uint32_t windowId = static_cast<uint32_t>(pointerEvent->GetTargetWindowId()); in OnInputEvent() 277 eventId++, keyEvent->GetId(), keyEvent->GetTargetWindowId(), focusedSessionId, isSystem); in OnInputEvent()
|
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | input_event.h | 287 int32_t GetTargetWindowId() const;
|
H A D | pointer_event.h | 1137 int32_t GetTargetWindowId() const;
|
/foundation/multimodalinput/input/service/dfx/src/ |
H A D | dfx_hisysevent.cpp | 226 "TARGET_WINDOWID", pointer->GetTargetWindowId(), in OnUpdateTargetPointer() 227 "PID", WIN_MGR->GetWindowPid(pointer->GetTargetWindowId()), in OnUpdateTargetPointer() 264 "TARGET_WINDOWID", key->GetTargetWindowId(), in OnUpdateTargetKey() 265 "PID", WIN_MGR->GetWindowPid(key->GetTargetWindowId()), in OnUpdateTargetKey()
|
/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 277 event->GetTargetWindowId(), event->GetDispatchTimes(), isSimulate.c_str(), in PrintInfoLog() 288 pointerId, item.IsPressed(), item.GetPressure(), item.GetMoveFlag(), item.GetTargetWindowId(), in PrintInfoLog() 297 item.GetTargetWindowId(), item.GetDisplayXPos(), item.GetDisplayYPos(), item.GetWindowXPos(), in PrintInfoLog() 306 item.GetTargetWindowId(), item.GetDisplayXPos(), item.GetDisplayYPos(), item.GetWindowXPos(), in PrintInfoLog()
|
/foundation/multimodalinput/input/service/crown_transform_processor/src/ |
H A D | crown_transform_processor.cpp | 253 pointerEvent_->GetAgentWindowId(), pointerEvent_->GetTargetWindowId()); in Dump()
|
/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | server_msg_handler.cpp | 411 int32_t targetWindowId = pointerEvent->GetTargetWindowId(); in SaveTargetWindowId() 448 if (pointerEvent->GetTargetWindowId() > 0) { in FixTargetWindowId() 467 MMI_HILOGD("TargetWindowId:%{public}d %{public}d", pointerEvent->GetTargetWindowId(), targetWindowId); in FixTargetWindowId()
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touch_transform_processor.cpp | 276 std::to_string(pointerEvent_->GetTargetWindowId()), std::to_string(pointerEvent_->GetId())); in OnEvent()
|
H A D | touchpad_transform_processor.cpp | 254 std::to_string(pointerEvent_->GetTargetWindowId()) + ", action: " + pointerEvent_->DumpPointerAction(), in OnEvent()
|
/foundation/multimodalinput/input/test/unittest/common/src/ |
H A D | event_util_test.cpp | 310 item.GetTargetWindowId(); in DumpWindowData()
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_event.cpp | 200 int32_t InputEvent::GetTargetWindowId() const in GetTargetWindowId() function in OHOS::MMI::InputEvent
|
H A D | pointer_event.cpp | 325 int32_t PointerEvent::PointerItem::GetTargetWindowId() const in GetTargetWindowId() function in OHOS::MMI::PointerEvent::PointerItem 531 eventStr += ",targetWindowId:" + std::to_string((*it).GetTargetWindowId()); in ToString()
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 319 if (uiExtentionWindowInfo.id == pointerEvent->GetTargetWindowId()) { in GetClientFd() 336 if (item.id == pointerEvent->GetTargetWindowId()) { in GetClientFd() 350 if (uiExtentionWindowInfo.id == pointerEvent->GetTargetWindowId()) { in GetClientFd() 367 if (item.id == pointerEvent->GetTargetWindowId()) { in GetClientFd() 2204 int32_t targetWindowId = pointerEvent->GetTargetWindowId(); in UpdateDisplayInfo() 2586 MMI_HILOGE("touchWindow is nullptr, targetWindow:%{public}d", pointerEvent->GetTargetWindowId()); in UpdateDisplayInfo() 2908 return (pointerEvent->GetZOrder() > 0 && pointerEvent->GetTargetWindowId() == -1); in UpdateDisplayInfo() 2997 auto windowId = pointerEvent->GetTargetWindowId(); in UpdateDisplayInfo() 3077 auto targetWindowId = pointerItem.GetTargetWindowId(); in UpdateDisplayInfo()
|
/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_transform_processor.cpp | 696 std::to_string(pointerEvent_->GetTargetWindowId()), std::to_string(pointerEvent_->GetId())); in DumpInner() 733 pointerEvent_->GetTargetWindowId(), item.GetDownTime(), item.IsPressed() ? "true" : "false"); in Dump()
|
/foundation/multimodalinput/input/service/event_resample/src/ |
H A D | event_resample.cpp | 222 if (pointerEvent->GetTargetWindowId() == window.id) { in TransformSampleWindowXY()
|
/foundation/multimodalinput/input/util/common/src/ |
H A D | input_event_data_transformation.cpp | 165 << event->GetTargetDisplayId() << event->GetTargetWindowId() in SerializeInputEvent()
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_serialization.cpp | 161 << event->GetTargetDisplayId() << event->GetTargetWindowId() in SerializeInputEvent()
|
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 479 mapFunc["windowId"] = [inputEvent] { return inputEvent->GetTargetWindowId(); }; in GetInputEventFunc() 875 mapFun["windowId"] = [pointerEvent] { return pointerEvent->GetTargetWindowId(); }; in GetFuns()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.cpp | 538 event.targetWindowId = pointerItem.GetTargetWindowId(); in ConvertPointerEvent()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | pointer_event_test.cpp | 295 pointerEvent->SetTargetWindowId(inputEvent->GetTargetWindowId()); in HWTEST_F()
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_utils.cpp | 1473 int32_t windowId = keyEvent->GetTargetWindowId(); in SetInputEventProperty()
|
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 2313 int32_t tragetWindowId = touchEvent->GetTargetWindowId(); in CheckInputMethodArea()
|
/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_service.cpp | 2420 int32_t windowId = keyEvent->GetTargetWindowId(); in OnInputEvent()
|