Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp100 std::recursive_mutex WindowSessionImpl::windowChangeListenerMutex_; member in OHOS::OHOS::Rosen::WindowSessionImpl
1399 std::lock_guard<std::recursive_mutex> lockListener(windowChangeListenerMutex_); in UpdateDecorEnableToAce()
1434 std::lock_guard<std::recursive_mutex> lockListener(windowChangeListenerMutex_); in NotifyModeChange()
1852 std::lock_guard<std::recursive_mutex> lockListener(windowChangeListenerMutex_); in RegisterWindowChangeListener()
1859 std::lock_guard<std::recursive_mutex> lockListener(windowChangeListenerMutex_); in UnregisterWindowChangeListener()
2451 std::lock_guard<std::recursive_mutex> lockListener(windowChangeListenerMutex_); in ClearListenersById()
2969 std::lock_guard<std::recursive_mutex> lockListener(windowChangeListenerMutex_); in NotifySizeChange()
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h482 static std::recursive_mutex windowChangeListenerMutex_; variable

Completed in 8 milliseconds