Searched refs:GetParentPersistentId (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 1382 auto parentPersistentId = property->GetParentPersistentId(); in UpdateParentSessionForDialog() 2789 auto parentSession = GetSceneSession(property->GetParentPersistentId()); in isEnablePiPCreate() 2847 int32_t parentId = property->GetParentPersistentId(); in CheckSystemWindowPermission() 2919 … if (property->GetParentPersistentId() > 0 && !IsNeedRecover(property->GetParentPersistentId())) { in CheckSessionPropertyOnRecovery() 3009 auto persistentId = property->GetParentPersistentId(); in CacheSubSessionForRecovering() 3230 parentSession->GetParentPersistentId() == INVALID_SESSION_ID; in GetMainParentSceneSession() 4968 GetSceneSession(sceneSession->GetParentPersistentId()) && in RequestSessionFocus() 4971 sceneSession->GetParentPersistentId()); in RequestSessionFocus() 5222 GetSceneSession(session->GetParentPersistentId()) && in CheckParentSessionVisible() 6174 mainSession = GetSceneSession(sceneSession->GetParentPersistentId()); in ProcessModalTopmostRequestFocusImmdediately() [all …]
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | window_session_property_test.cpp | 877 HWTEST_F(WindowSessionPropertyTest, GetParentPersistentId, Function | SmallTest | Level2) 885 auto result = property->GetParentPersistentId();
|
H A D | scene_session_test2.cpp | 406 int32_t result = scensession->GetParentPersistentId(); 414 result = scensession->GetParentPersistentId(); 419 ASSERT_EQ(0, scensession->GetParentPersistentId()); 1116 scensession->GetParentPersistentId(); in __anon5bcf85d40502()
|
H A D | scene_session_manager_test.cpp | 455 EXPECT_EQ(dialogSession->GetParentPersistentId(), persistentId);
|
/ohos5.0/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 130 int32_t GetParentPersistentId() const;
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_session.h | 348 int32_t GetParentPersistentId() const;
|
/ohos5.0/foundation/window/window_manager/window_scene/common/src/ |
H A D | window_session_property.cpp | 427 int32_t WindowSessionProperty::GetParentPersistentId() const in GetParentPersistentId() function in OHOS::Rosen::WindowSessionProperty
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.cpp | 268 CreateJsValue(env, static_cast<int32_t>(session->GetParentPersistentId()))); in Create() 2649 sceneSession->GetPersistentId(), sceneSession->GetParentPersistentId()); in OnCreateSubSession() 2674 specificSession->GetPersistentId(), specificSession->GetParentPersistentId()); in OnCreateSubSession()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 330 uint32_t parentID = static_cast<uint32_t>(property_->GetParentPersistentId()) & 0x7fffffff; in GetParentId() 614 int32_t parentPersistentId = property_->GetParentPersistentId(); in DestroySubWindow()
|
H A D | window_scene_session_impl.cpp | 395 property_->GetParentPersistentId(), GetType(), property_->GetTouchable()); in CreateAndConnectSpecificSession() 405 property_->GetParentPersistentId(), type); in CreateSystemWindow()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 2794 int32_t SceneSession::GetParentPersistentId() const in GetParentPersistentId() function in OHOS::Rosen::SceneSession 2798 return property->GetParentPersistentId(); in GetParentPersistentId()
|