Home
last modified time | relevance | path

Searched refs:GetParentPersistentId (Results 1 - 13 of 13) sorted by relevance

/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1310 auto parentPersistentId = property->GetParentPersistentId(); in UpdateParentSessionForDialog()
2370 auto parentSession = GetSceneSession(property->GetParentPersistentId()); in CreateAndConnectSpecificSession()
2383 auto extensionParentSession = GetSceneSession(property->GetParentPersistentId()); in CreateAndConnectSpecificSession()
2385 WLOGFE("extensionParentSession is invalid with %{public}d", property->GetParentPersistentId()); in CreateAndConnectSpecificSession()
2448 newSession->GetPersistentId(), newSession->GetParentPersistentId(), type); in CreateAndConnectSpecificSession()
2500 auto parentSession = GetSceneSession(property->GetParentPersistentId()); in isEnablePiPCreate()
2629 if (property->GetParentPersistentId() > 0 && !IsNeedRecover(property->GetParentPersistentId())) { in CheckSessionPropertyOnRecovery()
2671 info.persistentId_, persistentId, property->GetParentPersistentId()); in RecoverAndConnectSpecificSession()
2672 failRecoveredPersistentIdSet_.insert(property->GetParentPersistentId()); in RecoverAndConnectSpecificSession()
[all...]
H A Dhidump_controller.cpp130 << property->GetParentPersistentId() << "|" in DumpSessionParam()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp420 int32_t result = scensession->GetParentPersistentId(); in HWTEST_F()
428 result = scensession->GetParentPersistentId(); in HWTEST_F()
433 ASSERT_EQ(0, scensession->GetParentPersistentId()); in HWTEST_F()
891 scensession->GetParentPersistentId(); in HWTEST_F()
H A Dwindow_session_property_test.cpp920 * @tc.name: GetParentPersistentId
921 * @tc.desc: GetParentPersistentId
924 HWTEST_F(WindowSessionPropertyTest, GetParentPersistentId, Function | SmallTest | Level2) in HWTEST_F()
932 auto result = property->GetParentPersistentId(); in HWTEST_F()
H A Dscene_session_manager_test.cpp469 EXPECT_EQ(dialogSession->GetParentPersistentId(), persistentId); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h130 int32_t GetParentPersistentId() const;
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp403 property_->GetParentPersistentId(), GetType(), property_->GetTouchable()); in CreateAndConnectSpecificSession()
414 parentSession = FindParentMainSession(property_->GetParentPersistentId(), windowSessionMap_); in SetSystemWindowDisplayId()
416 parentSession = FindParentSessionByParentId(property_->GetParentPersistentId()); in SetSystemWindowDisplayId()
449 property_->GetParentPersistentId(), type); in CreateSystemWindow()
H A Dwindow_session_impl.cpp286 uint32_t parentID = static_cast<uint32_t>(property_->GetParentPersistentId()) & 0x7fffffff; in GetParentId()
558 int32_t parentPersistentId = property_->GetParentPersistentId(); in DestroySubWindow()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h310 int32_t GetParentPersistentId() const;
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp412 int32_t WindowSessionProperty::GetParentPersistentId() const in GetParentPersistentId() function in OHOS::Rosen::WindowSessionProperty
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test2.cpp288 ASSERT_EQ(INVALID_SESSION_ID, windowSceneSession->property_->GetParentPersistentId()); in HWTEST_F()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp265 CreateJsValue(env, static_cast<int32_t>(session->GetParentPersistentId()))); in Create()
2605 sceneSession->GetPersistentId(), sceneSession->GetParentPersistentId()); in OnCreateSubSession()
2630 specificSession->GetPersistentId(), specificSession->GetParentPersistentId()); in OnCreateSubSession()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2583 int32_t SceneSession::GetParentPersistentId() const in GetParentPersistentId() function in SceneSession
2587 return property->GetParentPersistentId(); in GetParentPersistentId()

Completed in 57 milliseconds