Lines Matching defs:defaultDisplayId

92     DisplayId defaultDisplayId = DisplayManagerServiceInner::GetInstance().GetDefaultDisplayId();
93 return CreateWindowNodeContainer(defaultDisplayId, displayInfo);
108 DisplayId defaultDisplayId = DisplayManagerServiceInner::GetInstance().GetDefaultDisplayId();
109 ProcessExpandDisplayCreate(defaultDisplayId, displayInfo, displayRectMap);
116 sptr<WindowNodeContainer> WindowRoot::CreateWindowNodeContainer(DisplayId defaultDisplayId,
124 DisplayGroupInfo::GetInstance().SetDefaultDisplayId(defaultDisplayId);
1572 void WindowRoot::ProcessExpandDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
1579 DisplayGroupInfo::GetInstance().SetDefaultDisplayId(defaultDisplayId);
1588 container->GetDisplayGroupController()->ProcessDisplayCreate(defaultDisplayId, displayInfo, displayRectMap);
1629 void WindowRoot::ProcessDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
1636 CreateWindowNodeContainer(defaultDisplayId, displayInfo);
1647 ProcessExpandDisplayCreate(defaultDisplayId, displayInfo, displayRectMap);
1651 void WindowRoot::MoveNotShowingWindowToDefaultDisplay(DisplayId defaultDisplayId, DisplayId displayId)
1656 std::vector<DisplayId> newShowingDisplays = { defaultDisplayId };
1660 windowNode->GetWindowToken()->UpdateDisplayId(windowNode->GetDisplayId(), defaultDisplayId);
1662 windowNode->SetDisplayId(defaultDisplayId);
1667 void WindowRoot::ProcessDisplayDestroy(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
1703 defaultDisplayId, displayInfo, displayRectMap, needDestroyWindows);
1711 MoveNotShowingWindowToDefaultDisplay(defaultDisplayId, displayId);
1715 void WindowRoot::ProcessDisplayChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
1739 container->GetDisplayGroupController()->ProcessDisplayChange(defaultDisplayId, displayInfo, displayRectMap, type);