Lines Matching refs:GetWindowId
183 WLOGFE("current window is visible, windowId: %{public}u", node->GetWindowId());
196 WLOGI("ShowStartingWindow windowId: %{public}u end", node->GetWindowId());
205 node->GetWindowId());
223 node->GetWindowId(), static_cast<uint32_t>(node->stateMachine_.GetCurrentState()));
232 node->GetWindowId(), winRect.posX_, winRect.posY_, winRect.width_, winRect.height_);
278 MinimizeOldestMainFloatingWindow(node->GetWindowId());
282 DumpScreenWindowTreeByWinId(node->GetWindowId());
298 WLOGI("AddWindowNode Id: %{public}u end", node->GetWindowId());
350 WLOGD("UpdateNode Id: %{public}u end", node->GetWindowId());
370 WLOGFD("not remove from rs tree id:%{public}u", node->GetWindowId());
374 WLOGFD("Id:%{public}u, isPlayAnimationHide_:%{public}u", node->GetWindowId(),
437 DumpScreenWindowTreeByWinId(node->GetWindowId());
443 WLOGI("Remove Id: %{public}u end", node->GetWindowId());
464 auto nextRotatableWindow = GetNextRotatableWindow(node->GetWindowId());
475 auto nextRotatableWindow = GetNextRotatableWindow(node->GetWindowId());
480 WLOGFD("[FixOrientation] nexi rotatable window: %{public}u", nextRotatableWindow->GetWindowId());
570 windowNode->GetWindowId(), windowNode->priority_);
576 windowNode->GetWindowId(), windowNode->priority_);
638 windowIds.push_back(node->GetWindowId());
640 windowIds.push_back(child->GetWindowId());
659 WLOGI("DestroyNode Id: %{public}u end", node->GetWindowId());
674 "%{public}d, reason: %{public}u", child->GetWindowId(), reason);
680 "reason: %{public}u", node->GetWindowId(), reason);
693 WLOGI("Current window node has no parent: %{public}u", node->GetWindowId());
698 WLOGI("node %{public}u already on window tree, not update!", node->GetWindowId());
726 HITRACE_METER_FMT(HITRACE_TAG_WINDOW_MANAGER, "AddAppSurfaceNodeOnRSTree(%u)", node->GetWindowId());
728 WLOGFE("id:%{public}u not main app window but has start window", node->GetWindowId());
732 WLOGFE("id:%{public}u leashWinSurfaceNode or surfaceNode is null but has start window!", node->GetWindowId());
735 WLOGI("AddAppSurfaceNodeOnRSTree Id: %{public}d", node->GetWindowId());
737 WLOGI("id: %{public}d is invisible, no need update RS tree", node->GetWindowId());
796 node->GetWindowId(), displayId, parentDisplayId, isMultiDisplay, animationPlayed);
799 WLOGI("id: %{public}d invisible, no need update RS tree", node->GetWindowId());
835 StartTraceArgs(HITRACE_TAG_WINDOW_MANAGER, "Animate(%u)", node->GetWindowId());
865 node->GetWindowId(), displayId, isMultiDisplay, parentDisplayId, animationPlayed);
897 StartTraceArgs(HITRACE_TAG_WINDOW_MANAGER, "Animate(%u)", node->GetWindowId());
961 if (node->GetWindowId() == id) {
965 if (subNode->GetWindowId() == id) {
1014 sptr<FocusChangeInfo> focusChangeInfo = new FocusChangeInfo(node->GetWindowId(), node->GetDisplayId(),
1067 SetBrightnessWindow(node->GetWindowId());
1077 WLOGFE("Id: %{public}u has no surface nodes", node->GetWindowId());
1269 WLOGFI("Horizontal window id: %{public}d make it immersive", (*iter)->GetWindowId());
1275 WLOGFD("Top immersive window id: %{public}d. Use full immersive prop", (*iter)->GetWindowId());
1283 WLOGFD("Top split window id: %{public}d. Use split immersive prop", (*iter)->GetWindowId());
1371 WLOGFD("the navigation bar is disabled by window. windowId:[%{public}u]", window->GetWindowId());
1452 callingWindow->GetWindowName().c_str(), callingWindow->GetWindowId(),
1489 if (windowNode->GetWindowId() == node->GetWindowId()) {
1548 return (*iter)->GetWindowId() == windowId;
1553 return node->GetWindowId() == windowId;
1560 uint32_t wid = (*iter)->GetWindowId();
1562 [wid] (sptr<WindowNode> orderedNode) { return orderedNode->GetWindowId() == wid; });
1583 return node->GetWindowId() == windowId;
1590 WLOGD("raise window to top %{public}u", node->GetWindowId());
1639 if (node->GetWindowId() == windowNode->GetWindowId()) {
1656 uint32_t windowId = node->GetWindowId();
1662 windowName.c_str(), node->GetWindowId(), node->GetWindowType(), node->GetWindowMode(),
1667 windowName.c_str(), node->GetWindowId(), node->GetWindowType(), node->GetWindowMode(),
1687 windowName.c_str(), node->GetDisplayId(), node->GetWindowId(), node->GetWindowType(), node->GetWindowMode(),
1788 if (IsTopWindow(node->GetWindowId(), appWindowNode_) || IsTopWindow(node->GetWindowId(), aboveAppWindowNode_)) {
1789 WLOGE("Window %{public}u is already at top", node->GetWindowId());
1799 RaiseWindowToTop(node->GetWindowId(), parentNode->children_); // raise itself
1803 RaiseWindowToTop(parentNode->GetWindowId(), parentNode->parent_->children_); // raise parent window
1814 RaiseWindowToTop(node->GetWindowId(), node->parent_->children_);
1822 DumpScreenWindowTreeByWinId(node->GetWindowId());
1836 if (node->GetWindowId() == windowId) {
1850 if (windowId != node->GetWindowId() &&
1885 return node->GetWindowId() == windowId;
2032 uint32_t winId = appNode->GetWindowId();
2082 backupWindowMode_[appNode->GetWindowId()] = windowMode;
2091 WLOGFE("is not main window, windowId:%{public}u", appNode->GetWindowId());
2095 WLOGFD("minimize window, windowId:%{public}u", appNode->GetWindowId());
2096 backupWindowIds_.emplace_back(appNode->GetWindowId());
2097 WindowManagerService::GetInstance().RemoveWindow(appNode->GetWindowId(), true);
2164 if (std::find(exceptionalIds.begin(), exceptionalIds.end(), appNode->GetWindowId()) != exceptionalIds.end() ||
2177 std::vector<uint32_t> exceptionalIds = { node->GetWindowId() };
2220 WLOGFD("window doesn't support split mode, winId: %{public}d", node->GetWindowId());
2320 WLOGD("window %{public}u re-zorder when keyguard change %{public}u", needReZOrderNode->GetWindowId(), up);
2332 WLOGI("ShowWhenLocked window %{public}u re-zorder to up", node->GetWindowId());
2359 WLOGI("ShowWhenLocked window %{public}u raise itself", node->GetWindowId());
2518 MinimizeOldestMainFloatingWindow(node->GetWindowId());
2557 if (node->parent_ != nullptr && node->GetWindowId() == focusedWindow_ &&
2560 RaiseWindowToTop(node->GetWindowId(), node->parent_->children_);
2602 windowNode->GetWindowName().c_str(), windowNode->GetWindowId(), windowNode->GetCallingUid());
2606 windowNode->GetWindowName().c_str(), windowNode->GetWindowId(), windowNode->GetCallingUid());