Home
last modified time | relevance | path

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

/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp283 if (HasEventPending(SEND_HOVER_ENTER_MOVE_MSG)) { in HandleTouchGuidingState()
288 if (!HasEventPending(SEND_TOUCH_INTERACTION_END_MSG)) { in HandleTouchGuidingState()
410 if (!HasEventPending(SEND_TOUCH_GUIDE_END_MSG)) { in SendExitEvents()
427 if (HasEventPending(SEND_HOVER_ENTER_MOVE_MSG)) { in HandleTouchGuidingStateInnerMove()
448 if (HasEventPending(SEND_HOVER_ENTER_MOVE_MSG)) { in HandleTouchGuidingStateInnerMove()
712 if (HasEventPending(innerEventID)) { in CancelPostEventIfNeed()
720 bool TouchGuider::HasEventPending(uint32_t innerEventID) in HasEventPending() function in OHOS::Accessibility::TouchGuider
732 if (!HasEventPending(innerEventID)) { in ForceSendAndRemoveEvent()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_touch_guider.cpp283 if (HasEventPending(SEND_HOVER_ENTER_MOVE_MSG)) { in HandleTouchGuidingState()
288 if (!HasEventPending(SEND_TOUCH_INTERACTION_END_MSG)) { in HandleTouchGuidingState()
410 if (!HasEventPending(SEND_TOUCH_GUIDE_END_MSG)) { in SendExitEvents()
427 if (HasEventPending(SEND_HOVER_ENTER_MOVE_MSG)) { in HandleTouchGuidingStateInnerMove()
448 if (HasEventPending(SEND_HOVER_ENTER_MOVE_MSG)) { in HandleTouchGuidingStateInnerMove()
712 if (HasEventPending(innerEventID)) { in CancelPostEventIfNeed()
720 bool MockTouchGuider::HasEventPending(uint32_t innerEventID) in HasEventPending() function in OHOS::Accessibility::MockTouchGuider
732 if (!HasEventPending(innerEventID)) { in ForceSendAndRemoveEvent()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp493 if (HasEventPending(SEND_HOVER_ENTER_MOVE_MSG)) { in HandleTouchGuidingState()
662 if (!HasEventPending(SEND_TOUCH_GUIDE_END_MSG)) { in SendExitEvents()
680 if (!HasEventPending(SEND_HOVER_ENTER_MOVE_MSG)) { in HandleTouchGuidingStateInnerDown()
748 if (HasEventPending(SEND_HOVER_ENTER_MOVE_MSG)) { in HandleTouchGuidingStateInnerMove()
784 if (HasEventPending(SEND_HOVER_ENTER_MOVE_MSG)) { in HandleTouchGuidingStateInnerMove()
1102 if (HasEventPending(innerEventID)) { in CancelPostEventIfNeed()
1110 bool GetAttributeValueTest::HasEventPending(uint32_t innerEventID) in HasEventPending() function in OHOS::A11y::GetAttributeValueTest
1121 if (!HasEventPending(innerEventID)) { in ForceSendAndRemoveEvent()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp493 if (HasEventPending(SEND_HOVER_ENTER_MOVE_MSG)) { in HandleTouchGuidingState()
662 if (!HasEventPending(SEND_TOUCH_GUIDE_END_MSG)) { in SendExitEvents()
680 if (!HasEventPending(SEND_HOVER_ENTER_MOVE_MSG)) { in HandleTouchGuidingStateInnerDown()
748 if (HasEventPending(SEND_HOVER_ENTER_MOVE_MSG)) { in HandleTouchGuidingStateInnerMove()
784 if (HasEventPending(SEND_HOVER_ENTER_MOVE_MSG)) { in HandleTouchGuidingStateInnerMove()
1102 if (HasEventPending(innerEventID)) { in CancelPostEventIfNeed()
1110 bool TouchGuider::HasEventPending(uint32_t innerEventID) in HasEventPending() function in OHOS::Accessibility::TouchGuider
1121 if (!HasEventPending(innerEventID)) { in ForceSendAndRemoveEvent()
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_touch_guider.h462 bool HasEventPending(uint32_t innerEventID);

Completed in 7 milliseconds