Home
last modified time | relevance | path

Searched refs:CREATE_SESSION_WITHOUT_DISPLAY_NODE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h82 CREATE_SESSION_WITHOUT_DISPLAY_NODE, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp77 case ScreenSessionReason::CREATE_SESSION_WITHOUT_DISPLAY_NODE: { in ScreenSession()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp3464 … new(std::nothrow) ScreenSession(config, ScreenSessionReason::CREATE_SESSION_WITHOUT_DISPLAY_NODE); in InitVirtualScreen()