Searched refs:VerifyingToKenId (Results 1 - 4 of 4) sorted by relevance
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/ |
H A D | sa_perform_action_xts.cpp | 314 RetError SaPerformActionXTS::VerifyingToKenId(const int32_t windowId, const int64_t elementId) in VerifyingToKenId() function in OHOS::A11y::SaPerformActionXTS 318 HILOG_DEBUG("VerifyingToKenId: treeId[%{public}d], windowId[%{public}d], elementId[%{public}" PRId64 "]", in VerifyingToKenId() 360 if (VerifyingToKenId(uiEvent.GetElementInfo().GetWindowId(), in SendEvent() 362 HILOG_DEBUG("VerifyingToKenId ok"); in SendEvent() 364 HILOG_DEBUG("VerifyingToKenId failed"); in SendEvent() 1798 if (Singleton<SaPerformActionXTS>::GetInstance().VerifyingToKenId(info.GetWindowId(), in SetFindFocusedElementInfoResult() 1800 HILOG_DEBUG("VerifyingToKenId ok"); in SetFindFocusedElementInfoResult() 1804 HILOG_DEBUG("VerifyingToKenId failed"); in SetFindFocusedElementInfoResult() 1814 if (Singleton<SaPerformActionXTS>::GetInstance().VerifyingToKenId(info.GetWindowId(), in SetSearchElementInfoByTextResult() 1816 HILOG_DEBUG("VerifyingToKenId o in SetSearchElementInfoByTextResult() [all...] |
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/ |
H A D | samgr_register_element_test.cpp | 314 RetError AccessibleAbilityManagerService::VerifyingToKenId(const int32_t windowId, const int64_t elementId) in VerifyingToKenId() function in OHOS::A11yRegisterElement::AccessibleAbilityManagerService 318 HILOG_DEBUG("VerifyingToKenId: treeId[%{public}d], windowId[%{public}d], elementId[%{public}" PRId64 "]", in VerifyingToKenId() 360 if (VerifyingToKenId(uiEvent.GetElementInfo().GetWindowId(), in SendEvent() 362 HILOG_DEBUG("VerifyingToKenId ok"); in SendEvent() 364 HILOG_DEBUG("VerifyingToKenId failed"); in SendEvent() 1798 if (Singleton<AccessibleAbilityManagerService>::GetInstance().VerifyingToKenId(info.GetWindowId(), in SetFindFocusedElementInfoResult() 1800 HILOG_DEBUG("VerifyingToKenId ok"); in SetFindFocusedElementInfoResult() 1804 HILOG_DEBUG("VerifyingToKenId failed"); in SetFindFocusedElementInfoResult() 1814 if (Singleton<AccessibleAbilityManagerService>::GetInstance().VerifyingToKenId(info.GetWindowId(), in SetSearchElementInfoByTextResult() 1816 HILOG_DEBUG("VerifyingToKenId o in SetSearchElementInfoByTextResult() [all...] |
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessible_ability_manager_service.cpp | 314 RetError AccessibleAbilityManagerService::VerifyingToKenId(const int32_t windowId, const int64_t elementId) in VerifyingToKenId() function in OHOS::Accessibility::AccessibleAbilityManagerService 318 HILOG_DEBUG("VerifyingToKenId: treeId[%{public}d], windowId[%{public}d], elementId[%{public}" PRId64 "]", in VerifyingToKenId() 360 if (VerifyingToKenId(uiEvent.GetElementInfo().GetWindowId(), in SendEvent() 362 HILOG_DEBUG("VerifyingToKenId ok"); in SendEvent() 364 HILOG_DEBUG("VerifyingToKenId failed"); in SendEvent() 1803 if (Singleton<AccessibleAbilityManagerService>::GetInstance().VerifyingToKenId(info.GetWindowId(), in SetFindFocusedElementInfoResult() 1805 HILOG_DEBUG("VerifyingToKenId ok"); in SetFindFocusedElementInfoResult() 1809 HILOG_DEBUG("VerifyingToKenId failed"); in SetFindFocusedElementInfoResult() 1819 if (Singleton<AccessibleAbilityManagerService>::GetInstance().VerifyingToKenId(info.GetWindowId(), in SetSearchElementInfoByTextResult() 1821 HILOG_DEBUG("VerifyingToKenId o in SetSearchElementInfoByTextResult() [all...] |
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessible_ability_manager_service.h | 92 RetError VerifyingToKenId(const int32_t windowId, const int64_t elementId);
|
Completed in 14 milliseconds