Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp137 std::recursive_mutex WindowSessionImpl::screenshotListenerMutex_; member in OHOS::Rosen::WindowSessionImpl
2622 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()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h505 static std::recursive_mutex screenshotListenerMutex_; variable