Home
last modified time | relevance | path

Searched refs:IsAppOrLowerSystemSession (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp502 ASSERT_EQ(true, scensession->IsAppOrLowerSystemSession());
520 ASSERT_EQ(false, scensession->IsAppOrLowerSystemSession());
534 ASSERT_EQ(false, scensession->IsAppOrLowerSystemSession());
539 ASSERT_EQ(true, scensession->IsAppOrLowerSystemSession());
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h367 bool IsAppOrLowerSystemSession() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3138 bool SceneSession::IsAppOrLowerSystemSession() const in IsAppOrLowerSystemSession() function in OHOS::Rosen::SceneSession
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5422 if (sceneSession->IsAppOrLowerSystemSession()) { in UpdateFocusStatus()