Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp141 std::recursive_mutex WindowSessionImpl::windowStatusChangeListenerMutex_; member in OHOS::Rosen::WindowSessionImpl
1966 std::lock_guard<std::recursive_mutex> lockListener(windowStatusChangeListenerMutex_); in RegisterWindowStatusChangeListener()
1973 std::lock_guard<std::recursive_mutex> lockListener(windowStatusChangeListenerMutex_); in UnregisterWindowStatusChangeListener()
2626 std::lock_guard<std::recursive_mutex> lockListener(windowStatusChangeListenerMutex_); in ClearListenersById()
4064 std::lock_guard<std::recursive_mutex> lockListener(windowStatusChangeListenerMutex_); in NotifyWindowStatusChange()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h509 static std::recursive_mutex windowStatusChangeListenerMutex_; variable