Home
last modified time | relevance | path

Searched defs:displayId (Results 1 – 25 of 171) sorted by relevance

1234567

/foundation/window/window_manager/wmserver/test/unittest/
Ddisplay_group_info_test.cpp51 DisplayId displayId = 0; in SetUp() local
128 DisplayId displayId = 0; variable
140 DisplayId displayId = 3; variable
174 DisplayId displayId = 0; variable
186 DisplayId displayId = 3; variable
198 DisplayId displayId = 0; variable
210 DisplayId displayId = 3; variable
222 DisplayId displayId = 0; variable
235 DisplayId displayId = 3; variable
250 DisplayId displayId = 0; variable
[all …]
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
Dmock_display_power_mgr_client.cpp58 bool DisplayPowerMgrClient::SetBrightness(uint32_t value, uint32_t displayId) in SetBrightness()
65 bool DisplayPowerMgrClient::DiscountBrightness(double discount, uint32_t displayId) in DiscountBrightness()
72 bool DisplayPowerMgrClient::OverrideBrightness(uint32_t value, uint32_t displayId) in OverrideBrightness()
79 bool DisplayPowerMgrClient::RestoreBrightness(uint32_t displayId) in RestoreBrightness()
85 uint32_t DisplayPowerMgrClient::GetBrightness(uint32_t displayId) in GetBrightness()
131 bool DisplayPowerMgrClient::BoostBrightness(int32_t timeoutMs, uint32_t displayId) in BoostBrightness()
138 bool DisplayPowerMgrClient::CancelBoostBrightness(uint32_t displayId) in CancelBoostBrightness()
144 uint32_t DisplayPowerMgrClient::GetDeviceBrightness(uint32_t displayId) in GetDeviceBrightness()
/foundation/window/window_manager/wmserver/src/
Ddisplay_group_controller.cpp28 void DisplayGroupController::InitNewDisplay(DisplayId displayId) in InitNewDisplay()
58 …ptr<WindowNode>>* DisplayGroupController::GetWindowNodesByDisplayIdAndRootType(DisplayId displayId, in GetWindowNodesByDisplayIdAndRootType()
131 for (auto& displayId : showingDisplays) { in ProcessCrossNodes() local
229 …splayGroupController::ChangeToRectInDisplayGroup(const sptr<WindowNode>& node, DisplayId displayId) in ChangeToRectInDisplayGroup()
318 …roupController::MoveNotCrossNodeToDefaultDisplay(const sptr<WindowNode>& node, DisplayId displayId) in MoveNotCrossNodeToDefaultDisplay()
345 void DisplayGroupController::ProcessNotCrossNodesOnDestroyedDisplay(DisplayId displayId, in ProcessNotCrossNodesOnDestroyedDisplay()
400 DisplayId displayId = displayInfo->GetDisplayId(); in ProcessDisplayCreate() local
424 DisplayId displayId = displayInfo->GetDisplayId(); in ProcessDisplayDestroy() local
439 auto displayId = node->GetDisplayId(); in ProcessSystemBarRotation() local
455 void DisplayGroupController::UpdateNodeSizeChangeReasonWithRotation(DisplayId displayId, in UpdateNodeSizeChangeReasonWithRotation()
[all …]
Ddisplay_group_info.cpp36 DisplayId displayId = displayInfo->GetDisplayId(); in AddDisplayInfo() local
44 void DisplayGroupInfo::RemoveDisplayInfo(DisplayId displayId) in RemoveDisplayInfo()
72 void DisplayGroupInfo::SetDisplayRotation(DisplayId displayId, Rotation rotation) in SetDisplayRotation()
81 void DisplayGroupInfo::SetDisplayOrientation(DisplayId displayId, DisplayOrientation orientation) in SetDisplayOrientation()
90 void DisplayGroupInfo::SetDisplayStateChangeType(DisplayId displayId, DisplayStateChangeType change… in SetDisplayStateChangeType()
99 void DisplayGroupInfo::SetDisplayVirtualPixelRatio(DisplayId displayId, float vpr) in SetDisplayVirtualPixelRatio()
108 void DisplayGroupInfo::SetDisplayRect(DisplayId displayId, Rect displayRect) in SetDisplayRect()
197 DisplayId displayId = displayInfo->GetDisplayId(); in UpdateDisplayInfo() local
Dfreeze_controller.cpp33 bool FreezeController::FreezeDisplay(DisplayId displayId) in FreezeDisplay()
54 bool FreezeController::UnfreezeDisplay(DisplayId displayId) in UnfreezeDisplay()
69 sptr<Window> FreezeController::CreateCoverWindow(DisplayId displayId) in CreateCoverWindow()
Dwindow_layout_policy_tile.cpp42 const auto& displayId = iter.first; in Launch() local
72 void WindowLayoutPolicyTile::InitTileRects(DisplayId displayId) in InitTileRects()
116 void WindowLayoutPolicyTile::InitTileQueue(DisplayId displayId) in InitTileQueue()
132 const auto& displayId = node->GetDisplayId(); in IsTileRectSatisfiedWithSizeLimits() local
190 void WindowLayoutPolicyTile::LayoutTileQueue(DisplayId displayId) in LayoutTileQueue()
212 … WindowLayoutPolicyTile::PushBackNodeInTileQueue(const sptr<WindowNode>& node, DisplayId displayId) in PushBackNodeInTileQueue()
244 DisplayId displayId = node->GetDisplayId(); in RemoveNodeFromTileQueue() local
253 bool WindowLayoutPolicyTile::IsValidTileQueueAndPresetRects(DisplayId displayId) in IsValidTileQueueAndPresetRects()
272 void WindowLayoutPolicyTile::RefreshTileQueue(DisplayId displayId, in RefreshTileQueue()
302 void WindowLayoutPolicyTile::ApplyPresetRectForTileWindows(DisplayId displayId) in ApplyPresetRectForTileWindows()
Dwindow_layout_policy_cascade.cpp58 DisplayId displayId = iter.first; in Reorder() local
101 auto displayId = iter.first; in InitAllRects() local
108 void WindowLayoutPolicyCascade::LayoutSplitNodes(DisplayId displayId, WindowUpdateType type, bool l… in LayoutSplitNodes()
139 auto displayId = node->GetDisplayId(); in LayoutDivider() local
201 …WindowLayoutPolicyCascade::SetInitialDividerRect(const sptr<WindowNode>& node, DisplayId displayId) in SetInitialDividerRect()
240 auto displayId = node->GetDisplayId(); in UpdateDividerPosition() local
248 void WindowLayoutPolicyCascade::InitCascadeRect(DisplayId displayId) in InitCascadeRect()
437 auto displayId = node->GetDisplayId(); in UpdateLayoutRect() local
495 void WindowLayoutPolicyCascade::LimitDividerPositionBySplitRatio(DisplayId displayId, Rect& winRect… in LimitDividerPositionBySplitRatio()
514 void WindowLayoutPolicyCascade::InitSplitRects(DisplayId displayId) in InitSplitRects()
[all …]
Ddisplay_zoom_controller.cpp34 DisplayId displayId = DisplayGroupInfo::GetInstance().GetDefaultDisplayId(); in SetAnchorAndScale() local
67 DisplayId displayId = DisplayGroupInfo::GetInstance().GetDefaultDisplayId(); in SetAnchorOffset() local
92 DisplayId displayId = DisplayGroupInfo::GetInstance().GetDefaultDisplayId(); in OffWindowZoom() local
109 void DisplayZoomController::UpdateAllWindowsZoomInfo(DisplayId displayId) in UpdateAllWindowsZoomInfo()
146 DisplayId displayId = DisplayGroupInfo::GetInstance().GetDefaultDisplayId(); in UpdateWindowZoomInfo() local
181 DisplayId displayId, int32_t& deltaX, int32_t& deltaY) in UpdateZoomTranslateInfo()
Daccessibility_connection.cpp45 void AccessibilityConnection::NotifyAccessibilityWindowInfo(DisplayId displayId, in NotifyAccessibilityWindowInfo()
61 void AccessibilityConnection::NotifyAccessibilityWindowInfo(DisplayId displayId, WindowUpdateType t… in NotifyAccessibilityWindowInfo()
118 for (DisplayId displayId : displayIds) { in GetAccessibilityWindowInfo() local
Dwindow_group_mgr.cpp96 for (auto displayId : displayIds) { in MoveMissionsToBackground() local
141 for (auto displayId : displayIds) { in MoveMissionToForeground() local
152 for (auto displayId : displayIds) { in MoveMissionToForeground() local
Dwindow_root.cpp61 ScreenId WindowRoot::GetScreenGroupId(DisplayId displayId, bool& isRecordedDisplay) in GetScreenGroupId()
75 sptr<WindowNodeContainer> WindowRoot::GetOrCreateWindowNodeContainer(DisplayId displayId) in GetOrCreateWindowNodeContainer()
89 sptr<WindowNodeContainer> WindowRoot::GetWindowNodeContainer(DisplayId displayId) in GetWindowNodeContainer()
118 DisplayId displayId = displayInfo->GetDisplayId(); in CreateWindowNodeContainer() local
291 std::vector<sptr<WindowNode>> WindowRoot::GetSplitScreenWindowNodes(DisplayId displayId) in GetSplitScreenWindowNodes()
328 void WindowRoot::ExitSplitMode(DisplayId displayId) in ExitSplitMode()
451 void WindowRoot::MinimizeAllAppWindows(DisplayId displayId) in MinimizeAllAppWindows()
466 for (auto displayId : displays) { in ToggleShownStateForAllAppWindows() local
594 DisplayId displayId = dstNode->GetDisplayId(); in GetDisplayRectWithoutSystemBarAreas() local
1345 WMError WindowRoot::SetWindowLayoutMode(DisplayId displayId, WindowLayoutMode mode) in SetWindowLayoutMode()
[all …]
/foundation/window/window_manager/wm/test/unittest/
Dwindow_scene_test.cpp51 DisplayId displayId = 0; in SetUp() local
79 DisplayId displayId = 0; variable
96 DisplayId displayId = 0; variable
113 DisplayId displayId = 0; variable
223 DisplayId displayId = 0; variable
254 DisplayId displayId = 0; variable
273 DisplayId displayId = 0; variable
303 DisplayId displayId = 0; variable
334 DisplayId displayId = 0; variable
398 DisplayId displayId = 0; variable
[all …]
/foundation/window/window_manager/test/systemtest/wms/
Dwindow_rotation_test.cpp66 void DisplayListener::OnCreate(DisplayId displayId) in OnCreate()
70 void DisplayListener::OnDestroy(DisplayId displayId) in OnDestroy()
74 void DisplayListener::OnChange(DisplayId displayId) in OnChange()
149 DisplayId displayId = displayListener_->changeFuture_.GetResult(FUTURE_GET_RESULT_TIMEOUT); variable
181 DisplayId displayId = displayListener_->changeFuture_.GetResult(FUTURE_GET_RESULT_TIMEOUT); variable
250 DisplayId displayId = displayListener_->changeFuture_.GetResult(FUTURE_GET_RESULT_TIMEOUT); variable
289 DisplayId displayId = displayListener_->changeFuture_.GetResult(FUTURE_GET_RESULT_TIMEOUT); variable
/foundation/ability/ability_runtime/test/unittest/configuration_test/
Dconfiguration_test.cpp88 int displayId = 1001; variable
149 int displayId = 1001; variable
223 int displayId = 1001; variable
289 int displayId = 1001; variable
311 int displayId = 1001; variable
339 int displayId = 1001; variable
367 int displayId = 1001; variable
400 int displayId = 1001; variable
431 int displayId = 1001; variable
455 int displayId = 1001; variable
[all …]
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
Djs_service_extension.h188 void OnCreate(Rosen::DisplayId displayId) override in OnCreate()
196 void OnDestroy(Rosen::DisplayId displayId) override in OnDestroy()
204 void OnChange(Rosen::DisplayId displayId) override in OnChange()
/foundation/window/window_manager/dmserver/src/
Ddisplay_manager_service_inner.cpp68 for (auto displayId: displayIds) { in GetAllDisplays() local
79 void DisplayManagerServiceInner::UpdateRSTree(DisplayId displayId, DisplayId parentDisplayId, in UpdateRSTree()
121 std::shared_ptr<Media::PixelMap> DisplayManagerServiceInner::GetDisplaySnapshot(DisplayId displayId, in GetDisplaySnapshot()
132 DMError DisplayManagerServiceInner::SetOrientationFromWindow(DisplayId displayId, Orientation orien… in SetOrientationFromWindow()
143 bool DisplayManagerServiceInner::SetRotationFromWindow(DisplayId displayId, Rotation targetRotation… in SetRotationFromWindow()
/foundation/window/window_manager/utils/include/
Dfold_screen_info.h33 FoldCreaseRegion(DisplayId displayId, const std::vector<DMRect>& creaseRects) in FoldCreaseRegion()
46 DisplayId displayId = DISPLAY_ID_INVALID; in Unmarshalling() local
54 DEFINE_VAR_DEFAULT_FUNC_GET_SET(DisplayId, DisplayId, displayId, DISPLAY_ID_INVALID) in DEFINE_VAR_DEFAULT_FUNC_GET_SET() argument
/foundation/window/window_manager/dm/test/unittest/
Ddisplay_change_unit_test.cpp36 virtual void OnCreate(DisplayId displayId) {} in OnCreate()
38 virtual void OnDestroy(DisplayId displayId) {} in OnDestroy()
40 virtual void OnChange(DisplayId displayId) {} in OnChange()
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
Ddscreen_maprelation_test.cpp45 uint64_t displayId = 0; variable
106 uint64_t displayId = 1; variable
131 uint64_t displayId = 1; variable
/foundation/barrierfree/accessibility/services/test/mock/
Dmock_display_manager.cpp59 sptr<Display> DisplayManager::GetDisplayById(DisplayId displayId) in GetDisplayById()
65 std::shared_ptr<Media::PixelMap> DisplayManager::GetScreenshot(DisplayId displayId, DmErrorCode* er… in GetScreenshot()
70 std::shared_ptr<Media::PixelMap> DisplayManager::GetScreenshot(DisplayId displayId, in GetScreenshot()
138 DisplayState DisplayManager::GetDisplayState(DisplayId displayId) in GetDisplayState()
/foundation/window/window_manager/test/demo/
Ddemo_freeze_display.cpp24 auto displayId = DisplayManager::GetInstance().GetDefaultDisplayId(); in main() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/
Dconfiguration_utils.cpp93 void ConfigurationUtils::InitDisplayConfig(Rosen::DisplayId displayId, std::shared_ptr<Configuratio… in InitDisplayConfig()
115 void ConfigurationUtils::UpdateDisplayConfig(Rosen::DisplayId displayId, std::shared_ptr<Configurat… in UpdateDisplayConfig()
150 bool ConfigurationUtils::GetDisplayConfig(Rosen::DisplayId displayId, float &density, in GetDisplayConfig()
/foundation/window/window_manager/dm/src/
Ddisplay_manager_adapter.cpp64 std::shared_ptr<Media::PixelMap> DisplayManagerAdapter::GetDisplaySnapshot(DisplayId displayId, DmE… in GetDisplaySnapshot()
227 DisplayState DisplayManagerAdapter::GetDisplayState(DisplayId displayId) in GetDisplayState()
381 DMError DisplayManagerAdapter::HasPrivateWindow(DisplayId displayId, bool& hasPrivateWindow) in HasPrivateWindow()
388 sptr<DisplayInfo> DisplayManagerAdapter::GetDisplayInfo(DisplayId displayId) in GetDisplayInfo()
399 sptr<CutoutInfo> DisplayManagerAdapter::GetCutoutInfo(DisplayId displayId) in GetCutoutInfo()
410 DMError DisplayManagerAdapter::AddSurfaceNodeToDisplay(DisplayId displayId, in AddSurfaceNodeToDisplay()
421 DMError DisplayManagerAdapter::RemoveSurfaceNodeFromDisplay(DisplayId displayId, in RemoveSurfaceNodeFromDisplay()
Ddisplay_manager.cpp142 void OnDisplayDestroy(DisplayId displayId) override in OnDisplayDestroy()
373 auto displayId = displayInfo->GetDisplayId(); in GetDefaultDisplay() local
399 auto displayId = displayInfo->GetDisplayId(); in GetDefaultDisplaySync() local
410 sptr<Display> DisplayManager::Impl::GetDisplayById(DisplayId displayId) in GetDisplayById()
421 sptr<Display> DisplayManager::GetDisplayById(DisplayId displayId) in GetDisplayById()
450 DisplayId displayId = displayInfo->GetDisplayId(); in GetDisplayByScreenId() local
464 std::shared_ptr<Media::PixelMap> DisplayManager::GetScreenshot(DisplayId displayId, DmErrorCode* er… in GetScreenshot()
480 std::shared_ptr<Media::PixelMap> DisplayManager::GetScreenshot(DisplayId displayId, const Media::Re… in GetScreenshot()
543 for (auto displayId: displayIds) { in GetAllDisplays() local
554 DMError DisplayManager::HasPrivateWindow(DisplayId displayId, bool& hasPrivateWindow) in HasPrivateWindow()
[all …]
/foundation/window/window_manager/dmserver/test/unittest/
Ddisplay_cutout_controller_test.cpp74 DisplayId displayId = 1; variable
90 DisplayId displayId = DisplayManagerServiceInner::GetInstance().GetDefaultDisplayId(); variable
154 DisplayId displayId = DisplayManagerServiceInner::GetInstance().GetDefaultDisplayId(); variable

1234567