Searched refs:windowRectChangeListenerMutex_ (Results 1 – 2 of 2) sorted by relevance
144 std::mutex WindowSessionImpl::windowRectChangeListenerMutex_; member in OHOS::Rosen::WindowSessionImpl2324 std::lock_guard<std::mutex> lockListener(windowRectChangeListenerMutex_); in RegisterWindowRectChangeListener()2339 std::lock_guard<std::mutex> lockListener(windowRectChangeListenerMutex_); in UnregisterWindowRectChangeListener()2508 std::lock_guard<std::mutex> lockListener(windowRectChangeListenerMutex_); in RecoverSessionListener()2642 std::lock_guard<std::mutex> lockListener(windowRectChangeListenerMutex_); in ClearListenersById()3102 std::lock_guard<std::mutex> lockRectListener(windowRectChangeListenerMutex_); in NotifySizeChange()
512 static std::mutex windowRectChangeListenerMutex_; variable