Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h490 static std::recursive_mutex windowNoInteractionListenerMutex_; variable
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp108 std::recursive_mutex WindowSessionImpl::windowNoInteractionListenerMutex_; member in OHOS::OHOS::Rosen::WindowSessionImpl
2479 std::lock_guard<std::recursive_mutex> lockListener(windowNoInteractionListenerMutex_); in ClearListenersById()
3281 std::lock_guard<std::recursive_mutex> lockListener(windowNoInteractionListenerMutex_); in RegisterWindowNoInteractionListener()
3294 std::lock_guard<std::recursive_mutex> lockListener(windowNoInteractionListenerMutex_); in UnregisterWindowNoInteractionListener()
3952 std::lock_guard<std::recursive_mutex> lockListener(windowNoInteractionListenerMutex_); in RefreshNoInteractionTimeoutMonitor()

Completed in 9 milliseconds