Home
last modified time | relevance | path

Searched refs:screenId (Results 126 - 150 of 328) sorted by relevance

12345678910>>...14

/foundation/window/window_manager/window_scene/screen_session_manager/src/publish/
H A Dscreen_session_publish.cpp121 const ScreenId &screenId, const Rotation &displayRotation) in PublishDisplayRotationEvent()
124 "start to publish display rotation event, screenId: %{public}d, displayRotation: %{public}d", in PublishDisplayRotationEvent()
125 static_cast<int32_t>(screenId), static_cast<int32_t>(displayRotation)); in PublishDisplayRotationEvent()
133 want->SetParam("screenid", static_cast<int32_t>(screenId)); in PublishDisplayRotationEvent()
120 PublishDisplayRotationEvent( const ScreenId &screenId, const Rotation &displayRotation) PublishDisplayRotationEvent() argument
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_publish_test.cpp134 ScreenId screenId = 1; in HWTEST_F() local
136 screenSessionPublish.PublishDisplayRotationEvent(screenId, displayRotation); in HWTEST_F()
142 screenSessionPublish.PublishDisplayRotationEvent(screenId, displayRotation); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/dm_lite/
H A Dscreen_manager_lite.h68 * @param screenId Screen id.
73 bool SetSpecifiedScreenPower(ScreenId screenId, ScreenPowerState state, PowerStateChangeReason reason);
87 * @param screenId Screen id.
90 ScreenPowerState GetScreenPower(ScreenId screenId);
/foundation/window/window_manager/wmserver/test/unittest/
H A Ddisplay_group_info_test.cpp252 ScreenId screenId = 1; in HWTEST_F() local
253 displayInfo->SetScreenId(screenId); in HWTEST_F()
268 ScreenId screenId = 1; in HWTEST_F() local
269 displayInfo->SetScreenId(screenId); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.cpp165 bool RSDirtyRectsDfx::RefreshRateRotationProcess(ScreenRotation rotation, uint64_t screenId) in RefreshRateRotationProcess() argument
169 auto mainScreenInfo = screenManager->QueryScreenInfo(screenId); in RefreshRateRotationProcess()
193 auto screenId = displayParams_->GetScreenId(); in DrawCurrentRefreshRate() local
199 screenId != 0) { in DrawCurrentRefreshRate()
202 uint32_t currentRefreshRate = OHOS::Rosen::HgmCore::Instance().GetScreenCurrentRefreshRate(screenId); in DrawCurrentRefreshRate()
224 screenId == 0) { in DrawCurrentRefreshRate()
230 if (!RefreshRateRotationProcess(rotation, screenId)) { in DrawCurrentRefreshRate()
/foundation/window/window_manager/window_scene/screen_session_manager/src/fold_screen_controller/
H A Dsingle_display_pocket_fold_policy.cpp378 void SingleDisplayPocketFoldPolicy::ChangeScreenDisplayModePower(ScreenId screenId, ScreenPowerStatus screenPowerStatus) in ChangeScreenDisplayModePower() argument
381 ScreenSessionManager::GetInstance().SetScreenPowerForFold(screenId, screenPowerStatus); in ChangeScreenDisplayModePower()
384 void SingleDisplayPocketFoldPolicy::SendPropertyChangeResult(sptr<ScreenSession> screenSession, ScreenId screenId, in SendPropertyChangeResult() argument
388 screenProperty_ = ScreenSessionManager::GetInstance().GetPhyScreenProperty(screenId); in SendPropertyChangeResult()
465 void SingleDisplayPocketFoldPolicy::AddOrRemoveDisplayNodeToTree(ScreenId screenId, int32_t command) in AddOrRemoveDisplayNodeToTree() argument
467 TLOGI(WmsLogTag::DMS, "AddOrRemoveDisplayNodeToTree, screenId: %{public}" PRIu64 ", command: %{public}d", in AddOrRemoveDisplayNodeToTree()
468 screenId, command); in AddOrRemoveDisplayNodeToTree()
469 sptr<ScreenSession> screenSession = ScreenSessionManager::GetInstance().GetScreenSession(screenId); in AddOrRemoveDisplayNodeToTree()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_display.cpp76 ScreenId screenId {0}; in GetScreenId()
77 return screenId; in GetScreenId()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_colorspace_convert.h57 ScreenId screenId, uint32_t dynamicRangeMode);
59 GraphicColorGamut targetColorSpace, ScreenId screenId, uint32_t dynamicRangeMode);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsscreenmanager_fuzzer/
H A Drsscreenmanager_fuzzer.cpp67 Rosen::ScreenId screenId = GetData<Rosen::ScreenId>(); in DoSomethingInterestingWithMyAPI() local
72 Rosen::CreateOrGetScreenManager()->SetVirtualScreenRefreshRate(screenId, maxRefreshRate, actualRefreshRate); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_associative_display_strategy.cpp48 if (config.screenId != activeId) { in Display()
52 Rosen::RSScreenModeInfo modeInfo = interface.GetScreenActiveMode(config.screenId); in Display()
H A Dboot_picture_player.cpp31 InitPicCoordinates(params.screenId); in BootPicturePlayer()
74 void BootPicturePlayer::InitPicCoordinates(Rosen::ScreenId screenId) in InitPicCoordinates() argument
77 Rosen::RSScreenModeInfo modeinfo = interface.GetScreenActiveMode(screenId); in InitPicCoordinates()
/foundation/window/window_manager/window_scene/screen_session_manager/include/fold_screen_controller/
H A Ddual_display_fold_policy.h38 void AddOrRemoveDisplayNodeToTree(ScreenId screenId, int32_t command) override;
43 void ChangeScreenDisplayModeOnBootAnimation(sptr<ScreenSession> screenSession, ScreenId screenId);
/foundation/window/window_manager/wmserver/src/zidl/
H A Dsession_manager_service_recover_proxy.cpp55 int32_t userId, int32_t screenId, bool isConnected, const sptr<IRemoteObject>& sessionManagerService) in OnWMSConnectionChanged()
68 if (!data.WriteInt32(screenId)) { in OnWMSConnectionChanged()
69 WLOGFE("Write screenId failed"); in OnWMSConnectionChanged()
54 OnWMSConnectionChanged( int32_t userId, int32_t screenId, bool isConnected, const sptr<IRemoteObject>& sessionManagerService) OnWMSConnectionChanged() argument
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test.cpp238 auto screenId = 0; in HWTEST_F() local
239 sceneSession->GetSessionProperty()->SetDisplayId(screenId); in HWTEST_F()
248 Rosen::ScreenSessionManagerClient::GetInstance().screenSessionMap_.emplace(screenId, screenSession); in HWTEST_F()
249 Rosen::ScreenSessionManagerClient::GetInstance().OnPropertyChanged(screenId, screenProperty0, reason); in HWTEST_F()
253 Rosen::ScreenSessionManagerClient::GetInstance().OnPropertyChanged(screenId, screenProperty0, reason); in HWTEST_F()
257 Rosen::ScreenSessionManagerClient::GetInstance().OnPropertyChanged(screenId, screenProperty0, reason); in HWTEST_F()
261 Rosen::ScreenSessionManagerClient::GetInstance().OnPropertyChanged(screenId, screenProperty0, reason); in HWTEST_F()
585 auto screenId = 0; in HWTEST_F() local
586 manager_->UpdateWindowFlags(screenId, sceneSession, windowinfo); in HWTEST_F()
596 Rosen::ScreenSessionManagerClient::GetInstance().screenSessionMap_.emplace(screenId, screenSessio in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.cpp89 redrawCb_ = [this](const sptr<Surface>& surface, const std::vector<LayerInfoPtr>& layers, uint32_t screenId) { in Start()
90 return this->Redraw(surface, layers, screenId); in Start()
339 void RSHardwareThread::OnScreenVBlankIdleCallback(ScreenId screenId, uint64_t timestamp) in OnScreenVBlankIdleCallback() argument
341 RS_TRACE_NAME_FMT("RSHardwareThread::OnScreenVBlankIdleCallback screenId: %d now: %lu", screenId, timestamp); in OnScreenVBlankIdleCallback()
342 vblankIdleCorrector_.SetScreenVBlankIdle(screenId); in OnScreenVBlankIdleCallback()
366 RS_LOGD("RSHardwareThread::CommitAndReleaseLayers screenId %{public}d refreshRate %{public}d", in ExecuteSwitchRefreshRate()
372 RS_LOGD("RSHardwareThread: failed to set refreshRate %{public}d, screenId %{public}" PRIu64 "", refreshRate, in ExecuteSwitchRefreshRate()
431 redrawCb_(surface, param.layers, param.screenId); in OnPrepareComplete()
500 void RSHardwareThread::Redraw(const sptr<Surface>& surface, const std::vector<LayerInfoPtr>& layers, uint32_t screenId) in Redraw() argument
[all...]
H A Drs_hardware_thread.h32 uint32_t screenId)>;
62 void OnScreenVBlankIdleCallback(ScreenId screenId, uint64_t timestamp);
72 void Redraw(const sptr<Surface>& surface, const std::vector<LayerInfoPtr>& layers, uint32_t screenId);
/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_lite.cpp599 bool DisplayManagerLite::SetScreenPowerById(ScreenId screenId, ScreenPowerState state, PowerStateChangeReason reason) in SetScreenPowerById() argument
602 return SingletonContainer::Get<DisplayManagerAdapterLite>().SetScreenPowerById(screenId, state, reason); in SetScreenPowerById()
682 bool DisplayManagerLite::SetScreenBrightness(uint64_t screenId, uint32_t level) in SetScreenBrightness() argument
684 WLOGFD("[UL_POWER]SetScreenBrightness screenId:%{public}" PRIu64", level:%{public}u,", screenId, level); in SetScreenBrightness()
685 SingletonContainer::Get<DisplayManagerAdapterLite>().SetScreenBrightness(screenId, level); in SetScreenBrightness()
689 uint32_t DisplayManagerLite::GetScreenBrightness(uint64_t screenId) const in GetScreenBrightness()
691 uint32_t level = SingletonContainer::Get<DisplayManagerAdapterLite>().GetScreenBrightness(screenId); in GetScreenBrightness()
692 WLOGFD("[UL_POWER]GetScreenBrightness screenId:%{public}" PRIu64", level:%{public}u,", screenId, leve in GetScreenBrightness()
[all...]
H A Ddisplay_manager_lite_proxy.cpp423 bool DisplayManagerLiteProxy::SetScreenPowerById(ScreenId screenId, ScreenPowerState state, in SetScreenPowerById() argument
439 if (!data.WriteUint64(screenId)) { in SetScreenPowerById()
459 bool DisplayManagerLiteProxy::SetSpecifiedScreenPower(ScreenId screenId, ScreenPowerState state, in SetSpecifiedScreenPower() argument
475 if (!data.WriteUint32(static_cast<uint32_t>(screenId))) { in SetSpecifiedScreenPower()
631 bool DisplayManagerLiteProxy::SetScreenBrightness(uint64_t screenId, uint32_t level) in SetScreenBrightness() argument
646 if (!data.WriteUint64(screenId)) { in SetScreenBrightness()
647 WLOGFE("Write screenId failed"); in SetScreenBrightness()
662 uint32_t DisplayManagerLiteProxy::GetScreenBrightness(uint64_t screenId) in GetScreenBrightness() argument
677 if (!data.WriteUint64(static_cast<uint64_t>(screenId))) { in GetScreenBrightness()
678 WLOGFE("Write screenId faile in GetScreenBrightness()
[all...]
/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_display_controller_test.cpp540 ScreenId screenId = SCREEN_ID_INVALID; in HWTEST_F() local
541 auto ret = absDisplayController_->GetAbstractDisplayByScreen(screenId); in HWTEST_F()
552 ScreenId screenId = SCREEN_ID_INVALID; in HWTEST_F() local
553 auto ret = absDisplayController_->GetScreenSnapshot(screenId); in HWTEST_F()
564 ScreenId screenId = 2; in HWTEST_F() local
565 auto ret = absDisplayController_->GetScreenSnapshot(screenId); in HWTEST_F()
576 ScreenId screenId = 1; in HWTEST_F() local
577 auto ret = absDisplayController_->GetScreenSnapshot(screenId); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfacenodecommand_fuzzer/
H A Drssurfacenodecommand_fuzzer.cpp71 uint64_t screenId = GetData<uint64_t>(); in DoSurfacenodecommand() local
93 SurfaceNodeCommandHelper::AttachToDisplay(context, id, screenId); in DoSurfacenodecommand()
94 SurfaceNodeCommandHelper::DetachToDisplay(context, id, screenId); in DoSurfacenodecommand()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_hwc_prevalidate_util_test.cpp125 ScreenId screenId = 1; in HWTEST_F() local
126 bool ret = uniHwcPrevalidateUtil.IsPrevalidateEnable(screenId); in HWTEST_F()
129 ret = uniHwcPrevalidateUtil.IsPrevalidateEnable(screenId); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_surface_node_command.cpp208 void SurfaceNodeCommandHelper::AttachToDisplay(RSContext& context, NodeId nodeId, uint64_t screenId) in AttachToDisplay() argument
216 [&surfaceRenderNode, &screenId](const std::shared_ptr<RSDisplayRenderNode>& displayRenderNode) { in AttachToDisplay()
217 if (displayRenderNode == nullptr || displayRenderNode->GetScreenId() != screenId || in AttachToDisplay()
226 void SurfaceNodeCommandHelper::DetachToDisplay(RSContext& context, NodeId nodeId, uint64_t screenId) in DetachToDisplay() argument
234 [&surfaceRenderNode, &screenId](const std::shared_ptr<RSDisplayRenderNode>& displayRenderNode) { in DetachToDisplay()
235 if (displayRenderNode == nullptr || displayRenderNode->GetScreenId() != screenId || in DetachToDisplay()
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/
H A Dscreen_capture_consumer.h68 bool InitCapture(uint64_t screenId);
69 bool InitVideoCapture(uint64_t screenId);
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_screen.h34 HdiScreen(uint32_t screenId);
37 static std::unique_ptr<HdiScreen> CreateHdiScreen(uint32_t screenId);
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdibackend_fuzzer/
H A Dhdibackend_fuzzer.cpp78 uint32_t screenId = GetData<uint32_t>(); in DoSomethingInterestingWithMyAPI() local
83 OutputPtr outputptr = HdiOutput::CreateHdiOutput(screenId); in DoSomethingInterestingWithMyAPI()

Completed in 14 milliseconds

12345678910>>...14