Home
last modified time | relevance | path

Searched refs:OnDialogDeathRecipient (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_listener.cpp134 void CjWindowListener::OnDialogDeathRecipient() const in OnDialogDeathRecipient() function in OHOS::Rosen::CjWindowListener
H A Dwindow_listener.h86 void OnDialogDeathRecipient() const override;
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_listener.h96 void OnDialogDeathRecipient() const override;
H A Djs_window_listener.cpp339 void JsWindowListener::OnDialogDeathRecipient() const in OnDialogDeathRecipient() function in OHOS::Rosen::JsWindowListener
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_two_test.cpp1518 MOCK_CONST_METHOD0(OnDialogDeathRecipient, void());
1543 void OnDialogDeathRecipient() const in OnDialogDeathRecipient() function in OHOS::Rosen::__anon7dda58950110::MockIDialogDeathRecipientListener
1591 void OnDialogDeathRecipient() const in OnDialogDeathRecipient() function in OHOS::Rosen::__anon7dda58950110::MockIDialogDeathRecipientListener
H A Dwindow_impl_test3.cpp44 MOCK_CONST_METHOD0(OnDialogDeathRecipient, void());
162 EXPECT_CALL(*listener, OnDialogDeathRecipient());
H A Dwindow_test.cpp2064 listener->OnDialogDeathRecipient();
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h377 virtual void OnDialogDeathRecipient() const {} in OnDialogDeathRecipient() function
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp149 void OnDialogDeathRecipient() const override in OnDialogDeathRecipient() function in OHOS::DialogDeathRecipientListener
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp3755 dialogDeathRecipientListener->OnDialogDeathRecipient(); in NotifyDestroy()
H A Dwindow_session_impl.cpp3020 listener->OnDialogDeathRecipient(); in NotifyDestroy()