Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h489 static std::recursive_mutex windowVisibilityChangeListenerMutex_; variable
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp107 std::recursive_mutex WindowSessionImpl::windowVisibilityChangeListenerMutex_; member in OHOS::OHOS::Rosen::WindowSessionImpl
2346 std::lock_guard<std::recursive_mutex> lockListener(windowVisibilityChangeListenerMutex_); in RecoverSessionListener()
3243 std::lock_guard<std::recursive_mutex> lockListener(windowVisibilityChangeListenerMutex_); in RegisterWindowVisibilityChangeListener()
3264 std::lock_guard<std::recursive_mutex> lockListener(windowVisibilityChangeListenerMutex_); in UnregisterWindowVisibilityChangeListener()
3326 std::lock_guard<std::recursive_mutex> lockListener(windowVisibilityChangeListenerMutex_); in NotifyWindowVisibility()

Completed in 8 milliseconds