Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h491 static std::recursive_mutex windowStatusChangeListenerMutex_; variable
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp109 std::recursive_mutex WindowSessionImpl::windowStatusChangeListenerMutex_; member in OHOS::OHOS::Rosen::WindowSessionImpl
1866 std::lock_guard<std::recursive_mutex> lockListener(windowStatusChangeListenerMutex_); in RegisterWindowStatusChangeListener()
1873 std::lock_guard<std::recursive_mutex> lockListener(windowStatusChangeListenerMutex_); in UnregisterWindowStatusChangeListener()
2471 std::lock_guard<std::recursive_mutex> lockListener(windowStatusChangeListenerMutex_); in ClearListenersById()
3911 std::lock_guard<std::recursive_mutex> lockListener(windowStatusChangeListenerMutex_); in NotifyWindowStatusChange()

Completed in 11 milliseconds