Home
last modified time | relevance | path

Searched refs:eventUp (Results 1 - 3 of 3) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_screen_touch_test.cpp578 auto eventUp = SetPointerEvent(TIMESTAMP_1700 * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); in HWTEST_F() local
579 screenTouch_->OnPointerEvent(*eventUp); in HWTEST_F()
624 auto eventUp = SetPointerEvent((lastUpTime_ + TIMESTAMP_1700) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); in HWTEST_F() local
625 screenTouch_->OnPointerEvent(*eventUp); in HWTEST_F()
668 auto eventUp = SetPointerEvent((lastUpTime_ + TIMESTAMP_1700) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); in HWTEST_F() local
669 screenTouch_->OnPointerEvent(*eventUp); in HWTEST_F()
714 auto eventUp = SetPointerEvent((lastUpTime_ + TIMESTAMP_1700) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); in HWTEST_F() local
715 screenTouch_->OnPointerEvent(*eventUp); in HWTEST_F()
752 auto eventUp = SetPointerEvent((lastUpTime_ + TIMESTAMP_1700) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); in HWTEST_F() local
753 screenTouch_->OnPointerEvent(*eventUp); in HWTEST_F()
796 auto eventUp = SetPointerEvent((lastUpTime_ + TIMESTAMP_1600) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); HWTEST_F() local
834 auto eventUp = SetPointerEvent((lastUpTime_ + TIMESTAMP_1700) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); HWTEST_F() local
892 auto eventUp = SetPointerEvent((lastUpTime_ + TIMESTAMP_1700) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); HWTEST_F() local
954 auto eventUp = SetPointerEvent((lastUpTime_ + TIMESTAMP_1600) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); HWTEST_F() local
1193 auto eventUp = SetPointerEvent(TIMESTAMP_1700 * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); HWTEST_F() local
1236 auto eventUp = SetPointerEvent(TIMESTAMP_1700 * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); HWTEST_F() local
1281 auto eventUp = SetPointerEvent(TIMESTAMP_1700 * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); HWTEST_F() local
1324 auto eventUp = SetPointerEvent(TIMESTAMP_1700 * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); HWTEST_F() local
1363 auto eventUp = SetPointerEvent(TIMESTAMP_1700 * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); HWTEST_F() local
1408 auto eventUp = SetPointerEvent(TIMESTAMP_1700 * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); HWTEST_F() local
1455 auto eventUp = SetPointerEvent(TIMESTAMP_1700 * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP, points, 0); HWTEST_F() local
1508 auto eventUp = SetPointerEvent(TIMESTAMP_1700 * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP, points, 0); HWTEST_F() local
1561 auto eventUp = SetPointerEvent(TIMESTAMP_1700 * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP, points, 0); HWTEST_F() local
1990 auto eventUp = SetPointerEvent((lastUpTime_ + TIMESTAMP_1700) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); HWTEST_F() local
2037 auto eventUp = SetPointerEvent((lastUpTime_ + TIMESTAMP_1700) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); HWTEST_F() local
2084 auto eventUp = SetPointerEvent((lastUpTime_ + TIMESTAMP_1700) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); HWTEST_F() local
[all...]
H A Daccessibility_zoom_gesture_test.cpp100 std::shared_ptr<MMI::PointerEvent> eventUp = CreatePointerEvent(MMI::PointerEvent::SOURCE_TYPE_TOUCHSCREEN, in TripleTaps() local
102 if (!eventUp) { in TripleTaps()
106 eventUp->AddPointerItem(item1); in TripleTaps()
107 zoomGesture_->OnPointerEvent(*eventUp); in TripleTaps()
158 std::shared_ptr<MMI::PointerEvent> eventUp = CreatePointerEvent(MMI::PointerEvent::SOURCE_TYPE_TOUCHSCREEN, in HWTEST_F() local
160 if (!eventUp) { in HWTEST_F()
163 zoomGesture_->OnPointerEvent(*eventUp); in HWTEST_F()
H A Daccessibility_setting_provider_test.cpp1093 std::shared_ptr<MMI::PointerEvent> eventUp = CreatePointerEvent(MMI::PointerEvent::SOURCE_TYPE_TOUCHSCREEN, in HWTEST_F() local
1095 if (!eventUp) { in HWTEST_F()
1098 zoomGesture_->OnPointerEvent(*eventUp); in HWTEST_F()

Completed in 6 milliseconds