Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp492 * @tc.name: IsAppOrLowerSystemSession
493 * @tc.desc: IsAppOrLowerSystemSession true
506 ASSERT_EQ(true, scensession->IsAppOrLowerSystemSession()); in HWTEST_F()
510 * @tc.name: IsAppOrLowerSystemSession
511 * @tc.desc: IsAppOrLowerSystemSession false
524 ASSERT_EQ(false, scensession->IsAppOrLowerSystemSession()); in HWTEST_F()
538 ASSERT_EQ(false, scensession->IsAppOrLowerSystemSession()); in HWTEST_F()
543 ASSERT_EQ(true, scensession->IsAppOrLowerSystemSession()); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h335 bool IsAppOrLowerSystemSession() const;
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2907 bool SceneSession::IsAppOrLowerSystemSession() const in IsAppOrLowerSystemSession() function in SceneSession
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5196 if (sceneSession->IsAppOrLowerSystemSession()) { in UpdateFocusStatus()

Completed in 31 milliseconds