Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp1854 HWTEST_F(SceneSessionTest2, IsSystemSpecificSession, Function | SmallTest | Level2)
1863 ASSERT_FALSE(sceneSession->IsSystemSpecificSession());
1865 ASSERT_TRUE(sceneSession->IsSystemSpecificSession());
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h439 bool IsSystemSpecificSession() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4875 bool SceneSession::IsSystemSpecificSession() const in IsSystemSpecificSession() function in OHOS::Rosen::SceneSession
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp10299 …lper::IsNonSecureToUIExtension(property->GetWindowType()) && !session->IsSystemSpecificSession()) { in HideNonSecureSubWindows()