Searched refs:GetParentPersistentId (Results 1 - 13 of 13) sorted by relevance
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 1310 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 D | hidump_controller.cpp | 130 << property->GetParentPersistentId() << "|" in DumpSessionParam()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test2.cpp | 420 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 D | window_session_property_test.cpp | 920 * @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 D | scene_session_manager_test.cpp | 469 EXPECT_EQ(dialogSession->GetParentPersistentId(), persistentId); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 130 int32_t GetParentPersistentId() const;
|
/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 403 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 D | window_session_impl.cpp | 286 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 D | scene_session.h | 310 int32_t GetParentPersistentId() const;
|
/foundation/window/window_manager/window_scene/common/src/ |
H A D | window_session_property.cpp | 412 int32_t WindowSessionProperty::GetParentPersistentId() const in GetParentPersistentId() function in OHOS::Rosen::WindowSessionProperty
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_scene_session_impl_test2.cpp | 288 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 D | js_scene_session.cpp | 265 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 D | scene_session.cpp | 2583 int32_t SceneSession::GetParentPersistentId() const in GetParentPersistentId() function in SceneSession 2587 return property->GetParentPersistentId(); in GetParentPersistentId()
|
Completed in 57 milliseconds