Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h487 static std::recursive_mutex screenshotListenerMutex_; variable
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp105 std::recursive_mutex WindowSessionImpl::screenshotListenerMutex_; member in OHOS::OHOS::Rosen::WindowSessionImpl
2467 std::lock_guard<std::recursive_mutex> lockListener(screenshotListenerMutex_); in ClearListenersById()
2846 std::lock_guard<std::recursive_mutex> lockListener(screenshotListenerMutex_); in RegisterScreenshotListener()
2853 std::lock_guard<std::recursive_mutex> lockListener(screenshotListenerMutex_); in UnregisterScreenshotListener()
2956 std::lock_guard<std::recursive_mutex> lockListener(screenshotListenerMutex_); in NotifyScreenshot()

Completed in 9 milliseconds