Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h484 static std::recursive_mutex dialogDeathRecipientListenerMutex_; variable
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp102 std::recursive_mutex WindowSessionImpl::dialogDeathRecipientListenerMutex_; member in OHOS::OHOS::Rosen::WindowSessionImpl
2459 std::lock_guard<std::recursive_mutex> lockListener(dialogDeathRecipientListenerMutex_); in ClearListenersById()
2811 std::lock_guard<std::recursive_mutex> lockListener(dialogDeathRecipientListenerMutex_); in RegisterDialogDeathRecipientListener()
2819 std::lock_guard<std::recursive_mutex> lockListener(dialogDeathRecipientListenerMutex_); in UnregisterDialogDeathRecipientListener()
2892 std::lock_guard<std::recursive_mutex> lockListener(dialogDeathRecipientListenerMutex_); in NotifyDestroy()

Completed in 9 milliseconds