Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_client_impl.cpp1547 std::lock_guard<ffrt::mutex> lock(elementCacheMutex_); in AddElementCache()
1596 std::lock_guard<ffrt::mutex> lock(elementCacheMutex_); in GetElementByWindowId()
1640 std::lock_guard<ffrt::mutex> lock(elementCacheMutex_); in RemoveElementByWindowId()
1654 std::lock_guard<ffrt::mutex> lock(elementCacheMutex_); in IsExistWindowId()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/include/
H A Daccessible_ability_client_impl.h393 ffrt::mutex elementCacheMutex_; variable