Home
last modified time | relevance | path

Searched refs:IsSystemActive (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_lifecycle_test.cpp682 bool res = session_->IsSystemActive();
H A Dsession_test2.cpp1472 HWTEST_F(WindowSessionTest2, IsSystemActive, Function | SmallTest | Level2)
1475 bool res = session_->IsSystemActive();
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h370 bool IsSystemActive() const;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp401 … (sceneSession->IsSystemSession() && sceneSession->IsVisible() && sceneSession->IsSystemActive()) { in IsFilterSession()
H A Dscene_session_manager.cpp9939 … if (pair.second->IsSystemSession() && pair.second->IsVisible() && pair.second->IsSystemActive()) { in GetSceneSessionMap()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp685 bool Session::IsSystemActive() const in IsSystemActive() function in OHOS::Rosen::Session