Home
last modified time | relevance | path

Searched refs:SceneType (Results 1 – 25 of 40) sorted by relevance

12

/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()
37 case Rosen::SceneType::PANEL_SCENE: in PatternCreator()
40 case Rosen::SceneType::INPUT_SCENE: in PatternCreator()
69 if (sceneSession->GetSessionInfo().sceneType_ != Rosen::SceneType::WINDOW_SCENE) { in Create()
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_event_report.h35 enum class SceneType { enum
42 static void SendPerformanceEvent(SceneType sceneType, PerformanceEventInfo &eventInfo);
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_event_report.cpp42 void FormRenderEventReport::SendPerformanceEvent(SceneType sceneType, PerformanceEventInfo &eventIn… in SendPerformanceEvent()
45 case SceneType::CPU_SCENE_ENTRY: in SendPerformanceEvent()
H A Dform_render_impl.cpp371 FormRenderEventReport::SendPerformanceEvent(SceneType::CPU_SCENE_ENTRY, eventInfo); in OnConfigurationUpdatedInner()
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics3d/
H A DReadme-EN.md8 - [SceneType](js-apis-inner-scene-types.md)
H A Djs-apis-inner-scene-types.md1 # SceneType chapter
2 The SceneType module provides common data types in 3D graphics.
H A Djs-apis-scene.md6 - [SceneType](js-apis-inner-scene-types.md): provides the data types in 3D graphics, including vect…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics3d/
H A DReadme-CN.md8 - [SceneType](js-apis-inner-scene-types.md)
H A Djs-apis-scene.md6 - [SceneType](js-apis-inner-scene-types.md):本模块覆盖3D图形中的数据类型,包括向量、四元数等。
H A Djs-apis-inner-scene-types.md1 # SceneType chapter
/ohos5.0/foundation/ability/form_fwk/test/unittest/frs_form_render_event_report_test/
H A Dfrs_form_render_event_report_test.cpp61 FormRenderEventReport::SendPerformanceEvent(SceneType::CPU_SCENE_ENTRY, eventInfo);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrendereventreport_fuzzer/
H A Dformrendereventreport_fuzzer.cpp43 FormRenderEventReport::SendPerformanceEvent(SceneType::CPU_SCENE_ENTRY, eventInfo); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h281 enum class SceneType : uint8_t { enum
296 SceneType sceneType_ = SceneType::WINDOW_SCENE;
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp160 sessionInfo.sceneType_ = static_cast<SceneType>(sceneType); in IsJsSceneTypeUndefined()
162 sessionInfo.sceneType_ = SceneType::SYSTEM_WINDOW_SCENE; in IsJsSceneTypeUndefined()
1565 CreateJsValue(env, static_cast<int32_t>(SceneType::DEFAULT))); in SceneTypeInit()
1567 CreateJsValue(env, static_cast<int32_t>(SceneType::WINDOW_SCENE))); in SceneTypeInit()
1569 CreateJsValue(env, static_cast<int32_t>(SceneType::SYSTEM_WINDOW_SCENE))); in SceneTypeInit()
1571 CreateJsValue(env, static_cast<int32_t>(SceneType::TRANSFORM_SCENE))); in SceneTypeInit()
1573 CreateJsValue(env, static_cast<int32_t>(SceneType::PANEL_SCENE))); in SceneTypeInit()
1575 CreateJsValue(env, static_cast<int32_t>(SceneType::INPUT_SCENE))); in SceneTypeInit()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_command.h72 enum class SceneType { enum
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_core.h292 std::unordered_set<SceneType> screenSceneSet_;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test.cpp149 info.sceneType_ = SceneType::INPUT_SCENE;
155 info.sceneType_ = SceneType::INPUT_SCENE;
157 info.sceneType_ = SceneType::WINDOW_SCENE;
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h498 using SceneType = enum {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A Dimage__source__mdk_8h.md83 …_IMAGE_PROPERTY_SCENE_TYPE](image.md#ohos_image_property_scene_type) = "SceneType" | 定义场景类型的图像属性关键…
H A Dimage__common_8h.md67 …CENE_TYPE](_image___native_module.md#ohos_image_property_scene_type) = "SceneType" | 拍摄场景模式,例如人像、风…
H A Dimage.md179 | const char \* [OHOS_IMAGE_PROPERTY_SCENE_TYPE](#ohos_image_property_scene_type) = "SceneType" | 定…
3832 const char* OHOS_IMAGE_PROPERTY_SCENE_TYPE = "SceneType"
H A D_image___native_module.md294 … \*[OHOS_IMAGE_PROPERTY_SCENE_TYPE](#ohos_image_property_scene_type) = "SceneType" | 拍摄场景模式,例如人像、风…
6210 static const char* OHOS_IMAGE_PROPERTY_SCENE_TYPE = "SceneType"
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dimage__source__mdk_8h.md83 …_IMAGE_PROPERTY_SCENE_TYPE](image.md#ohos_image_property_scene_type) = "SceneType" | Defines a poi…
H A Dimage__common_8h.md67 …CENE_TYPE](_image___native_module.md#ohos_image_property_scene_type) = "SceneType" | Type of the s…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/
H A Djs-apis-userFileManager-sys.md2548 | SceneType | 场景类型 |
2638 | SceneType | 场景类型 |

12