Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp134 std::recursive_mutex WindowSessionImpl::dialogDeathRecipientListenerMutex_; member in OHOS::Rosen::WindowSessionImpl
2614 std::lock_guard<std::recursive_mutex> lockListener(dialogDeathRecipientListenerMutex_); in ClearListenersById()
2935 std::lock_guard<std::recursive_mutex> lockListener(dialogDeathRecipientListenerMutex_); in RegisterDialogDeathRecipientListener()
2943 std::lock_guard<std::recursive_mutex> lockListener(dialogDeathRecipientListenerMutex_); in UnregisterDialogDeathRecipientListener()
3016 std::lock_guard<std::recursive_mutex> lockListener(dialogDeathRecipientListenerMutex_); in NotifyDestroy()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h502 static std::recursive_mutex dialogDeathRecipientListenerMutex_; variable