Home
last modified time | relevance | path

Searched refs:GetParentSession (Results 1 - 16 of 16) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/src/
H A Dsub_session.cpp112 auto parentSession = GetParentSession(); in ProcessPointDownSession()
130 auto parentSession = GetParentSession(); in GetMissionId()
143 auto parentSession = GetParentSession(); in TransferKeyEvent()
H A Dsystem_session.cpp84 auto parentSession = GetParentSession(); in Show()
179 auto parentSession = GetParentSession(); in ProcessPointDownSession()
201 auto parentSession = GetParentSession(); in GetMissionId()
218 auto parentSession = GetParentSession(); in TransferKeyEvent()
292 auto parentSession = GetParentSession(); in CheckKeyEventDispatch()
H A Dkeyboard_session.cpp391 (WindowHelper::IsSubWindow(callingSession->GetWindowType()) && callingSession->GetParentSession() != nullptr && in CheckIfNeedRaiseCallingSession()
392 callingSession->GetParentSession()->GetWindowMode() == WindowMode::WINDOW_MODE_FLOATING); in CheckIfNeedRaiseCallingSession()
H A Dsession.cpp1134 if (GetWindowType() == WindowType::WINDOW_TYPE_DIALOG && GetParentSession() && in Foreground()
1135 !GetParentSession()->IsSessionForeground()) { in Foreground()
1711 sptr<Session> Session::GetParentSession() const in GetParentSession() function in OHOS::Rosen::Session
1795 auto parentSession = GetParentSession(); in IsTopDialog()
1876 auto parentSession = GetParentSession(); in HandleSubWindowClick()
1921 auto parentSession = GetParentSession(); in TransferPointerEvent()
3366 if (GetParentSession() && WindowHelper::IsMainWindow(GetParentSession()->GetWindowType())) { in SetMainSessionUIStateDirty()
3367 GetParentSession()->SetUIStateDirty(dirty); in SetMainSessionUIStateDirty()
H A Dscene_session.cpp1165 auto parentSession = GetParentSession(); in UpdateSessionRect()
1478 (WindowHelper::IsSubWindow(Session::GetWindowType()) && GetParentSession() != nullptr && in GetKeyboardAvoidArea()
1479 GetParentSession()->GetWindowMode() == WindowMode::WINDOW_MODE_FLOATING)) && in GetKeyboardAvoidArea()
1594 auto parentSession = GetParentSession(); in CheckGetAvoidAreaAvailable()
2900 if (GetParentSession() && GetParentSession()->GetWindowType() == WindowType::WINDOW_TYPE_APP_MAIN_WINDOW) { in IsAppSession()
/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.cpp325 auto parentSession = session->GetParentSession(); in UpdateCallingPidMapItem()
331 parentSession = parentSession->GetParentSession(); in UpdateCallingPidMapItem()
H A Dscene_session_manager.cpp4194 const auto& parentSceneSession = session->GetParentSession(); in IsSessionVisible()
5574 if (isForeground && sceneSession->GetParentSession() != nullptr) { in GetSceneSessionPrivacyModeBundles()
5576 (sceneSession->GetParentSession()->GetSessionState() == SessionState::STATE_FOREGROUND || in GetSceneSessionPrivacyModeBundles()
5577 sceneSession->GetParentSession()->GetSessionState() == SessionState::STATE_ACTIVE); in GetSceneSessionPrivacyModeBundles()
7582 if (sceneSession->GetParentSession() != nullptr && in GetSubSceneSession()
7583 sceneSession->GetParentSession()->GetWindowId() == parentWindowId) { in GetSubSceneSession()
7644 if (session->GetParentSession() != nullptr && in DealwithVisibilityChange()
7645 !session->GetParentSession()->IsSessionForeground() && in DealwithVisibilityChange()
7646 !GetSessionRSVisible(session->GetParentSession(), currVisibleData)) { in DealwithVisibilityChange()
11188 session = session->GetParentSession(); in GetRootMainWindowId()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test8.cpp428 EXPECT_EQ(1998, sceneSession->GetParentSession()->GetWindowId()); in HWTEST_F()
438 EXPECT_EQ(1998, sceneSession1->GetParentSession()->GetWindowId()); in HWTEST_F()
448 EXPECT_EQ(1998, sceneSession2->GetParentSession()->GetWindowId()); in HWTEST_F()
H A Dsub_session_lifecycle_test.cpp306 ASSERT_TRUE(subSession_->GetParentSession() != nullptr); in HWTEST_F()
H A Dsession_test3.cpp1296 EXPECT_EQ(nullptr, session_->GetParentSession()); in HWTEST_F()
1302 EXPECT_EQ(sessionDirty, session_->GetParentSession()); in HWTEST_F()
H A Dscene_session_manager_test.cpp470 EXPECT_NE(dialogSession->GetParentSession(), nullptr); in HWTEST_F()
H A Dscene_session_test.cpp1920 EXPECT_NE(sceneSession->GetParentSession(), nullptr); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsession_wrapper_impl.cpp773 auto parentSession = session_->GetParentSession(); in GetSizeChangeReason()
787 auto parentSession = session_->GetParentSession(); in NotifyDisplayArea()
H A Dsecurity_session_wrapper_impl.cpp598 auto parentSession = session_->GetParentSession(); in NotifyDisplayArea()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h286 sptr<Session> GetParentSession() const;

Completed in 53 milliseconds