Lines Matching refs:GetWindowId

88                 node->GetWindowId(), static_cast<uint32_t>(node->stateMachine_.GetCurrentState()));
108 FlushWindowInfo(node->GetWindowId());
110 WLOGFI("Show success, id:%{public}u!", node->GetWindowId());
121 WLOGFE("CancelStartingWindow failed because client window has shown id:%{public}u", node->GetWindowId());
124 HITRACE_METER_FMT(HITRACE_TAG_WINDOW_MANAGER, "wms:CancelStartingWindow(%u)", node->GetWindowId());
127 WLOGFI("Id:%{public}u!", node->GetWindowId());
129 WMError res = DestroyWindow(node->GetWindowId(), false);
207 focusInfo.windowId_ = static_cast<int32_t>(windowNode->GetWindowId());
317 auto node = windowRoot_->GetWindowNode(property->GetWindowId());
324 WLOGFE("Current window is visible, windowId: %{public}u", node->GetWindowId());
345 FlushWindowInfo(property->GetWindowId());
350 sysBarWinId_[node->GetWindowType()] = node->GetWindowId();
361 WLOGI("Id:%{public}u execute minimize all", node->GetWindowId());
503 FlushWindowInfo(callingWindow->GetWindowId());
507 callingWindow->GetWindowId(), rect.posX_, rect.posY_, rect.width_, rect.height_,
557 callingWindowId_ = callingWindow->GetWindowId();
774 WLOGI("id:%{public}u execute minimize all", node->GetWindowId());
1313 uint32_t windowId = node->GetWindowId();
1319 if (node->parent_->GetWindowId() == focusWindow->GetWindowId() ||
1320 node->parent_->GetWindowId() == focusWindow->GetParentId()) {
1390 uint32_t windowId = node->GetWindowProperty()->GetWindowId();
1438 uint32_t windowId = property->GetWindowId();
1444 WLOGI("Id: %{public}u, action: %{public}u", node->GetWindowId(), static_cast<uint32_t>(action));
1513 windowRoot_->HandleKeepScreenOn(node->GetWindowId(), node->IsKeepScreenOn());
1518 windowRoot_->SetBrightness(node->GetWindowId(), node->GetBrightness());
1723 node->GetWindowId(), static_cast<int32_t>(rects.size()), oss.str().c_str());
1745 FlushWindowInfo(node->GetWindowId());
1775 windowNode->GetWindowId() == skipNodeId ||
1776 windowNode->GetWindowId() == node->GetWindowId()) {
1780 WLOGFD("notify %{public}s id %{public}d", windowNode->GetWindowName().c_str(), windowNode->GetWindowId());
1798 if (windowNode->GetWindowId() == node->GetWindowId()) {
1807 windowNode->GetWindowName().c_str(), windowNode->GetWindowId());
1808 return windowNode->GetWindowId();