Home
last modified time | relevance | path

Searched refs:dialogDeathRecipientListener (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp679 …sptr<IDialogDeathRecipientListener> dialogDeathRecipientListener = new DialogDeathRecipientListene… in CheckWindowImplFunctionsPart7() local
680 window->RegisterDialogDeathRecipientListener(dialogDeathRecipientListener); in CheckWindowImplFunctionsPart7()
681 window->UnregisterDialogDeathRecipientListener(dialogDeathRecipientListener); in CheckWindowImplFunctionsPart7()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp2985 std::vector<sptr<IDialogDeathRecipientListener>> dialogDeathRecipientListener; in GetListeners() local
2987 dialogDeathRecipientListener.push_back(listener); in GetListeners()
2989 return dialogDeathRecipientListener; in GetListeners()
3017 auto dialogDeathRecipientListener = GetListeners<IDialogDeathRecipientListener>(); in NotifyDestroy() local
3018 for (auto& listener : dialogDeathRecipientListener) { in NotifyDestroy()
H A Dwindow_impl.cpp3753 auto dialogDeathRecipientListener = GetListener<IDialogDeathRecipientListener>(); in NotifyDestroy() local
3754 if (dialogDeathRecipientListener != nullptr) { in NotifyDestroy()
3755 dialogDeathRecipientListener->OnDialogDeathRecipient(); in NotifyDestroy()