/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_stage_proxy_lifecycle_test.cpp | 77 * @tc.name: NotifyDestroy 78 * @tc.desc: test function : NotifyDestroy 81 HWTEST_F(SessionStageProxyLifecycleTest, NotifyDestroy, Function | SmallTest | Level1) in HWTEST_F() 84 WSError res = sessionStage_->NotifyDestroy(); in HWTEST_F()
|
H A D | session_lifecycle_test.cpp | 378 * @tc.name: NotifyDestroy 379 * @tc.desc: check func NotifyDestroy 382 HWTEST_F(WindowSessionLifecycleTest, NotifyDestroy, Function | SmallTest | Level2) in HWTEST_F() 387 EXPECT_CALL(*(mockSessionStage), NotifyDestroy()).Times(1).WillOnce(Return(WSError::WS_OK)); in HWTEST_F() 388 ASSERT_EQ(WSError::WS_OK, session_->NotifyDestroy()); in HWTEST_F() 390 ASSERT_EQ(WSError::WS_ERROR_NULLPTR, session_->NotifyDestroy()); in HWTEST_F()
|
H A D | session_stage_proxy_test.cpp | 219 * @tc.name: NotifyDestroy 220 * @tc.desc: test function : NotifyDestroy 223 HWTEST_F(SessionStageProxyTest, NotifyDestroy, Function | SmallTest | Level1) in HWTEST_F() 226 WSError res = sessionStage_->NotifyDestroy(); in HWTEST_F()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_agent.cpp | 210 WMError WindowAgent::NotifyDestroy(void) in NotifyDestroy() function in OHOS::Rosen::WindowAgent 216 window_->NotifyDestroy(); in NotifyDestroy()
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_IWindow.h | 49 MOCK_METHOD0(NotifyDestroy, WMError(void));
|
/foundation/window/window_manager/wm/include/ |
H A D | window_agent.h | 48 WMError NotifyDestroy(void) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_ui_extension_pattern.cpp | 77 NotifyDestroy(); in ~SecurityUIExtensionPattern() 185 NotifyDestroy(); in UpdateWant() 327 void SecurityUIExtensionPattern::NotifyDestroy() in NotifyDestroy() function in OHOS::Ace::NG::SecurityUIExtensionPattern 333 sessionWrapper_->NotifyDestroy(); in NotifyDestroy()
|
H A D | security_session_wrapper_impl.h | 69 void NotifyDestroy(bool isHandleError = true) override;
|
H A D | security_ui_extension_pattern.h | 61 void NotifyDestroy();
|
H A D | session_wrapper.h | 111 virtual void NotifyDestroy(bool isHandleError = true) = 0;
|
H A D | session_wrapper_impl.h | 66 void NotifyDestroy(bool isHandleError = true) override;
|
H A D | ui_extension_pattern.cpp | 169 NotifyDestroy(); in ~UIExtensionPattern() 303 NotifyDestroy(); in UpdateWant() 534 void UIExtensionPattern::NotifyDestroy() in NotifyDestroy() function in OHOS::Ace::NG::UIExtensionPattern 540 sessionWrapper_->NotifyDestroy(); in NotifyDestroy() 980 sessionWrapper_->NotifyDestroy(false); in FireOnErrorCallback()
|
H A D | ui_extension_pattern.h | 146 void NotifyDestroy();
|
H A D | security_session_wrapper_impl.cpp | 474 void SecuritySessionWrapperImpl::NotifyDestroy(bool isHandleError) in NotifyDestroy() function in OHOS::Ace::NG::SecuritySessionWrapperImpl
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_agent_test.cpp | 328 * @tc.name: NotifyDestroy 329 * @tc.desc: NotifyDestroy 332 HWTEST_F(WindowAgentTest, NotifyDestroy, Function | SmallTest | Level2) in HWTEST_F() 334 WMError err = windowAgent_->NotifyDestroy(); in HWTEST_F() 338 err = windowAgent_->NotifyDestroy(); in HWTEST_F()
|
H A D | window_proxy_test.cpp | 202 WMError err = windowProxy_->NotifyDestroy(); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_session_stage.h | 36 MOCK_METHOD0(NotifyDestroy, WSError(void));
|
/foundation/window/window_manager/wm/include/zidl/ |
H A D | window_interface.h | 74 virtual WMError NotifyDestroy(void) = 0;
|
H A D | window_proxy.h | 50 WMError NotifyDestroy(void) override;
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/ |
H A D | mock_session_wrapper_impl.cpp | 171 void SessionWrapperImpl::NotifyDestroy(bool isHandleError) in NotifyDestroy() function in OHOS::Ace::NG::SessionWrapperImpl
|
/foundation/window/window_manager/window_scene/session/container/include/zidl/ |
H A D | session_stage_proxy.h | 42 WSError NotifyDestroy() override;
|
H A D | session_stage_interface.h | 84 virtual WSError NotifyDestroy() = 0;
|
/foundation/window/window_manager/wm/src/zidl/ |
H A D | window_stub.cpp | 229 NotifyDestroy(); in OnRemoteRequest()
|
H A D | window_proxy.cpp | 512 WMError WindowProxy::NotifyDestroy(void) in NotifyDestroy() function in OHOS::Rosen::WindowProxy
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_root.cpp | 786 node->GetWindowToken()->NotifyDestroy(); in BindDialogToParent() 1071 child->GetWindowToken()->NotifyDestroy(); in DestroyWindowSelf() 1096 node->GetWindowToken()->NotifyDestroy(); in DestroyWindowWithChild()
|