/foundation/window/window_manager/wm/src/ |
H A D | input_transfer_station.cpp | 45 uint32_t windowId = static_cast<uint32_t>(keyEvent->GetAgentWindowId()); in OnInputEvent() 66 TLOGD(WmsLogTag::WMS_INPUT_KEY_FLOW, "Receive axisEvent, windowId: %{public}d", axisEvent->GetAgentWindowId()); in OnInputEvent() 80 uint32_t windowId = static_cast<uint32_t>(pointerEvent->GetAgentWindowId()); in OnInputEvent()
|
H A D | window_input_channel.cpp | 68 if (keyEvent->GetAgentWindowId() != keyEvent->GetTargetWindowId()) { in HandleKeyEvent() 129 (pointerEvent->GetAgentWindowId() != pointerEvent->GetTargetWindowId()) && in HandlePointerEvent()
|
H A D | gtx_input_event_sender.cpp | 44 mEvent.windowId = static_cast<uint32_t>(pointerEvent->GetAgentWindowId()); in SetTouchEvent()
|
H A D | window_extension_session_impl.cpp | 1182 keyEvent->GetId(), keyEvent->GetAgentWindowId()); in PreNotifyKeyEvent()
|
H A D | window_impl.cpp | 3217 uint32_t windowId = static_cast<uint32_t>(pointerEvent->GetAgentWindowId()); in HandlePointerStyle()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | drag_controller.cpp | 158 uint32_t windowId = static_cast<uint32_t>(keyEvent->GetAgentWindowId()); in OnInputEvent() 169 WLOGFD("[WMS] Receive axisEvent, windowId: %{public}u", axisEvent->GetAgentWindowId()); in OnInputEvent() 179 uint32_t windowId = static_cast<uint32_t>(pointerEvent->GetAgentWindowId()); in OnInputEvent() 285 uint32_t windowId = static_cast<uint32_t>(pointerEvent->GetAgentWindowId()); in ConsumePointerEvent()
|
H A D | window_inner_manager.cpp | 317 uint32_t windowId = static_cast<uint32_t>(pointerEvent->GetAgentWindowId()); in ConsumePointerEvent()
|
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | input_event.h | 302 int32_t GetAgentWindowId() const;
|
/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/dfx/src/ |
H A D | dfx_hisysevent.cpp | 225 "AGENT_WINDOWID", pointer->GetAgentWindowId(), in OnUpdateTargetPointer() 263 "AGENT_WINDOWID", key->GetAgentWindowId(), in OnUpdateTargetKey()
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_event.cpp | 190 int32_t InputEvent::GetAgentWindowId() const in GetAgentWindowId() function in OHOS::MMI::InputEvent
|
/foundation/multimodalinput/input/util/common/src/ |
H A D | input_event_data_transformation.cpp | 166 << event->GetAgentWindowId() << event->GetFlag() << event->IsMarkEnabled(); in SerializeInputEvent()
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_serialization.cpp | 162 << event->GetAgentWindowId() << event->GetFlag(); in SerializeInputEvent()
|
/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_transform_processor.cpp | 732 item.GetWindowX(), item.GetWindowY(), pointerEvent_->GetButtonId(), pointerEvent_->GetAgentWindowId(), in Dump()
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 3335 displayId, pointerEvent->GetAgentWindowId(), touchWindow->zOrder); in UpdateDisplayInfo() 3347 pointerEvent->GetAgentWindowId(), touchWindow->zOrder); in UpdateDisplayInfo() 3359 pointerEvent->GetAgentWindowId(), touchWindow->zOrder); in UpdateDisplayInfo()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | pointer_event_test.cpp | 296 pointerEvent->SetAgentWindowId(inputEvent->GetAgentWindowId()); in HWTEST_F()
|