Searched refs:screenshotListenerMutex_ (Results 1 – 2 of 2) sorted by relevance
137 std::recursive_mutex WindowSessionImpl::screenshotListenerMutex_; member in OHOS::Rosen::WindowSessionImpl2622 std::lock_guard<std::recursive_mutex> lockListener(screenshotListenerMutex_); in ClearListenersById()2970 std::lock_guard<std::recursive_mutex> lockListener(screenshotListenerMutex_); in RegisterScreenshotListener()2977 std::lock_guard<std::recursive_mutex> lockListener(screenshotListenerMutex_); in UnregisterScreenshotListener()3081 std::lock_guard<std::recursive_mutex> lockListener(screenshotListenerMutex_); in NotifyScreenshot()
505 static std::recursive_mutex screenshotListenerMutex_; variable