Lines Matching defs:info
120 WLOGFE("get display failed or get invalid display info");
369 sptr<UnreliableWindowInfo> info = new (std::nothrow) UnreliableWindowInfo();
370 if (info == nullptr) {
371 WLOGFE("null info.");
374 info->windowId_ = static_cast<int32_t>(windowNode->GetWindowId());
375 info->windowRect_ = windowNode->GetWindowRect();
376 info->zOrder_ = windowNode->zOrder_;
377 infos.emplace_back(info);
378 WLOGFI("windowId = %{public}d", info->windowId_);
1576 WLOGFE("get display failed or get invalid display info");
1602 auto info = DisplayManagerServiceInner::GetInstance().GetDisplayById(displayId);
1603 Rect displayRect = { info->GetOffsetX(), info->GetOffsetY(), info->GetWidth(), info->GetHeight() };
1619 auto info = iter.second;
1620 Rect displayRect = { info->GetOffsetX(), info->GetOffsetY(), info->GetWidth(), info->GetHeight() };