Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp144 std::mutex WindowSessionImpl::windowRectChangeListenerMutex_; member in OHOS::Rosen::WindowSessionImpl
2324 std::lock_guard<std::mutex> lockListener(windowRectChangeListenerMutex_); in RegisterWindowRectChangeListener()
2339 std::lock_guard<std::mutex> lockListener(windowRectChangeListenerMutex_); in UnregisterWindowRectChangeListener()
2508 std::lock_guard<std::mutex> lockListener(windowRectChangeListenerMutex_); in RecoverSessionListener()
2642 std::lock_guard<std::mutex> lockListener(windowRectChangeListenerMutex_); in ClearListenersById()
3102 std::lock_guard<std::mutex> lockRectListener(windowRectChangeListenerMutex_); in NotifySizeChange()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h512 static std::mutex windowRectChangeListenerMutex_; variable