Home
last modified time | relevance | path

Searched refs:DEFAULT_DISPLAY_ID (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_data_manager.cpp31 constexpr int32_t DEFAULT_DISPLAY_ID { 0 }; variable
45 if (dragData.displayId < DEFAULT_DISPLAY_ID) { in Init()
46 dragData_.displayId = DEFAULT_DISPLAY_ID; in Init()
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dwindow_info.h26 inline constexpr int32_t DEFAULT_DISPLAY_ID = -1; variable
291 int32_t displayId { DEFAULT_DISPLAY_ID };
482 int32_t displayId { DEFAULT_DISPLAY_ID };
H A Di_anco_consumer.h51 int32_t displayId { DEFAULT_DISPLAY_ID };
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/include/
H A Dscreen_action.h49 static constexpr uint32_t DEFAULT_DISPLAY_ID = 0;
52 uint32_t displayId_ {DEFAULT_DISPLAY_ID};
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_scene.h52 static const DisplayId DEFAULT_DISPLAY_ID = 0; variable
53 DisplayId displayId_ = DEFAULT_DISPLAY_ID;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dstart_options.h32 const int32_t DEFAULT_DISPLAY_ID {0};
75 int32_t displayId_ = DEFAULT_DISPLAY_ID;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_scale_demo.cpp31 constexpr int DEFAULT_DISPLAY_ID = 0; variable
61 option->SetDisplayId(DEFAULT_DISPLAY_ID); in RsSurfaceNodeScaleTestDemo()
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dcalculation_curve.cpp100 return DEFAULT_DISPLAY_ID; in GetDisplayIdWithDisplayMode()
118 return DEFAULT_DISPLAY_ID; in GetDisplayIdWithFoldstatus()
/ohos5.0/base/powermgr/display_manager/brightness_manager/include/
H A Dbrightness_base.h26 constexpr uint32_t DEFAULT_DISPLAY_ID = 0; variable
H A Dcalculation_curve.h46 static const uint32_t DEFAULT_DISPLAY_ID = 0;
H A Dbrightness_action.h54 uint32_t mDisplayId {DEFAULT_DISPLAY_ID};
H A Dbrightness_service.h161 static constexpr uint32_t DEFAULT_DISPLAY_ID = 0; variable
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_scene.h165 static const DisplayId DEFAULT_DISPLAY_ID = 0;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/js_service_extension_test/
H A Djs_service_extension_test.cpp177 int displayId = Rosen::WindowScene::DEFAULT_DISPLAY_ID;
277 int displayId = Rosen::WindowScene::DEFAULT_DISPLAY_ID;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/configuration_test/
H A Dconfiguration_test.cpp553 int displayId = Rosen::WindowScene::DEFAULT_DISPLAY_ID;
597 int displayId = Rosen::WindowScene::DEFAULT_DISPLAY_ID;
641 int displayId = Rosen::WindowScene::DEFAULT_DISPLAY_ID;
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/
H A Djs_vpn_extension.cpp264 … displayId = want.GetIntParam(Want::PARAM_RESV_DISPLAY_ID, Rosen::WindowScene::DEFAULT_DISPLAY_ID); in OnStart()