Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h495 static std::mutex subWindowCloseListenersMutex_; variable
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp113 std::mutex WindowSessionImpl::subWindowCloseListenersMutex_; member in OHOS::OHOS::Rosen::WindowSessionImpl
2214 std::lock_guard<std::mutex> lockListener(subWindowCloseListenersMutex_); in RegisterSubWindowCloseListeners()
2229 std::lock_guard<std::mutex> lockListener(subWindowCloseListenersMutex_); in UnregisterSubWindowCloseListeners()
2487 std::lock_guard<std::mutex> lockListener(subWindowCloseListenersMutex_); in ClearListenersById()
2991 std::lock_guard<std::mutex> lockListener(subWindowCloseListenersMutex_); in NotifySubWindowClose()

Completed in 8 milliseconds