Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp112 std::mutex WindowSessionImpl::windowRectChangeListenerMutex_; member in OHOS::OHOS::Rosen::WindowSessionImpl
2169 std::lock_guard<std::mutex> lockListener(windowRectChangeListenerMutex_); in RegisterWindowRectChangeListener()
2184 std::lock_guard<std::mutex> lockListener(windowRectChangeListenerMutex_); in UnregisterWindowRectChangeListener()
2353 std::lock_guard<std::mutex> lockListener(windowRectChangeListenerMutex_); in RecoverSessionListener()
2483 std::lock_guard<std::mutex> lockListener(windowRectChangeListenerMutex_); in ClearListenersById()
2978 std::lock_guard<std::mutex> lockRectListener(windowRectChangeListenerMutex_); in NotifySizeChange()
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h494 static std::mutex windowRectChangeListenerMutex_; variable

Completed in 9 milliseconds