Searched refs:windowNoInteractionListenerMutex_ (Results 1 – 2 of 2) sorted by relevance
140 std::recursive_mutex WindowSessionImpl::windowNoInteractionListenerMutex_; member in OHOS::Rosen::WindowSessionImpl2638 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()
508 static std::recursive_mutex windowNoInteractionListenerMutex_; variable