/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
H A D | mock_mt_accessibility_display_manager.cpp | 140 void MockAccessibilityDisplayManager::SetDisplayScale(const uint64_t screenId, in SetDisplayScale() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_hwc_prevalidate_util.h | 79 bool IsPrevalidateEnable(const ScreenId& screenId);
|
H A D | rs_surface_capture_task_parallel.cpp | 281 uint64_t screenId = node->GetScreenId();
in CreatePixelMapByDisplayNode() local 287 auto screenInfo = screenManager->QueryScreenInfo(screenId);
in CreatePixelMapByDisplayNode() 288 screenCorrection_ = screenManager->GetScreenCorrection(screenId);
in CreatePixelMapByDisplayNode()
|
H A D | rs_uni_render_engine.cpp | 103 params.screenId = screenInfo.id; in DrawLayers()
|
H A D | rs_surface_capture_task.cpp | 144 uint64_t screenId = node->GetScreenId();
in CreatePixelMapByDisplayNode() local 151 auto screenInfo = screenManager->QueryScreenInfo(screenId);
in CreatePixelMapByDisplayNode()
|
/foundation/multimodalinput/input/intention/drag/client/include/ |
H A D | drag_client.h | 57 int32_t SetDragWindowScreenId(ITunnelClient &tunnel, uint64_t displayId, uint64_t screenId);
|
/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | i_drag_manager.h | 72 virtual void SetDragWindowScreenId(uint64_t displayId, uint64_t screenId) = 0;
|
/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_display_controller.h | 46 sptr<AbstractDisplay> GetAbstractDisplayByScreen(ScreenId screenId) const;
|
H A D | abstract_screen.h | 123 Point GetChildPosition(ScreenId screenId) const;
|
/foundation/window/window_manager/utils/include/ |
H A D | display_info.h | 47 DEFINE_VAR_DEFAULT_FUNC_GET_SET(ScreenId, ScreenId, screenId, SCREEN_ID_INVALID);
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/ |
H A D | dscreen_manager.h | 67 std::shared_ptr<DScreen> FindDScreenById(uint64_t screenId);
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_video_player.cpp | 31 screenId_ = params.screenId; in BootVideoPlayer()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/ |
H A D | dscreen.cpp | 148 uint64_t screenId = ScreenMgrAdapter::GetInstance().CreateVirtualScreen(devId_, dhId_, videoParam_); in HandleEnable() local 149 if (screenId == SCREEN_ID_INVALID) { in HandleEnable() 158 screenId_ = screenId; in HandleEnable()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_test2.cpp | 1016 uint64_t screenId = 0; in HWTEST_F() local 1017 session_->SetScreenId(screenId); in HWTEST_F() 1059 uint64_t screenId = 0; in HWTEST_F() local 1060 session_->SetScreenId(screenId); in HWTEST_F() 1079 uint64_t screenId = 0; in HWTEST_F() local 1080 session_->SetScreenId(screenId); in HWTEST_F() 1797 uint64_t screenId = 0; in HWTEST_F() local 1799 session_->SetScreenId(screenId); in HWTEST_F()
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | touch_drawing_manager.cpp | 442 uint64_t screenId = static_cast<uint64_t>(displayInfo_.id); in CreateTouchWindow() local 444 screenId = FOLD_SCREEN_MAIN_ID; in CreateTouchWindow() 446 screenId = FOLD_SCREEN_FULL_ID; in CreateTouchWindow() 448 surfaceNode_->AttachToDisplay(screenId); in CreateTouchWindow() 449 MMI_HILOGI("Setting screen:%{public}" PRIu64 ", displayNode:%{public}" PRIu64, screenId, surfaceNode_->GetId()); in CreateTouchWindow()
|
/foundation/multimodalinput/input/intention/frameworks/client/include/ |
H A D | intention_manager.h | 84 int32_t SetDragWindowScreenId(uint64_t displayId, uint64_t screenId);
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_manager_lite.h | 314 void OnWMSConnectionChanged(int32_t userId, int32_t screenId, bool isConnected) const;
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/ |
H A D | util.h | 124 Rosen::ScreenId screenId;
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_manager_lite_test.cpp | 39 void OnConnected(int32_t userId, int32_t screenId) override {}; 40 void OnDisconnected(int32_t userId, int32_t screenId) override {}; 62 void OnConnected(int32_t userId, int32_t screenId) override {}; 63 void OnDisconnected(int32_t userId, int32_t screenId) override {}; 750 int32_t screenId = 0; in HWTEST_F() local 751 WindowManagerLite::GetInstance().pImpl_->NotifyWMSConnected(userId, screenId); in HWTEST_F() 752 WindowManagerLite::GetInstance().pImpl_->NotifyWMSDisconnected(userId, screenId); in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
H A D | wfd_msg.h | 366 IPC_BIND_ATTR(screenId, deviceId) 368 uint64_t screenId; member
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/ |
H A D | hgm_core.cpp | 266 ScreenId screenId = HgmCore::Instance().GetActiveScreenId();
in RegisterRefreshRateUpdateCallback() local 267 uint32_t refreshRate = HgmCore::Instance().GetScreenCurrentRefreshRate(screenId);
in RegisterRefreshRateUpdateCallback()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_display_node_test.cpp | 394 uint32_t screenId = 0;
in HWTEST_F() local 397 parcel.WriteUint64(screenId);
in HWTEST_F()
|
/foundation/multimodalinput/input/intention/frameworks/client/src/ |
H A D | intention_manager.cpp | 431 int32_t IntentionManager::SetDragWindowScreenId(uint64_t displayId, uint64_t screenId) in SetDragWindowScreenId() argument 434 return drag_.SetDragWindowScreenId(*tunnel_, displayId, screenId); in SetDragWindowScreenId()
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_agent_proxy_test.cpp | 329 ScreenId screenId = 0; in HWTEST_F() local 337 displayManagerAgentProxy->OnScreenDisconnect(screenId); in HWTEST_F()
|
H A D | display_manager_agent_stub_test.cpp | 159 ScreenId screenId = 0; in HWTEST_F() local 160 data.WriteUint64(screenId); in HWTEST_F()
|