Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp122 std::mutex WindowSessionImpl::displayIdChangeListenerMutex_; member in OHOS::Rosen::WindowSessionImpl
2634 std::lock_guard<std::mutex> lockListener(displayIdChangeListenerMutex_); in ClearListenersById()
3405 std::lock_guard<std::mutex> lockListener(displayIdChangeListenerMutex_); in RegisterDisplayIdChangeListener()
3412 std::lock_guard<std::mutex> lockListener(displayIdChangeListenerMutex_); in UnregisterDisplayIdChangeListener()
3470 std::lock_guard<std::mutex> lock(displayIdChangeListenerMutex_); in NotifyDisplayIdChange()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h526 static std::mutex displayIdChangeListenerMutex_; variable