Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.h548 mutable std::mutex childTreeCallbackMapMutex_; variable
H A Djs_accessibility_manager.cpp5110 std::lock_guard<std::mutex> lock(childTreeCallbackMapMutex_); in RegisterAccessibilityChildTreeCallback()
5116 std::lock_guard<std::mutex> lock(childTreeCallbackMapMutex_); in DeregisterAccessibilityChildTreeCallback()
5147 std::lock_guard<std::mutex> lock(childTreeCallbackMapMutex_); in NotifyChildTreeOnRegister()
5160 std::lock_guard<std::mutex> lock(childTreeCallbackMapMutex_); in NotifyChildTreeOnDeregister()
5172 std::lock_guard<std::mutex> lock(childTreeCallbackMapMutex_); in NotifySetChildTreeIdAndWinId()
5199 std::lock_guard<std::mutex> lock(childTreeCallbackMapMutex_); in CheckIsChildElement()