Home
last modified time | relevance | path

Searched refs:pointerIds (Results 1 - 12 of 12) sorted by relevance

/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp251 std::vector<int32_t> pointerIds = event->GetPointerIds(); in PrintPointerEvent() local
267 event->GetPointerId(), pointerIds.size(), event->GetId(), buffer.size(), str.c_str()); in PrintPointerEvent()
269 for (const auto &pointerId : pointerIds) { in PrintPointerEvent()
291 std::vector<int32_t> pointerIds = event->GetPointerIds(); in PrintInfoPointerEvent() local
304 event->GetPointerId(), pointerIds.size(), event->GetId(), buffer.size(), str.c_str()); in PrintInfoPointerEvent()
306 for (const auto &pointerId : pointerIds) { in PrintInfoPointerEvent()
/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h270 std::vector<int32_t> pointerIds{ event->GetPointerIds() }; in PrintInfoLog()
279 for (const auto &pointerId : pointerIds) { in PrintInfoLog()
329 std::vector<int32_t> pointerIds{ event->GetPointerIds() }; in Print()
342 pointerIds.size(), event->GetId(), buffer.size(), event->IsMarkEnabled()); in Print()
362 event->GetAxisValue(PointerEvent::AXIS_TYPE_ABS_THROTTLE), event->GetPointerId(), pointerIds.size(), in Print()
366 for (const auto &pointerId : pointerIds) { in Print()
/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h129 std::vector<int32_t> pointerIds = event->GetPointerIds(); in InitializeFrom() local
131 for (auto &it : pointerIds) { in InitializeFrom()
/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp1131 std::vector<int32_t> pointerIds = pointerEvent->GetPointerIds(); in ParseCommand() local
1132 if (pointerIds.size() != static_cast<size_t>(fingerCount)) { in ParseCommand()
1133 std::cout << "pointerIds size is error" << std::endl; in ParseCommand()
1139 for (size_t i = 0; i < pointerIds.size(); i++) { in ParseCommand()
1140 int32_t pointerId = pointerIds[i]; in ParseCommand()
1166 for (size_t i = 0; i < pointerIds.size(); i++) { in ParseCommand()
1167 int32_t pointerId = pointerIds[i]; in ParseCommand()
1192 for (size_t i = 0; i < pointerIds.size(); i++) { in ParseCommand()
1193 int32_t pointerId = pointerIds[i]; in ParseCommand()
1218 for (size_t i = 0; i < pointerIds in ParseCommand()
[all...]
/foundation/multimodalinput/input/util/common/src/
H A Dinput_event_data_transformation.cpp226 std::vector<int32_t> pointerIds { event->GetPointerIds() }; in Marshalling()
227 pkt << pointerIds.size(); in Marshalling()
228 for (const auto &pointerId : pointerIds) { in Marshalling()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_serialization.cpp340 std::vector<int32_t> pointerIds = event->GetPointerIds(); in SerializePointers() local
341 std::vector<int32_t>::size_type nPointers = pointerIds.size(); in SerializePointers()
345 for (const auto &pointerId : pointerIds) { in SerializePointers()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dbytrace_adapter.cpp70 std::vector<int32_t> pointerIds{ pointerEvent->GetPointerIds() }; in GetPointerTraceString()
71 for (const auto &pointerId : pointerIds) { in GetPointerTraceString()
/foundation/multimodalinput/input/test/unittest/common/src/
H A Devent_util_test.cpp194 std::vector<int32_t> pointerIds { pointerEvent->GetPointerIds() }; in DumpInputEvent()
216 for (const auto &pointerId : pointerIds) { in DumpInputEvent()
/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp275 auto pointerIds = pointerEvent->GetPointerIds(); in HWTEST_F() local
276 EXPECT_TRUE(pointerIds.empty()); in HWTEST_F()
969 std::vector<int32_t> pointerIds { pointerEvent->GetPointerIds() }; in HWTEST_F()
988 std::vector<int32_t> pointerIds { pointerEvent->GetPointerIds() }; in HWTEST_F()
1014 std::vector<int32_t> pointerIds { pointerEvent->GetPointerIds() }; in HWTEST_F()
/foundation/multimodalinput/input/service/event_dispatch/test/
H A Devent_dispatch_test.cpp1409 std::vector<int32_t> pointerIds = event->GetPointerIds(); in HWTEST_F() local
1410 ASSERT_TRUE(pointerIds.size() > 1); in HWTEST_F()
1435 std::vector<int32_t> pointerIds = event->GetPointerIds(); in HWTEST_F() local
1436 ASSERT_TRUE(pointerIds.size() > 1); in HWTEST_F()
/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp473 auto pointerIds = pointerEvent->GetPointerIds(); in FixTargetWindowId() local
474 if (pointerIds.empty()) { in FixTargetWindowId()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp1023 std::vector<int32_t> pointerIds { pointerEvent->GetPointerIds() }; in GetMousePointerItem()
1024 for (const auto& pointerId : pointerIds) { in GetMousePointerItem()

Completed in 20 milliseconds