Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp1523 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, window->DestroyInner(true));
1525 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, window->DestroyInner(true));
1547 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, window->DestroyInner(true));
1549 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, window->DestroyInner(true));
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h205 WMError DestroyInner(bool needNotifyServer);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp1355 WMError WindowSceneSessionImpl::DestroyInner(bool needNotifyServer) in DestroyInner() function in OHOS::Rosen::WindowSceneSessionImpl
1427 auto ret = DestroyInner(needNotifyServer); in Destroy()