Home
last modified time | relevance | path

Searched refs:ROOT_NONE_ID (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_client_impl.cpp40 constexpr int64_t ROOT_NONE_ID = -1; variable
477 if (GetCacheElementInfo(activeWindow, ROOT_NONE_ID, elementInfo)) { in GetRoot()
506 if (GetCacheElementInfo(windowId, ROOT_NONE_ID, elementInfo)) { in GetRootByWindow()
511 RetError ret = SearchElementInfoFromAce(windowId, ROOT_NONE_ID, cacheMode_, elementInfo); in GetRootByWindow()
554 int64_t elementId = ROOT_NONE_ID; in GetRootBatch()
636 int64_t elementId = ROOT_NONE_ID; in GetRootByWindowBatch()
861 RetError ret = channelClient_->SearchElementInfosByAccessibilityId(windowId, ROOT_NONE_ID, in SearchElementInfoRecursiveByContent()
1209 if (elementId != ROOT_NONE_ID) { in SearchElementInfoFromAce()
1608 if (cache.find(elementId) == cache.end() && elementId != ROOT_NONE_ID) { in GetElementByWindowId()
1614 if (realElementId == ROOT_NONE_ID) { in GetElementByWindowId()
[all …]