Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_client_impl.cpp1359 if (elementCacheInfo_.GetElementByWindowId(windowId, elementId, elementInfos)) { in GetElementInfoFromCache()
1366 if (elementCacheInfo_.GetElementByWindowId(tmpWindowId, elementId, elementInfos)) { in GetElementInfoFromCache()
1372 if (elementCacheInfo_.GetElementByWindowId(windowId, elementId, elementInfos)) { in GetElementInfoFromCache()
1463 elementCacheInfo_.RemoveElementByWindowId(windowId); in RemoveCacheData()
1469 elementCacheInfo_.RemoveElementByWindowId(window); in RemoveCacheData()
1472 elementCacheInfo_.RemoveElementByWindowId(windowId); in RemoveCacheData()
1483 elementCacheInfo_.AddElementCache(windowId, elementInfos); in AddCacheByWMS()
1495 elementCacheInfo_.AddElementCache(SCENE_BOARD_WINDOW_ID, elementInfos); in AddCacheByAce()
1497 elementCacheInfo_.AddElementCache(windowId, elementInfos); in AddCacheByAce()
1500 elementCacheInfo_.AddElementCache(windowId, elementInfos); in AddCacheByAce()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/include/
H A Daccessible_ability_client_impl.h464 ElementCacheInfo elementCacheInfo_; variable