Searched refs:DestroyInner (Results 1 – 3 of 3) sorted by relevance
1523 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));
205 WMError DestroyInner(bool needNotifyServer);
1355 WMError WindowSceneSessionImpl::DestroyInner(bool needNotifyServer) in DestroyInner() function in OHOS::Rosen::WindowSceneSessionImpl1427 auto ret = DestroyInner(needNotifyServer); in Destroy()