/foundation/window/window_manager/wmserver/include/ |
H A D | display_group_controller.h | 47 void ProcessDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, 49 void ProcessDisplayDestroy(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, 52 void ProcessDisplayChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, 66 void ProcessDisplaySizeChangeOrRotation(DisplayId defaultDisplayId, DisplayId displayId, 68 void ProcessCrossNodes(DisplayId defaultDisplayId, DisplayStateChangeType type);
|
H A D | window_root.h | 43 sptr<WindowNodeContainer> CreateWindowNodeContainer(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo); 75 void ProcessDisplayChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, 77 void ProcessDisplayDestroy(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, 79 void ProcessDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, 134 void ProcessExpandDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, 139 void MoveNotShowingWindowToDefaultDisplay(DisplayId defaultDisplayId, DisplayId displayId);
|
H A D | window_controller.h | 54 void NotifyDisplayStateChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, 97 void ProcessDisplayChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, 116 void SetDefaultDisplayInfo(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo); 117 void ProcessDisplayCompression(DisplayId defaultDisplayId, const sptr<DisplayInfo>& displayInfo);
|
H A D | window_group_mgr.h | 44 void OnDisplayStateChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
|
H A D | display_group_info.h | 41 void SetDefaultDisplayId(DisplayId defaultDisplayId);
|
H A D | window_manager_service.h | 51 virtual void OnDisplayStateChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, 165 void NotifyDisplayStateChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
|
/foundation/window/window_manager/wmserver/src/ |
H A D | display_group_controller.cpp | 110 void DisplayGroupController::ProcessCrossNodes(DisplayId defaultDisplayId, DisplayStateChangeType type) in ProcessCrossNodes() argument 112 defaultDisplayId_ = defaultDisplayId; in ProcessCrossNodes() 128 newDisplayId = defaultDisplayId; in ProcessCrossNodes() 355 WLOGFE("Move window nodes failed, displayId is the same as defaultDisplayId"); in ProcessNotCrossNodesOnDestroyedDisplay() 400 void DisplayGroupController::ProcessDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, in ProcessDisplayCreate() argument 403 defaultDisplayId_ = defaultDisplayId; in ProcessDisplayCreate() 404 WLOGI("defaultDisplay, displayId: %{public}" PRIu64"", defaultDisplayId); in ProcessDisplayCreate() 414 ProcessCrossNodes(defaultDisplayId, DisplayStateChangeType::CREATE); in ProcessDisplayCreate() 424 void DisplayGroupController::ProcessDisplayDestroy(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, in ProcessDisplayDestroy() argument 428 defaultDisplayId_ = defaultDisplayId; in ProcessDisplayDestroy() 488 ProcessDisplayChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, const std::map<DisplayId, Rect>& displayRectMap, DisplayStateChangeType type) ProcessDisplayChange() argument 521 ProcessDisplaySizeChangeOrRotation(DisplayId defaultDisplayId, DisplayId displayId, const std::map<DisplayId, Rect>& displayRectMap, DisplayStateChangeType type) ProcessDisplaySizeChangeOrRotation() argument [all...] |
H A D | window_group_mgr.cpp | 171 void WindowGroupMgr::OnDisplayStateChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, in OnDisplayStateChange() argument 174 WLOGFD("OnDisplayStateChange displayId: %{public}" PRIu64", type: %{public}d", defaultDisplayId, type); in OnDisplayStateChange() 176 backupDividerWindowRect_.erase(defaultDisplayId); in OnDisplayStateChange()
|
H A D | window_root.cpp | 92 DisplayId defaultDisplayId = DisplayManagerServiceInner::GetInstance().GetDefaultDisplayId(); in GetOrCreateWindowNodeContainer() local 93 return CreateWindowNodeContainer(defaultDisplayId, displayInfo); in GetOrCreateWindowNodeContainer() 108 DisplayId defaultDisplayId = DisplayManagerServiceInner::GetInstance().GetDefaultDisplayId(); in GetWindowNodeContainer() local 109 ProcessExpandDisplayCreate(defaultDisplayId, displayInfo, displayRectMap); in GetWindowNodeContainer() 116 sptr<WindowNodeContainer> WindowRoot::CreateWindowNodeContainer(DisplayId defaultDisplayId, in CreateWindowNodeContainer() argument 124 DisplayGroupInfo::GetInstance().SetDefaultDisplayId(defaultDisplayId); in CreateWindowNodeContainer() 1572 void WindowRoot::ProcessExpandDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, in ProcessExpandDisplayCreate() argument 1579 DisplayGroupInfo::GetInstance().SetDefaultDisplayId(defaultDisplayId); in ProcessExpandDisplayCreate() 1588 container->GetDisplayGroupController()->ProcessDisplayCreate(defaultDisplayId, displayInfo, displayRectMap); in ProcessExpandDisplayCreate() 1629 void WindowRoot::ProcessDisplayCreate(DisplayId defaultDisplayId, spt argument 1651 MoveNotShowingWindowToDefaultDisplay(DisplayId defaultDisplayId, DisplayId displayId) MoveNotShowingWindowToDefaultDisplay() argument 1667 ProcessDisplayDestroy(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, const std::map<DisplayId, sptr<DisplayInfo>>& displayInfoMap) ProcessDisplayDestroy() argument 1715 ProcessDisplayChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, const std::map<DisplayId, sptr<DisplayInfo>>& displayInfoMap, DisplayStateChangeType type) ProcessDisplayChange() argument [all...] |
H A D | display_group_info.cpp | 121 void DisplayGroupInfo::SetDefaultDisplayId(DisplayId defaultDisplayId) in SetDefaultDisplayId() argument 123 defaultDisplayId_ = defaultDisplayId; in SetDefaultDisplayId()
|
H A D | window_controller.cpp | 780 void WindowController::NotifyDisplayStateChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, in NotifyDisplayStateChange() argument 796 SetDefaultDisplayInfo(defaultDisplayId, displayInfo); in NotifyDisplayStateChange() 797 windowRoot_->ProcessDisplayCreate(defaultDisplayId, displayInfo, displayInfoMap); in NotifyDisplayStateChange() 802 windowRoot_->ProcessDisplayDestroy(defaultDisplayId, displayInfo, displayInfoMap); in NotifyDisplayStateChange() 803 FlushWindowInfoWithDisplayId(defaultDisplayId); in NotifyDisplayStateChange() 811 ProcessDisplayChange(defaultDisplayId, displayInfo, displayInfoMap, type); in NotifyDisplayStateChange() 826 void WindowController::SetDefaultDisplayInfo(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo) in SetDefaultDisplayInfo() argument 832 if (displayInfo->GetDisplayId() != defaultDisplayId) { in SetDefaultDisplayInfo() 841 void WindowController::ProcessDisplayChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, in ProcessDisplayChange() argument 855 ProcessDisplayCompression(defaultDisplayId, displayInf in ProcessDisplayChange() 878 ProcessDisplayCompression(DisplayId defaultDisplayId, const sptr<DisplayInfo>& displayInfo) ProcessDisplayCompression() argument [all...] |
H A D | display_zoom_controller.cpp | 114 DisplayId defaultDisplayId = DisplayGroupInfo::GetInstance().GetDefaultDisplayId(); in UpdateAllWindowsZoomInfo() local 115 if (defaultDisplayId != displayId) { in UpdateAllWindowsZoomInfo()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test7.cpp | 121 DisplayId defaultDisplayId = 0;
in HWTEST_F() local 126 ssm_->ProcessVirtualPixelRatioChange(defaultDisplayId, displayInfo, displayInfoMap, type);
in HWTEST_F() 130 ssm_->ProcessVirtualPixelRatioChange(defaultDisplayId, displayInfo, displayInfoMap, type);
in HWTEST_F() 138 ssm_->ProcessVirtualPixelRatioChange(defaultDisplayId, displayInfo, displayInfoMap, type);
in HWTEST_F() 140 ssm_->ProcessVirtualPixelRatioChange(defaultDisplayId, displayInfo, displayInfoMap, type);
in HWTEST_F() 142 ssm_->ProcessVirtualPixelRatioChange(defaultDisplayId, displayInfo, displayInfoMap, type);
in HWTEST_F() 144 ssm_->ProcessVirtualPixelRatioChange(defaultDisplayId, displayInfo, displayInfoMap, type);
in HWTEST_F() 146 ssm_->ProcessVirtualPixelRatioChange(defaultDisplayId, displayInfo, displayInfoMap, type);
in HWTEST_F() 148 ssm_->ProcessVirtualPixelRatioChange(defaultDisplayId, displayInfo, displayInfoMap, type);
in HWTEST_F() 158 DisplayId defaultDisplayId in HWTEST_F() local 185 DisplayId defaultDisplayId = 0; HWTEST_F() local 707 DisplayId defaultDisplayId = 0; HWTEST_F() local 725 DisplayId defaultDisplayId = 0; HWTEST_F() local 875 DisplayId defaultDisplayId = 0; HWTEST_F() local 900 DisplayId defaultDisplayId = 0; HWTEST_F() local [all...] |
/foundation/window/window_manager/utils/include/ |
H A D | display_change_listener.h | 27 virtual void OnDisplayStateChange(DisplayId defaultDisplayId, sptr<DisplayInfo> info,
|
/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_display_controller.cpp | 315 DisplayId defaultDisplayId = GetDefaultDisplayId();
in ProcessDisplayCompression() local 316 if (absDisplay == nullptr || absDisplay->GetId() != defaultDisplayId) {
in ProcessDisplayCompression() 698 ScreenId defaultDisplayId = GetDefaultDisplayId();
in SetDisplayStateChangeListener() local 701 displayStateChangeListener_(defaultDisplayId, abstractDisplay->ConvertToDisplayInfo(), displayInfoMap, type);
in SetDisplayStateChangeListener() 706 DisplayId defaultDisplayId = DISPLAY_ID_INVALID;
in GetDefaultDisplayId() local 710 defaultDisplayId = defaultDisplay->GetId();
in GetDefaultDisplayId() 712 return defaultDisplayId;
in GetDefaultDisplayId()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_root_test.cpp | 286 DisplayId defaultDisplayId = DisplayManagerServiceInner::GetInstance().GetDefaultDisplayId(); in HWTEST_F() local 287 windowNodes = windowRoot_->GetSplitScreenWindowNodes(defaultDisplayId); in HWTEST_F() 318 DisplayId defaultDisplayId = DisplayManagerServiceInner::GetInstance().GetDefaultDisplayId(); in HWTEST_F() local 319 ret = windowRoot_->IsDockSliceInExitSplitModeArea(defaultDisplayId); in HWTEST_F() 334 DisplayId defaultDisplayId = DisplayManagerServiceInner::GetInstance().GetDefaultDisplayId(); in HWTEST_F() local 336 windowRoot_->ExitSplitMode(defaultDisplayId); in HWTEST_F() 1011 DisplayId defaultDisplayId = DisplayGroupInfo::GetInstance().GetDefaultDisplayId(); in HWTEST_F() local 1016 windowRoot_->ProcessExpandDisplayCreate(defaultDisplayId, displayInfo, displayRectMap); in HWTEST_F() 1038 DisplayId defaultDisplayId = DisplayGroupInfo::GetInstance().GetDefaultDisplayId(); in HWTEST_F() local 1043 windowRoot_->ProcessDisplayCreate(defaultDisplayId, displayInf in HWTEST_F() 1053 DisplayId defaultDisplayId = DisplayGroupInfo::GetInstance().GetDefaultDisplayId(); HWTEST_F() local 1068 DisplayId defaultDisplayId = DisplayGroupInfo::GetInstance().GetDefaultDisplayId(); HWTEST_F() local 1083 DisplayId defaultDisplayId = DisplayGroupInfo::GetInstance().GetDefaultDisplayId(); HWTEST_F() local 1686 DisplayId defaultDisplayId = DisplayGroupInfo::GetInstance().GetDefaultDisplayId(); HWTEST_F() local [all...] |
H A D | window_controller_test.cpp | 462 DisplayId defaultDisplayId = 0; in HWTEST_F() local 465 windowController_->ProcessDisplayCompression(defaultDisplayId, displayInfo); in HWTEST_F() 468 displayInfo->id_ = defaultDisplayId; in HWTEST_F() 470 windowController_->ProcessDisplayCompression(defaultDisplayId, displayInfo); in HWTEST_F() 474 windowController_->ProcessDisplayCompression(defaultDisplayId, displayInfo); in HWTEST_F() 876 DisplayId defaultDisplayId = 0; in HWTEST_F() local 881 windowController_->NotifyDisplayStateChange(defaultDisplayId, displayInfo, displayInfoMap, type); in HWTEST_F() 883 windowController_->NotifyDisplayStateChange(defaultDisplayId, displayInfo, displayInfoMap, type); in HWTEST_F() 885 windowController_->NotifyDisplayStateChange(defaultDisplayId, displayInfo, displayInfoMap, type); in HWTEST_F() 887 windowController_->NotifyDisplayStateChange(defaultDisplayId, displayInf in HWTEST_F() 918 DisplayId defaultDisplayId = 0; HWTEST_F() local 950 DisplayId defaultDisplayId = 0; HWTEST_F() local [all...] |
H A D | display_group_controller_test.cpp | 554 * @tc.desc: DisplayId equals to defaultDisplayId 614 * @tc.desc: DisplayId not equals to defaultDisplayId, and no node on groupWindowTree 712 DisplayId defaultDisplayId = 0; in HWTEST_F() local 715 displayGroupController_->ProcessDisplayCreate(defaultDisplayId, displayInfo, displayRectMap); in HWTEST_F() 727 DisplayId defaultDisplayId = 0; in HWTEST_F() local 731 displayGroupController_->ProcessDisplayDestroy(defaultDisplayId, displayInfo, in HWTEST_F() 768 * @tc.desc: DisplayId not equals to defaultDisplayId, and no node on groupWindowTree
|
/foundation/window/window_manager/window_scene/screen_session_manager_client/include/zidl/ |
H A D | screen_session_manager_client_interface.h | 63 virtual void OnDisplayStateChanged(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
|
H A D | screen_session_manager_client_proxy.h | 42 void OnDisplayStateChanged(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
|
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/zidl/ |
H A D | screen_session_manager_client_stub.cpp | 179 auto defaultDisplayId = static_cast<DisplayId>(data.ReadUint64()); in HandleOnDisplayStateChanged() local 189 OnDisplayStateChanged(defaultDisplayId, displayInfo, displayInfoMap, type); in HandleOnDisplayStateChanged()
|
H A D | screen_session_manager_client_proxy.cpp | 325 void ScreenSessionManagerClientProxy::OnDisplayStateChanged(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, in OnDisplayStateChanged() argument 341 if (!data.WriteUint64(defaultDisplayId)) { in OnDisplayStateChanged() 342 WLOGFE("Write defaultDisplayId failed"); in OnDisplayStateChanged()
|
/foundation/window/window_manager/window_scene/screen_session_manager_client/include/ |
H A D | screen_session_manager_client.h | 61 void OnDisplayStateChanged(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
|
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/ |
H A D | screen_session_manager_client.cpp | 250 void ScreenSessionManagerClient::OnDisplayStateChanged(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, in OnDisplayStateChanged() argument 254 displayChangeListener_->OnDisplayStateChange(defaultDisplayId, displayInfo, displayInfoMap, type); in OnDisplayStateChanged()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_client_test.cpp | 654 DisplayId defaultDisplayId = 0; in HWTEST_F() local 662 screenSessionManagerClient_->OnDisplayStateChanged(defaultDisplayId, displayInfo, displayInfoMap, type); in HWTEST_F() 672 DisplayId defaultDisplayId = 0; in HWTEST_F() local 681 screenSessionManagerClient_->OnDisplayStateChanged(defaultDisplayId, displayInfo, displayInfoMap, type); in HWTEST_F()
|