Home
last modified time | relevance | path

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

/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_client_impl.cpp1303 windowElementMap_.AddWindowElementIdPair(windowId, realElementId); in AddWindowElementMapByWMS()
1316 windowElementMap_.AddWindowElementIdPair(innerWid, elementId); in AddWindowElementMapByAce()
1330 std::vector<int32_t> windowsList = windowElementMap_.GetWindowIdList(); in GetElementInfoFromCache()
1430 windowElementMap_.RemovePairByWindowId(windowId); in RemoveCacheData()
1432 auto windowList = windowElementMap_.GetWindowIdList(); in RemoveCacheData()
1433 windowElementMap_.RemovePairByWindowIdList(windowList); in RemoveCacheData()
1439 windowElementMap_.RemovePairByWindowId(windowId); in RemoveCacheData()
1458 windowId = windowElementMap_.GetWindowIdByElementId(elementId); in AddCacheByAce()
1632 if (windowElementMap_.find(windowId) != windowElementMap_ in IsExistWindowId()
[all...]
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_window_manager.h89 std::map<int32_t, int64_t> windowElementMap_; member in OHOS::Accessibility::AccessibilityWindowManager::SceneBoardElementIdMap
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_window_manager.cpp982 windowElementMap_[windowId] = elementId; in InsertPair()
988 windowElementMap_.erase(windowId); in RemovePair()
994 return windowElementMap_.count(windowId); in CheckWindowIdPair()
1000 windowElementMap_.clear(); in Clear()
1006 return windowElementMap_; in GetAllPairs()
/foundation/barrierfree/accessibility/frameworks/aafwk/include/
H A Daccessible_ability_client_impl.h407 std::map<int32_t, int64_t> windowElementMap_; member in OHOS::Accessibility::AccessibleAbilityClientImpl::SceneBoardWindowElementMap
464 SceneBoardWindowElementMap windowElementMap_; member in OHOS::Accessibility::AccessibleAbilityClientImpl

Completed in 7 milliseconds