Home
last modified time | relevance | path

Searched refs:receivedRecorder_ (Results 1 - 5 of 5) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp184 return receivedRecorder_.lastEvent; in getLastReceivedEvent()
536 if (receivedRecorder_.pointerDownX.find(INDEX_0) != receivedRecorder_.pointerDownX.end()) { in IsDragGestureAccept()
537 xPointDownF = receivedRecorder_.pointerDownX.find(INDEX_0)->second; in IsDragGestureAccept()
538 yPointDownF = receivedRecorder_.pointerDownY.find(INDEX_0)->second; in IsDragGestureAccept()
540 if (receivedRecorder_.pointerDownX.find(INDEX_1) != receivedRecorder_.pointerDownX.end()) { in IsDragGestureAccept()
541 xPointDownS = receivedRecorder_.pointerDownX.find(INDEX_1)->second; in IsDragGestureAccept()
542 yPointDownS = receivedRecorder_.pointerDownY.find(INDEX_1)->second; in IsDragGestureAccept()
600 receivedRecorder_ in RecordReceivedEvent()
[all...]
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_touch_guider.cpp184 return receivedRecorder_.lastEvent; in getLastReceivedEvent()
536 if (receivedRecorder_.pointerDownX.find(INDEX_0) != receivedRecorder_.pointerDownX.end()) { in IsDragGestureAccept()
537 xPointDownF = receivedRecorder_.pointerDownX.find(INDEX_0)->second; in IsDragGestureAccept()
538 yPointDownF = receivedRecorder_.pointerDownY.find(INDEX_0)->second; in IsDragGestureAccept()
540 if (receivedRecorder_.pointerDownX.find(INDEX_1) != receivedRecorder_.pointerDownX.end()) { in IsDragGestureAccept()
541 xPointDownS = receivedRecorder_.pointerDownX.find(INDEX_1)->second; in IsDragGestureAccept()
542 yPointDownS = receivedRecorder_.pointerDownY.find(INDEX_1)->second; in IsDragGestureAccept()
600 receivedRecorder_ in RecordReceivedEvent()
[all...]
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp310 return receivedRecorder_.lastEvent; in getLastReceivedEvent()
722 if (receivedRecorder_.pointerDownX.find(currentPid_) != receivedRecorder_.pointerDownX.end()) { in SendPointerDownEventToMultimodal()
723 xPointDown = receivedRecorder_.pointerDownX.find(currentPid_)->second; in SendPointerDownEventToMultimodal()
724 yPointDown = receivedRecorder_.pointerDownY.find(currentPid_)->second; in SendPointerDownEventToMultimodal()
725 actionTime = receivedRecorder_.pointerActionTime.find(currentPid_)->second; in SendPointerDownEventToMultimodal()
885 if (receivedRecorder_.pointerDownX.find(INDEX_0) != receivedRecorder_.pointerDownX.end()) { in GetPointOffset()
886 xPointDownF = receivedRecorder_.pointerDownX.find(INDEX_0)->second; in GetPointOffset()
887 yPointDownF = receivedRecorder_ in GetPointOffset()
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp310 return receivedRecorder_.lastEvent; in getLastReceivedEvent()
722 if (receivedRecorder_.pointerDownX.find(currentPid_) != receivedRecorder_.pointerDownX.end()) { in SendPointerDownEventToMultimodal()
723 xPointDown = receivedRecorder_.pointerDownX.find(currentPid_)->second; in SendPointerDownEventToMultimodal()
724 yPointDown = receivedRecorder_.pointerDownY.find(currentPid_)->second; in SendPointerDownEventToMultimodal()
725 actionTime = receivedRecorder_.pointerActionTime.find(currentPid_)->second; in SendPointerDownEventToMultimodal()
885 if (receivedRecorder_.pointerDownX.find(INDEX_0) != receivedRecorder_.pointerDownX.end()) { in GetPointOffset()
886 xPointDownF = receivedRecorder_.pointerDownX.find(INDEX_0)->second; in GetPointOffset()
887 yPointDownF = receivedRecorder_ in GetPointOffset()
[all...]
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_touch_guider.h513 ReceivedEventRecorder receivedRecorder_ = {}; member in OHOS::Accessibility::TouchGuider

Completed in 10 milliseconds