Searched refs:dialogDeathRecipientListener (Results 1 – 3 of 3) sorted by relevance
679 …sptr<IDialogDeathRecipientListener> dialogDeathRecipientListener = new DialogDeathRecipientListene… in CheckWindowImplFunctionsPart7() local680 window->RegisterDialogDeathRecipientListener(dialogDeathRecipientListener); in CheckWindowImplFunctionsPart7()681 window->UnregisterDialogDeathRecipientListener(dialogDeathRecipientListener); in CheckWindowImplFunctionsPart7()
2985 std::vector<sptr<IDialogDeathRecipientListener>> dialogDeathRecipientListener; in GetListeners() local2987 dialogDeathRecipientListener.push_back(listener); in GetListeners()2989 return dialogDeathRecipientListener; in GetListeners()3017 auto dialogDeathRecipientListener = GetListeners<IDialogDeathRecipientListener>(); in NotifyDestroy() local3018 for (auto& listener : dialogDeathRecipientListener) { in NotifyDestroy()
3753 auto dialogDeathRecipientListener = GetListener<IDialogDeathRecipientListener>(); in NotifyDestroy() local3754 if (dialogDeathRecipientListener != nullptr) { in NotifyDestroy()3755 dialogDeathRecipientListener->OnDialogDeathRecipient(); in NotifyDestroy()