/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_effect_render_node.h | 65 void SetCurrentAttachedScreenId(uint64_t screenId);
|
/foundation/window/window_manager/dmserver/include/ |
H A D | display_dumper.h | 45 DMError DumpSpecifiedScreenInfo(ScreenId screenId, std::string& dumpInfo) const;
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/include/ |
H A D | screenregion.h | 44 ScreenRegion(const std::string &remoteDevId, uint64_t screenId, uint64_t displayId);
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/include/ |
H A D | screenregion.h | 62 void PublishMessage(const DHTopic topic, const uint64_t &screenId, const std::string &remoteDevId,
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_animation_controller.cpp | 86 config.screenId = 0; in CreateDefaultBootConfig()
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/fold_screen_controller/ |
H A D | fold_screen_policy.h | 40 virtual void AddOrRemoveDisplayNodeToTree(ScreenId screenId, int32_t command);
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/fold_screen_controller/ |
H A D | fold_screen_policy.cpp | 114 void FoldScreenPolicy::AddOrRemoveDisplayNodeToTree(ScreenId screenId, int32_t command) {}; in AddOrRemoveDisplayNodeToTree() argument
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_test.cpp | 370 uint64_t screenId = 2; in HWTEST_F() local 371 auto ret = DisplayManager::GetInstance().GetScreenBrightness(screenId); in HWTEST_F() 1078 ScreenId screenId = -1; in HWTEST_F() local 1079 auto ret = DisplayManager::GetInstance().pImpl_->GetDisplayByScreenId(screenId); in HWTEST_F() 1170 ScreenId screenId = display->GetScreenId(); in HWTEST_F() local 1171 displayManager.SetDisplayScale(screenId, scaleX, scaleY, pivotX, pivotY); in HWTEST_F() 1527 ScreenId screenId = -1; in HWTEST_F() local 1528 auto ret = DisplayManager::GetInstance().pImpl_->GetDisplayByScreenId(screenId); in HWTEST_F() 1619 ScreenId screenId = display->GetScreenId(); in HWTEST_F() local 1620 displayManager.SetDisplayScale(screenId, scale in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_surface_node_command.h | 99 static void AttachToDisplay(RSContext& context, NodeId nodeId, uint64_t screenId); 100 static void DetachToDisplay(RSContext& context, NodeId nodeId, uint64_t screenId);
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | hdioutput_test.cpp | 40 uint32_t screenId = 0;
in SetUpTestCase() local 41 hdiOutput_ = HdiOutput::CreateHdiOutput(screenId);
in SetUpTestCase()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_surface_render_node_drawable.h | 187 void SetScreenId(ScreenId screenId) in SetScreenId() argument 189 screenId_ = screenId; in SetScreenId()
|
/foundation/multimodalinput/input/intention/drag/data/src/ |
H A D | drag_params.cpp | 282 SetDragWindowScreenIdParam::SetDragWindowScreenIdParam(uint64_t displayId, uint64_t screenId) in SetDragWindowScreenIdParam() argument 283 : displayId_(displayId), screenId_(screenId) in SetDragWindowScreenIdParam()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdiscreen_test.cpp | 38 uint32_t screenId = 0;
in SetUpTestCase() local 39 hdiScreen_ = HdiScreen::CreateHdiScreen(screenId);
in SetUpTestCase()
|
H A D | hdioutput_test.cpp | 37 uint32_t screenId = 0;
in SetUpTestCase() local 38 hdiOutput_ = HdiOutput::CreateHdiOutput(screenId);
in SetUpTestCase()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_manager_test.cpp | 148 sm_->wmsConnectionChangedFunc_ = [&](int32_t userId, int32_t screenId, bool isConnected) { funcInvoked = true; }; in HWTEST_F() 323 auto callbackFunc = [](int32_t userId, int32_t screenId, bool isConnected) {}; in HWTEST_F()
|
H A D | session_manager_lite_test.cpp | 184 sml_->wmsConnectionChangedFunc_ = [&](int32_t userId, int32_t screenId, bool isConnected) { funcInvoked = true; }; in HWTEST_F() 327 auto callbackFunc = [](int32_t userId, int32_t screenId, bool isConnected) {}; in HWTEST_F()
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_test.cpp | 409 ScreenId screenId = -1; in HWTEST_F() local 410 absScreenGroup_->GetChildPosition(screenId); in HWTEST_F() 411 ASSERT_EQ(screenId, -1); in HWTEST_F() 413 screenId = 1; in HWTEST_F() 414 absScreenGroup_->GetChildPosition(screenId); in HWTEST_F() 415 ASSERT_EQ(screenId, 1); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/ |
H A D | rs_screen_test.cpp | 245 ScreenId screenId = mockScreenId_; in HWTEST_F() local 246 auto hdiOutput = HdiOutput::CreateHdiOutput(screenId); in HWTEST_F() 247 auto rsScreen = std::make_unique<impl::RSScreen>(screenId, false, hdiOutput, nullptr); in HWTEST_F() 262 ScreenId screenId = mockScreenId_; in HWTEST_F() local 263 auto hdiOutput = HdiOutput::CreateHdiOutput(screenId); in HWTEST_F() 264 auto rsScreen = std::make_unique<impl::RSScreen>(screenId, false, hdiOutput, nullptr); in HWTEST_F() 553 ScreenId screenId = mockScreenId_; in HWTEST_F() local 554 auto hdiOutput = HdiOutput::CreateHdiOutput(screenId); in HWTEST_F() 555 auto rsScreen = std::make_unique<impl::RSScreen>(screenId, false, hdiOutput, nullptr); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/screenmanager/ |
H A D | rs_screen_unit_test.cpp | 245 ScreenId screenId = mockScreenId_; in HWTEST_F() local 246 auto hdiOutput = HdiOutput::CreateHdiOutput(screenId); in HWTEST_F() 247 auto rsScreen = std::make_unique<impl::RSScreen>(screenId, false, hdiOutput, nullptr); in HWTEST_F() 262 ScreenId screenId = mockScreenId_; in HWTEST_F() local 263 auto hdiOutput = HdiOutput::CreateHdiOutput(screenId); in HWTEST_F() 264 auto rsScreen = std::make_unique<impl::RSScreen>(screenId, false, hdiOutput, nullptr); in HWTEST_F() 534 ScreenId screenId = mockScreenId_; in HWTEST_F() local 535 auto hdiOutput = HdiOutput::CreateHdiOutput(screenId); in HWTEST_F() 536 auto rsScreen = std::make_unique<impl::RSScreen>(screenId, false, hdiOutput, nullptr); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen_manager.cpp | 416 ScreenId screenId = ToScreenId(devId);
in OnScreenVBlankIdleEvent() local 417 if (screens_.count(screenId) == 0) {
in OnScreenVBlankIdleEvent() 418 RS_LOGW("RSScreenManager %{public}s: There is no screen for id %{public}" PRIu64 ".", __func__, screenId);
in OnScreenVBlankIdleEvent() 421 RSHardwareThread::Instance().PostTask([screenId, ns]() {
in OnScreenVBlankIdleEvent() 422 RSHardwareThread::Instance().OnScreenVBlankIdleCallback(screenId, ns);
in OnScreenVBlankIdleEvent() 1135 for (auto &[screenId, screen] : screens_) {
in SetVirtualScreenSurface() 1137 RS_LOGW("SetVirtualScreenSurface:screen %{public}" PRIu64 " not found", screenId);
in SetVirtualScreenSurface() 1140 if (!screen->IsVirtual() || screenId == id) {
in SetVirtualScreenSurface() 1346 void RSScreenManager::ReleaseScreenDmaBuffer(uint64_t screenId)
in ReleaseScreenDmaBuffer() argument 1348 RSHardwareThread::Instance().PostTask([screenId]() {
in ReleaseScreenDmaBuffer() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
H A D | wfd_source_scene.cpp | 490 if (msg->screenId == displayId) { in HandleAddDevice() 496 SHARING_LOGE("can't find screenId %{public}" PRIu64, msg->screenId); in HandleAddDevice() 507 screenId_ = msg->screenId; in HandleAddDevice() 571 startSessionMsg->screenId = screenId_; in CreateScreenCapture()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_output.cpp | 43 std::shared_ptr<HdiOutput> HdiOutput::CreateHdiOutput(uint32_t screenId) in CreateHdiOutput() argument 45 return std::make_shared<HdiOutput>(screenId); in CreateHdiOutput() 48 HdiOutput::HdiOutput(uint32_t screenId) : screenId_(screenId) in HdiOutput() argument
|
H A D | hdi_layer.cpp | 58 std::shared_ptr<HdiLayer> HdiLayer::CreateHdiLayer(uint32_t screenId) in CreateHdiLayer() argument 60 return std::make_shared<HdiLayer>(screenId); in CreateHdiLayer() 63 HdiLayer::HdiLayer(uint32_t screenId) : screenId_(screenId) in HdiLayer() argument
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | multi_screen_manager.cpp | 47 for (ScreenId screenId : allScreenIds) { in FilterPhysicalAndVirtualScreen() 48 auto screenSession = ScreenSessionManager::GetInstance().GetScreenSession(screenId); in FilterPhysicalAndVirtualScreen() 56 physicalScreenIds.emplace_back(screenId); in FilterPhysicalAndVirtualScreen() 58 virtualScreenIds.emplace_back(screenId); in FilterPhysicalAndVirtualScreen() 83 TLOGE(WmsLogTag::DMS, "get screen group failed main screenId: %{public}" PRIu64, mainScreenId); in VirtualScreenMirrorSwitch()
|
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_display_manager.cpp | 140 void AccessibilityDisplayManager::SetDisplayScale(const uint64_t screenId, in SetDisplayScale() argument
|