Searched refs:GetCacheElementInfo (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
H A D | accessible_ability_client_impl.cpp | 477 if (GetCacheElementInfo(activeWindow, ROOT_NONE_ID, elementInfo)) { in GetRoot() 506 if (GetCacheElementInfo(windowId, ROOT_NONE_ID, elementInfo)) { in GetRootByWindow() 729 if (GetCacheElementInfo(windowId, childId, child)) { in GetChildElementInfo() 798 if (GetCacheElementInfo(windowId, childId, child)) { in GetChildrenWork() 921 if (GetCacheElementInfo(windowId, elementId, elementInfo)) { in GetSource() 948 if (GetCacheElementInfo(windowId, parentElementId, parent)) { in GetParentElementInfo() 995 if (GetCacheElementInfo(windowId, elementId, targetElementInfo)) { in GetByElementId() 1142 bool AccessibleAbilityClientImpl::GetCacheElementInfo(const int32_t windowId, in GetCacheElementInfo() function in OHOS::Accessibility::AccessibleAbilityClientImpl 1237 if (!GetCacheElementInfo(windowId, elementId, info)) { in SearchElementInfoFromAce()
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/include/ |
H A D | accessible_ability_client_impl.h | 440 bool GetCacheElementInfo(const int32_t windowId,
|