Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h488 static std::recursive_mutex touchOutsideListenerMutex_; variable
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp106 std::recursive_mutex WindowSessionImpl::touchOutsideListenerMutex_; member in OHOS::OHOS::Rosen::WindowSessionImpl
2339 std::lock_guard<std::recursive_mutex> lockListener(touchOutsideListenerMutex_); in RecoverSessionListener()
3167 std::lock_guard<std::recursive_mutex> lockListener(touchOutsideListenerMutex_); in RegisterTouchOutsideListener()
3196 std::lock_guard<std::recursive_mutex> lockListener(touchOutsideListenerMutex_); in UnregisterTouchOutsideListener()
3226 std::lock_guard<std::recursive_mutex> lockListener(touchOutsideListenerMutex_); in NotifyTouchOutside()

Completed in 15 milliseconds