Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp140 std::recursive_mutex WindowSessionImpl::windowNoInteractionListenerMutex_; member in OHOS::Rosen::WindowSessionImpl
2638 std::lock_guard<std::recursive_mutex> lockListener(windowNoInteractionListenerMutex_); in ClearListenersById()
3419 std::lock_guard<std::recursive_mutex> lockListener(windowNoInteractionListenerMutex_); in RegisterWindowNoInteractionListener()
3432 std::lock_guard<std::recursive_mutex> lockListener(windowNoInteractionListenerMutex_); in UnregisterWindowNoInteractionListener()
4106 std::lock_guard<std::recursive_mutex> lockListener(windowNoInteractionListenerMutex_); in RefreshNoInteractionTimeoutMonitor()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h508 static std::recursive_mutex windowNoInteractionListenerMutex_; variable