Home
last modified time | relevance | path

Searched refs:NotifyDestroy (Results 1 - 25 of 41) sorted by relevance

12

/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_lifecycle_test.cpp77 * @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 Dsession_lifecycle_test.cpp378 * @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 Dsession_stage_proxy_test.cpp219 * @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 Dwindow_agent.cpp210 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 Dmock_IWindow.h49 MOCK_METHOD0(NotifyDestroy, WMError(void));
/foundation/window/window_manager/wm/include/
H A Dwindow_agent.h48 WMError NotifyDestroy(void) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_ui_extension_pattern.cpp77 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 Dsecurity_session_wrapper_impl.h69 void NotifyDestroy(bool isHandleError = true) override;
H A Dsecurity_ui_extension_pattern.h61 void NotifyDestroy();
H A Dsession_wrapper.h111 virtual void NotifyDestroy(bool isHandleError = true) = 0;
H A Dsession_wrapper_impl.h66 void NotifyDestroy(bool isHandleError = true) override;
H A Dui_extension_pattern.cpp169 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 Dui_extension_pattern.h146 void NotifyDestroy();
H A Dsecurity_session_wrapper_impl.cpp474 void SecuritySessionWrapperImpl::NotifyDestroy(bool isHandleError) in NotifyDestroy() function in OHOS::Ace::NG::SecuritySessionWrapperImpl
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_agent_test.cpp328 * @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 Dwindow_proxy_test.cpp202 WMError err = windowProxy_->NotifyDestroy(); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stage.h36 MOCK_METHOD0(NotifyDestroy, WSError(void));
/foundation/window/window_manager/wm/include/zidl/
H A Dwindow_interface.h74 virtual WMError NotifyDestroy(void) = 0;
H A Dwindow_proxy.h50 WMError NotifyDestroy(void) override;
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_session_wrapper_impl.cpp171 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 Dsession_stage_proxy.h42 WSError NotifyDestroy() override;
H A Dsession_stage_interface.h84 virtual WSError NotifyDestroy() = 0;
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_stub.cpp229 NotifyDestroy(); in OnRemoteRequest()
H A Dwindow_proxy.cpp512 WMError WindowProxy::NotifyDestroy(void) in NotifyDestroy() function in OHOS::Rosen::WindowProxy
/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp786 node->GetWindowToken()->NotifyDestroy(); in BindDialogToParent()
1071 child->GetWindowToken()->NotifyDestroy(); in DestroyWindowSelf()
1096 node->GetWindowToken()->NotifyDestroy(); in DestroyWindowWithChild()

Completed in 18 milliseconds

12