Home
last modified time | relevance | path

Searched refs:FindParentSessionByParentId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h187 sptr<WindowSessionImpl> FindParentSessionByParentId(uint32_t parentId);
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test3.cpp1861 HWTEST_F(WindowSceneSessionImplTest3, FindParentSessionByParentId, Function | SmallTest | Level2)
1877 EXPECT_FALSE(nullptr != windowSceneSessionImpl->FindParentSessionByParentId(1));
1882 EXPECT_FALSE(nullptr != windowSceneSessionImpl->FindParentSessionByParentId(1));
1887 EXPECT_FALSE(nullptr != windowSceneSessionImpl->FindParentSessionByParentId(1));
H A Dwindow_scene_session_impl_test2.cpp778 ASSERT_EQ(nullptr, parentSceneSession->FindParentSessionByParentId(-1));
H A Dwindow_scene_session_impl_test.cpp473 ASSERT_TRUE(nullptr != windowSceneSession->FindParentSessionByParentId(1112));
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp147 sptr<WindowSessionImpl> WindowSceneSessionImpl::FindParentSessionByParentId(uint32_t parentId) in FindParentSessionByParentId() function in OHOS::Rosen::WindowSceneSessionImpl
296 parentSession = FindParentSessionByParentId(property_->GetParentId()); in GetParentSessionAndVerify()
422 auto parentSession = FindParentSessionByParentId(property_->GetParentId()); in CreateSystemWindow()
461 auto parentSession = FindParentSessionByParentId(property_->GetParentId()); in RecoverAndConnectSpecificSession()
1363 auto parentSession = FindParentSessionByParentId(GetParentId()); in DestroyInner()