Home
last modified time | relevance | path

Searched refs:GetParentSession (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsystem_session.cpp84 auto parentSession = GetParentSession(); in Show()
179 auto parentSession = GetParentSession(); in ProcessPointDownSession()
198 auto parentSession = GetParentSession(); in GetMissionId()
215 auto parentSession = GetParentSession(); in TransferKeyEvent()
275 auto parentSession = GetParentSession(); in CheckKeyEventDispatch()
H A Dsub_session.cpp126 auto parentSession = GetParentSession(); in ProcessPointDownSession()
141 auto parentSession = GetParentSession(); in GetMissionId()
154 auto parentSession = GetParentSession(); in TransferKeyEvent()
H A Dsession.cpp1802 sptr<Session> Session::GetParentSession() const in GetParentSession() function in OHOS::Rosen::Session
1886 auto parentSession = GetParentSession(); in IsTopDialog()
1967 auto parentSession = GetParentSession(); in HandleSubWindowClick()
2012 auto parentSession = GetParentSession(); in TransferPointerEvent()
2951 …bool isParentFloating = WindowHelper::IsSubWindow(GetWindowType()) && GetParentSession() != nullpt… in CheckEmptyKeyboardAvoidAreaIfNeeded()
2952 GetParentSession()->GetWindowMode() == WindowMode::WINDOW_MODE_FLOATING; in CheckEmptyKeyboardAvoidAreaIfNeeded()
3519 if (GetParentSession() && WindowHelper::IsMainWindow(GetParentSession()->GetWindowType())) { in SetMainSessionUIStateDirty()
3520 GetParentSession()->SetUIStateDirty(dirty); in SetMainSessionUIStateDirty()
H A Dkeyboard_session.cpp414 …er::IsSubWindow(callingSession->GetWindowType()) && callingSession->GetParentSession() != nullptr … in CheckIfNeedRaiseCallingSession()
415 callingSession->GetParentSession()->GetWindowMode() == WindowMode::WINDOW_MODE_FLOATING); in CheckIfNeedRaiseCallingSession()
H A Dscene_session.cpp1438 auto parentSession = GetParentSession(); in UpdateSessionRect()
1450 auto parentSession = GetParentSession(); in UpdateSessionRect()
1895 auto parentSession = GetParentSession(); in CheckGetAvoidAreaAvailable()
3131 …if (GetParentSession() && GetParentSession()->GetWindowType() == WindowType::WINDOW_TYPE_APP_MAIN_… in IsAppSession()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Danomaly_detection.cpp63 auto mainSession = session->GetParentSession(); in SceneZOrderCheckProcess()
H A Dscene_session_dirty_manager.cpp314 auto parentSession = session->GetParentSession(); in UpdateCallingPidMapItem()
320 parentSession = parentSession->GetParentSession(); in UpdateCallingPidMapItem()
H A Dscene_session_manager.cpp4421 const auto& parentSceneSession = session->GetParentSession(); in IsSessionVisible()
5802 if (isForeground && sceneSession->GetParentSession() != nullptr) { in GetSceneSessionPrivacyModeBundles()
5804 … (sceneSession->GetParentSession()->GetSessionState() == SessionState::STATE_FOREGROUND || in GetSceneSessionPrivacyModeBundles()
5805 sceneSession->GetParentSession()->GetSessionState() == SessionState::STATE_ACTIVE); in GetSceneSessionPrivacyModeBundles()
7913 if (sceneSession->GetParentSession() != nullptr && in GetSubSceneSession()
7914 sceneSession->GetParentSession()->GetWindowId() == parentWindowId) { in GetSubSceneSession()
7980 if (session->GetParentSession() != nullptr && in DealwithVisibilityChange()
7981 !session->GetParentSession()->IsSessionForeground() && in DealwithVisibilityChange()
7982 !GetSessionRSVisible(session->GetParentSession(), currVisibleData)) { in DealwithVisibilityChange()
11533 session = session->GetParentSession(); in GetRootMainWindowId()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test8.cpp453 EXPECT_EQ(1998, sceneSession->GetParentSession()->GetWindowId());
463 EXPECT_EQ(1998, sceneSession1->GetParentSession()->GetWindowId());
473 EXPECT_EQ(1998, sceneSession2->GetParentSession()->GetWindowId());
H A Dsub_session_lifecycle_test.cpp293 ASSERT_TRUE(subSession_->GetParentSession() != nullptr);
H A Dscene_session_manager_test.cpp456 EXPECT_NE(dialogSession->GetParentSession(), nullptr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_session_wrapper_impl.cpp623 auto parentSession = session_->GetParentSession(); in NotifyDisplayArea()
H A Dsession_wrapper_impl.cpp715 auto parentSession = session_->GetParentSession(); in NotifyDisplayArea()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h285 sptr<Session> GetParentSession() const;