/foundation/window/window_manager/window_scene/screen_session_manager/src/publish/ |
H A D | screen_session_publish.cpp | 121 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 D | screen_session_publish_test.cpp | 134 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 D | screen_manager_lite.h | 68 * @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 D | display_group_info_test.cpp | 252 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 D | rs_dirty_rects_dfx.cpp | 165 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 D | single_display_pocket_fold_policy.cpp | 378 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 D | mock_display.cpp | 76 ScreenId screenId {0}; in GetScreenId() 77 return screenId; in GetScreenId()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_colorspace_convert.h | 57 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 D | rsscreenmanager_fuzzer.cpp | 67 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 D | boot_associative_display_strategy.cpp | 48 if (config.screenId != activeId) {
in Display() 52 Rosen::RSScreenModeInfo modeInfo = interface.GetScreenActiveMode(config.screenId);
in Display()
|
H A D | boot_picture_player.cpp | 31 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 D | dual_display_fold_policy.h | 38 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 D | session_manager_service_recover_proxy.cpp | 55 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 D | scene_session_dirty_manager_test.cpp | 238 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 D | rs_hardware_thread.cpp | 89 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 D | rs_hardware_thread.h | 32 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 D | display_manager_lite.cpp | 599 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 D | display_manager_lite_proxy.cpp | 423 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 D | abstract_display_controller_test.cpp | 540 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 D | rssurfacenodecommand_fuzzer.cpp | 71 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 D | rs_uni_hwc_prevalidate_util_test.cpp | 125 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 D | rs_surface_node_command.cpp | 208 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 D | screen_capture_consumer.h | 68 bool InitCapture(uint64_t screenId); 69 bool InitVideoCapture(uint64_t screenId);
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_screen.h | 34 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 D | hdibackend_fuzzer.cpp | 78 uint32_t screenId = GetData<uint32_t>(); in DoSomethingInterestingWithMyAPI() local 83 OutputPtr outputptr = HdiOutput::CreateHdiOutput(screenId); in DoSomethingInterestingWithMyAPI()
|