Searched refs:IsAppSession (Results 1 – 5 of 5) sorted by relevance
74 if (keyGuardFlag && (!session->IsShowWhenLocked()) && (session->IsAppSession())) { in SceneZOrderCheckProcess()
5030 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()
444 ASSERT_EQ(true, scensession->IsAppSession());465 ASSERT_EQ(false, scensession->IsAppSession());479 ASSERT_EQ(false, scensession->IsAppSession());484 ASSERT_EQ(true, scensession->IsAppSession());
366 bool IsAppSession() const;
3126 bool SceneSession::IsAppSession() const in IsAppSession() function in OHOS::Rosen::SceneSession3146 return IsAppSession(); in IsAppOrLowerSystemSession()