Home
last modified time | relevance | path

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

/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_client_impl.cpp40 constexpr int64_t ROOT_NONE_ID = -1; member
461 if (GetCacheElementInfo(activeWindow, ROOT_NONE_ID, elementInfo)) { in GetRoot()
466 return SearchElementInfoFromAce(activeWindow, ROOT_NONE_ID, cacheMode_, elementInfo); in GetRoot()
486 if (GetCacheElementInfo(windowId, ROOT_NONE_ID, elementInfo)) { in GetRootByWindow()
491 return SearchElementInfoFromAce(windowId, ROOT_NONE_ID, cacheMode_, elementInfo); in GetRootByWindow()
530 int64_t elementId = ROOT_NONE_ID; in GetRootBatch()
612 int64_t elementId = ROOT_NONE_ID; in GetRootByWindowBatch()
730 ret = channelClient_->SearchElementInfosByAccessibilityId(parent.GetChildWindowId(), ROOT_NONE_ID, in GetChildren()
733 ret = channelClient_->SearchElementInfosByAccessibilityId(parent.GetWindowId(), ROOT_NONE_ID, in GetChildren()
833 RetError ret = channelClient_->SearchElementInfosByAccessibilityId(windowId, ROOT_NONE_ID, in SearchElementInfoRecursiveByContent()
[all...]

Completed in 3 milliseconds