Home
last modified time | relevance | path

Searched refs:screenId (Results 226 - 250 of 328) sorted by relevance

12345678910>>...14

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_effect_render_node.h65 void SetCurrentAttachedScreenId(uint64_t screenId);
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_dumper.h45 DMError DumpSpecifiedScreenInfo(ScreenId screenId, std::string& dumpInfo) const;
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/include/
H A Dscreenregion.h44 ScreenRegion(const std::string &remoteDevId, uint64_t screenId, uint64_t displayId);
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/include/
H A Dscreenregion.h62 void PublishMessage(const DHTopic topic, const uint64_t &screenId, const std::string &remoteDevId,
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_controller.cpp86 config.screenId = 0; in CreateDefaultBootConfig()
/foundation/window/window_manager/window_scene/screen_session_manager/include/fold_screen_controller/
H A Dfold_screen_policy.h40 virtual void AddOrRemoveDisplayNodeToTree(ScreenId screenId, int32_t command);
/foundation/window/window_manager/window_scene/screen_session_manager/src/fold_screen_controller/
H A Dfold_screen_policy.cpp114 void FoldScreenPolicy::AddOrRemoveDisplayNodeToTree(ScreenId screenId, int32_t command) {}; in AddOrRemoveDisplayNodeToTree() argument
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_test.cpp370 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 Drs_surface_node_command.h99 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 Dhdioutput_test.cpp40 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 Drs_surface_render_node_drawable.h187 void SetScreenId(ScreenId screenId) in SetScreenId() argument
189 screenId_ = screenId; in SetScreenId()
/foundation/multimodalinput/input/intention/drag/data/src/
H A Ddrag_params.cpp282 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 Dhdiscreen_test.cpp38 uint32_t screenId = 0; in SetUpTestCase() local
39 hdiScreen_ = HdiScreen::CreateHdiScreen(screenId); in SetUpTestCase()
H A Dhdioutput_test.cpp37 uint32_t screenId = 0; in SetUpTestCase() local
38 hdiOutput_ = HdiOutput::CreateHdiOutput(screenId); in SetUpTestCase()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_manager_test.cpp148 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 Dsession_manager_lite_test.cpp184 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 Dabstract_screen_test.cpp409 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 Drs_screen_test.cpp245 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 Drs_screen_unit_test.cpp245 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 Drs_screen_manager.cpp416 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 Dwfd_source_scene.cpp490 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 Dhdi_output.cpp43 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 Dhdi_layer.cpp58 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 Dmulti_screen_manager.cpp47 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 Dmock_accessibility_display_manager.cpp140 void AccessibilityDisplayManager::SetDisplayScale(const uint64_t screenId, in SetDisplayScale() argument

Completed in 24 milliseconds

12345678910>>...14