Searched refs:displayIdChangeListenerMutex_ (Results 1 – 2 of 2) sorted by relevance
122 std::mutex WindowSessionImpl::displayIdChangeListenerMutex_; member in OHOS::Rosen::WindowSessionImpl2634 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()
526 static std::mutex displayIdChangeListenerMutex_; variable