Home
last modified time | relevance | path

Searched refs:FindFocusedElement (Results 1 - 12 of 12) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_accessible_ability_manager_service.h104 MOCK_METHOD1(FindFocusedElement, bool(AccessibilityElementInfo &elementInfo));
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_touch_guider.h505 bool FindFocusedElement(AccessibilityElementInfo &elementInfo);
H A Daccessible_ability_manager_service.h133 bool FindFocusedElement(AccessibilityElementInfo &elementInfo);
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp690 if (!FindFocusedElement(focusedElementInfo)) { in HandleTouchGuidingStateInnerDown()
691 HILOG_ERROR("FindFocusedElement failed."); in HandleTouchGuidingStateInnerDown()
694 HILOG_DEBUG("FindFocusedElement success"); in HandleTouchGuidingStateInnerDown()
1173 bool GetAttributeValueTest::FindFocusedElement(A11yElementInfo &elementInfo) in FindFocusedElement() function in OHOS::A11y::GetAttributeValueTest
1176 return Singleton<AccessibleAbilityManagerService>::GetInstance().FindFocusedElement(elementInfo); in FindFocusedElement()
H A Dsa_get_attribute_value_xts.cpp554 bool SaGetAttributeValueXts::FindFocusedElement(A11yElementInfo &elementInfo) in FindFocusedElement() function in OHOS::A11y::SaGetAttributeValueXts
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp690 if (!FindFocusedElement(focusedElementInfo)) { in HandleTouchGuidingStateInnerDown()
691 HILOG_ERROR("FindFocusedElement failed."); in HandleTouchGuidingStateInnerDown()
694 HILOG_DEBUG("FindFocusedElement success"); in HandleTouchGuidingStateInnerDown()
1173 bool TouchGuider::FindFocusedElement(AccessibilityElementInfo &elementInfo) in FindFocusedElement() function in OHOS::Accessibility::TouchGuider
1176 return Singleton<AccessibleAbilityManagerService>::GetInstance().FindFocusedElement(elementInfo); in FindFocusedElement()
H A Daccessible_ability_manager_service.cpp498 bool AccessibleAbilityManagerService::FindFocusedElement(AccessibilityElementInfo &elementInfo) in FindFocusedElement() function in OHOS::Accessibility::AccessibleAbilityManagerService
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessible_ability_manager_service.cpp579 bool AccessibleAbilityManagerService::FindFocusedElement(AccessibilityElementInfo &elementInfo) in FindFocusedElement() function in OHOS::Accessibility::AccessibleAbilityManagerService
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/
H A Dasac_register_element_operator_xts.cpp554 bool AsacRegisterElementOperatorXTS::FindFocusedElement(A11yElementInfo &elementInfo) in FindFocusedElement() function in OHOS::A11y::AsacRegisterElementOperatorXTS
/foundation/barrierfree/accessibility/interfaces/innerkits/test/mock/
H A Dmock_a11y_ability_manager_service.cpp579 bool A11yManagerService::FindFocusedElement(A11yElementInfo &elementInfo) in FindFocusedElement() function in OHOS::A11y::A11yManagerService
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/
H A Dsa_perform_action_xts.cpp498 bool SaPerformActionXTS::FindFocusedElement(A11yElementInfo &elementInfo) in FindFocusedElement() function in OHOS::A11y::SaPerformActionXTS
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/
H A Dsamgr_register_element_test.cpp498 bool AccessibleAbilityManagerService::FindFocusedElement(A11yRegisterElementElementInfo &elementInfo) in FindFocusedElement() function in OHOS::A11yRegisterElement::AccessibleAbilityManagerService

Completed in 20 milliseconds