Searched refs:pIds (Results 1 - 6 of 6) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_touch_guider.cpp | 464 std::vector<int32_t> pIds = event.GetPointerIds(); in HandleDraggingStateInnerMove() local 465 int32_t pointCount = pIds.size(); in HandleDraggingStateInnerMove() 476 event.GetPointerItem(pIds[INDEX_0], pointerF); in HandleDraggingStateInnerMove() 477 event.GetPointerItem(pIds[INDEX_1], pointerS); in HandleDraggingStateInnerMove() 518 std::vector<int32_t> pIds = event.GetPointerIds(); in IsDragGestureAccept() local 521 if (!event.GetPointerItem(pIds[0], pointerF)) { in IsDragGestureAccept() 522 HILOG_ERROR("GetPointerItem(%{public}d) failed", pIds[0]); in IsDragGestureAccept() 524 if (!event.GetPointerItem(pIds[1], pointerS)) { in IsDragGestureAccept() 525 HILOG_ERROR("GetPointerItem(%{public}d) failed", pIds[1]); in IsDragGestureAccept() 637 std::vector<int32_t> pIds in SendAllDownEvents() local 650 std::vector<int32_t> pIds = event.GetPointerIds(); SendAllUpEvents() local 661 std::vector<int32_t> pIds = event.GetPointerIds(); SendUpForAllInjectedEvent() local [all...] |
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
H A D | mock_mt_accessibility_touch_guider.cpp | 464 std::vector<int32_t> pIds = event.GetPointerIds(); in HandleDraggingStateInnerMove() local 465 int32_t pointCount = pIds.size(); in HandleDraggingStateInnerMove() 476 event.GetPointerItem(pIds[INDEX_0], pointerF); in HandleDraggingStateInnerMove() 477 event.GetPointerItem(pIds[INDEX_1], pointerS); in HandleDraggingStateInnerMove() 518 std::vector<int32_t> pIds = event.GetPointerIds(); in IsDragGestureAccept() local 521 if (!event.GetPointerItem(pIds[0], pointerF)) { in IsDragGestureAccept() 522 HILOG_ERROR("GetPointerItem(%{public}d) failed", pIds[0]); in IsDragGestureAccept() 524 if (!event.GetPointerItem(pIds[1], pointerS)) { in IsDragGestureAccept() 525 HILOG_ERROR("GetPointerItem(%{public}d) failed", pIds[1]); in IsDragGestureAccept() 637 std::vector<int32_t> pIds in SendAllDownEvents() local 650 std::vector<int32_t> pIds = event.GetPointerIds(); SendAllUpEvents() local 661 std::vector<int32_t> pIds = event.GetPointerIds(); SendUpForAllInjectedEvent() local [all...] |
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/ |
H A D | sa_get_attribute_value_benchmark.cpp | 515 std::vector<int32_t> pIds = event.GetPointerIds(); in HandleDraggingState() local 531 if (pIds.size() == POINTER_COUNT_1) { in HandleDraggingState() 539 if (event.GetPointerId() == currentPid_ && pIds.size() == POINTER_COUNT_2) { in HandleDraggingState() 541 int32_t removePid = currentPid_ == pIds[0]? pIds[1] : pIds[0]; in HandleDraggingState() 798 std::vector<int32_t> pIds = event.GetPointerIds(); in HandleDraggingStateInnerMove() local 799 uint32_t pointCount = pIds.size(); in HandleDraggingStateInnerMove() 815 event.GetPointerItem(pIds[INDEX_0], pointerF); in HandleDraggingStateInnerMove() 816 event.GetPointerItem(pIds[INDEX_ in HandleDraggingStateInnerMove() 860 std::vector<int32_t> pIds = event.GetPointerIds(); GetPointOffset() local 1027 std::vector<int32_t> pIds = event.GetPointerIds(); SendAllDownEvents() local 1040 std::vector<int32_t> pIds = event.GetPointerIds(); SendAllUpEvents() local 1051 std::vector<int32_t> pIds = event.GetPointerIds(); SendUpForAllInjectedEvent() local [all...] |
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_touch_guider.cpp | 515 std::vector<int32_t> pIds = event.GetPointerIds(); in HandleDraggingState() local 531 if (pIds.size() == POINTER_COUNT_1) { in HandleDraggingState() 539 if (event.GetPointerId() == currentPid_ && pIds.size() == POINTER_COUNT_2) { in HandleDraggingState() 541 int32_t removePid = currentPid_ == pIds[0]? pIds[1] : pIds[0]; in HandleDraggingState() 798 std::vector<int32_t> pIds = event.GetPointerIds(); in HandleDraggingStateInnerMove() local 799 uint32_t pointCount = pIds.size(); in HandleDraggingStateInnerMove() 815 event.GetPointerItem(pIds[INDEX_0], pointerF); in HandleDraggingStateInnerMove() 816 event.GetPointerItem(pIds[INDEX_ in HandleDraggingStateInnerMove() 860 std::vector<int32_t> pIds = event.GetPointerIds(); GetPointOffset() local 1027 std::vector<int32_t> pIds = event.GetPointerIds(); SendAllDownEvents() local 1040 std::vector<int32_t> pIds = event.GetPointerIds(); SendAllUpEvents() local 1051 std::vector<int32_t> pIds = event.GetPointerIds(); SendUpForAllInjectedEvent() local [all...] |
H A D | accessibility_multifinger_multitap.cpp | 428 std::vector<int32_t> pIds = event.GetPointerIds(); in GetPointerItemWithFingerNum() local 430 if (!event.GetPointerItem(pIds[pId], curPoints[pId])) { in GetPointerItemWithFingerNum() 431 HILOG_ERROR("curPoint GetPointerItem(%{public}d) failed", pIds[pId]); in GetPointerItemWithFingerNum() 459 std::vector<int32_t> pIds = event.GetPointerIds(); in IsMultiFingerDoubleTap() local 460 if (static_cast<int32_t>(pIds.size()) != fingerNum) { in IsMultiFingerDoubleTap()
|
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/ |
H A D | main.js | 109 .then((pIds, err) => { 113 let runOverPIDs = [...pIds];
|
Completed in 8 milliseconds