Searched refs:FindParentSessionByParentId (Results 1 – 5 of 5) sorted by relevance
187 sptr<WindowSessionImpl> FindParentSessionByParentId(uint32_t parentId);
1861 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));
778 ASSERT_EQ(nullptr, parentSceneSession->FindParentSessionByParentId(-1));
473 ASSERT_TRUE(nullptr != windowSceneSession->FindParentSessionByParentId(1112));
147 sptr<WindowSessionImpl> WindowSceneSessionImpl::FindParentSessionByParentId(uint32_t parentId) in FindParentSessionByParentId() function in OHOS::Rosen::WindowSceneSessionImpl296 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()