Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h81 CREATE_SESSION_FOR_REAL, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp73 case ScreenSessionReason::CREATE_SESSION_FOR_REAL: { in ScreenSession()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp107 …enSession> screenSession = new ScreenSession(config, ScreenSessionReason::CREATE_SESSION_FOR_REAL);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp1312 screenSession = new ScreenSession(config, ScreenSessionReason::CREATE_SESSION_FOR_REAL); in GetScreenSessionInner()