Home
last modified time | relevance | path

Searched refs:SYSTEM_WINDOW_SCENE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H A Dwindow_scene_helper.h38 SYSTEM_WINDOW_SCENE, // SCB system scene enumerator
H A Dwindow_scene_helper.cpp293 return type == static_cast<uint32_t>(WindowPatternType::SYSTEM_WINDOW_SCENE); in IsSystemWindowScene()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_model.cpp34 case Rosen::SceneType::SYSTEM_WINDOW_SCENE: in PatternCreator()
H A Dwindow_scene_layout_manager.cpp386 case WindowPatternType::SYSTEM_WINDOW_SCENE: { in GetWindowId()
435 case WindowPatternType::SYSTEM_WINDOW_SCENE: { in GetWindowName()
H A Dsystem_window_scene.cpp255 return static_cast<uint32_t>(WindowPatternType::SYSTEM_WINDOW_SCENE); in GetWindowPatternType()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h284 SYSTEM_WINDOW_SCENE, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp162 sessionInfo.sceneType_ = SceneType::SYSTEM_WINDOW_SCENE; in IsJsSceneTypeUndefined()
1569 CreateJsValue(env, static_cast<int32_t>(SceneType::SYSTEM_WINDOW_SCENE))); in SceneTypeInit()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1631 .sceneType_ = SceneType::SYSTEM_WINDOW_SCENE, in CreateKeyboardPanelSession()