Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp94 std::map<uint32_t, sptr<IDialogDeathRecipientListener>> WindowImpl::dialogDeathRecipientListener_; member in OHOS::Rosen::WindowImpl
2511 dialogDeathRecipientListener_[GetWindowId()] = listener; in RegisterDialogDeathRecipientListener()
2518 dialogDeathRecipientListener_[GetWindowId()] = nullptr; in UnregisterDialogDeathRecipientListener()
2671 return dialogDeathRecipientListener_[GetWindowId()]; in GetListener()
3778 ClearUselessListeners(dialogDeathRecipientListener_, winId); in ClearListenersById()
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h458 static std::map<uint32_t, sptr<IDialogDeathRecipientListener>> dialogDeathRecipientListener_; member

Completed in 8 milliseconds