Home
last modified time | relevance | path

Searched refs:promiseFuture (Results 1 - 4 of 4) sorted by relevance

/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_channel_client.cpp75 ffrt::future<void> promiseFuture = elementOperator->promise_.get_future(); in FindFocusedElementInfo() local
93 ffrt::future_status wait = promiseFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); in FindFocusedElementInfo()
141 ffrt::future<void> promiseFuture = elementOperator->promise_.get_future(); in GetCursorPosition() local
149 ffrt::future_status wait = promiseFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); in GetCursorPosition()
184 ffrt::future<void> promiseFuture = elementOperator->promise_.get_future(); in ExecuteAction() local
193 ffrt::future_status wait = promiseFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); in ExecuteAction()
249 ffrt::future<void> promiseFuture = elementOperator->promise_.get_future(); in SearchElementInfosByAccessibilityId() local
263 ffrt::future_status wait = promiseFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); in SearchElementInfosByAccessibilityId()
342 ffrt::future<void> promiseFuture = elementOperator->promise_.get_future(); in SearchElementInfosByText() local
351 ffrt::future_status wait = promiseFuture in SearchElementInfosByText()
384 ffrt::future<void> promiseFuture = elementOperator->promise_.get_future(); FocusMoveSearch() local
[all...]
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/
H A Dsa_perform_action_xts.cpp526 ffrt::future<void> promiseFuture = callBack->promise_.get_future(); in FindFocusedElement() local
533 ffrt::future_status waitFocus = promiseFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); in FindFocusedElement()
1904 ffrt::future<void> promiseFuture = callBack->promise_.get_future(); in GetParentElementRecursively() local
1906 ffrt::future_status waitFocus = promiseFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); in GetParentElementRecursively()
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/
H A Dsamgr_register_element_test.cpp526 ffrt::future<void> promiseFuture = callBack->promise_.get_future(); in FindFocusedElement() local
533 ffrt::future_status waitFocus = promiseFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); in FindFocusedElement()
1914 ffrt::future<void> promiseFuture = callBack->promise_.get_future(); in GetParentElementRecursively() local
1916 ffrt::future_status waitFocus = promiseFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); in GetParentElementRecursively()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service.cpp526 ffrt::future<void> promiseFuture = callBack->promise_.get_future(); in FindFocusedElement() local
533 ffrt::future_status waitFocus = promiseFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); in FindFocusedElement()
1919 ffrt::future<void> promiseFuture = callBack->promise_.get_future(); in GetParentElementRecursively() local
1921 ffrt::future_status waitFocus = promiseFuture.wait_for(std::chrono::milliseconds(TIME_OUT_OPERATOR)); in GetParentElementRecursively()

Completed in 12 milliseconds