Home
last modified time | relevance | path

Searched refs:IsAppSession (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Danomaly_detection.cpp74 if (keyGuardFlag && (!session->IsShowWhenLocked()) && (session->IsAppSession())) { in SceneZOrderCheckProcess()
H A Dscene_session_manager.cpp5030 if (!focusedSession->IsAppSession()) { in RequestAllAppSessionUnfocusInner()
5079 if (nextSession->IsAppSession() && in CheckLastFocusedAppSessionFocus()
5129 … ((isFocusedMainSessionTopmost || isFocusedSessionParentTopmost) && sceneSession->IsAppSession() && in CheckTopmostWindowFocus()
5183 if (reason == FocusChangeReason::CLIENT_REQUEST && sceneSession->IsAppSession() && in RequestFocusSpecificCheck()
5195 && focusedSession->IsAppSession()) { in RequestFocusSpecificCheck()
5200 bool isBlockingType = focusedSession->IsAppSession() || in RequestFocusSpecificCheck()
5301 bool isBlockingType = (includingAppSession && session->IsAppSession()) || in GetTopNearestBlockingFocusSession()
5322 if (session->IsAppSession()) { in GetTopFocusableNonAppSession()
9565 sceneSession->GetStartingBeforeVisible() && sceneSession->IsAppSession()) { in FlushUIParams()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp444 ASSERT_EQ(true, scensession->IsAppSession());
465 ASSERT_EQ(false, scensession->IsAppSession());
479 ASSERT_EQ(false, scensession->IsAppSession());
484 ASSERT_EQ(true, scensession->IsAppSession());
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h366 bool IsAppSession() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3126 bool SceneSession::IsAppSession() const in IsAppSession() function in OHOS::Rosen::SceneSession
3146 return IsAppSession(); in IsAppOrLowerSystemSession()