Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h180 sptr<WindowSessionImpl> FindParentSessionByParentId(uint32_t parentId);
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp145 sptr<WindowSessionImpl> WindowSceneSessionImpl::FindParentSessionByParentId(uint32_t parentId) in FindParentSessionByParentId() function in OHOS::Rosen::WindowSceneSessionImpl
294 parentSession = FindParentSessionByParentId(property_->GetParentId()); in GetParentSessionAndVerify()
416 parentSession = FindParentSessionByParentId(property_->GetParentPersistentId()); in SetSystemWindowDisplayId()
462 auto parentSession = FindParentSessionByParentId(property_->GetParentId()); in CreateSystemWindow()
499 auto parentSession = FindParentSessionByParentId(property_->GetParentId()); in RecoverAndConnectSpecificSession()
1359 auto parentSession = FindParentSessionByParentId(GetParentId()); in DestroyInner()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test3.cpp2004 * @tc.name: FindParentSessionByParentId
2005 * @tc.desc: FindParentSessionByParentId
2008 HWTEST_F(WindowSceneSessionImplTest3, FindParentSessionByParentId, Function | SmallTest | Level2) in HWTEST_F()
2012 option->SetWindowName("FindParentSessionByParentId"); in HWTEST_F()
2024 EXPECT_FALSE(nullptr != windowSceneSessionImpl->FindParentSessionByParentId(1)); in HWTEST_F()
2029 EXPECT_FALSE(nullptr != windowSceneSessionImpl->FindParentSessionByParentId(1)); in HWTEST_F()
2034 EXPECT_FALSE(nullptr != windowSceneSessionImpl->FindParentSessionByParentId(1)); in HWTEST_F()
H A Dwindow_scene_session_impl_test2.cpp759 * @tc.desc: FindParentSessionByParentId
770 ASSERT_EQ(nullptr, parentSceneSession->FindParentSessionByParentId(-1)); in HWTEST_F()
H A Dwindow_scene_session_impl_test.cpp406 * @tc.desc: FindParentSessionByParentId
432 ASSERT_TRUE(nullptr != windowSceneSession->FindParentSessionByParentId(1112)); in HWTEST_F()

Completed in 18 milliseconds