Lines Matching refs:GetWindowId

236     WLOGFD("Add for window: %{public}u", node->GetWindowId());  in AddDeathRecipient()
239 windowIdMap_.insert(std::make_pair(remoteObject, node->GetWindowId())); in AddDeathRecipient()
257 WLOGFD("save windowId %{public}u", node->GetWindowId()); in SaveWindow()
258 windowNodeMap_.insert(std::make_pair(node->GetWindowId(), node)); in SaveWindow()
302 windowNode->GetWindowId(), static_cast<uint32_t>(windowNode->GetWindowType())); in MinimizeTargetWindows()
374 info->windowId_ = static_cast<int32_t>(windowNode->GetWindowId()); in FillUnreliableWindowInfo()
434 infos.emplace_back(new WindowVisibilityInfo(node->GetWindowId(), node->GetCallingPid(), in GetVisibilityWindowInfo()
499 …windowVisibilityInfos.emplace_back(new WindowVisibilityInfo(node->GetWindowId(), node->GetCallingP… in NotifyWindowVisibilityChange()
502 …memMgrWindowInfos.emplace_back(new Memory::MemMgrWindowInfo(node->GetWindowId(), node->GetCallingP… in NotifyWindowVisibilityChange()
506 node->GetWindowId(), visibilityState); in NotifyWindowVisibilityChange()
600 destroyIds.push_back(iter.second->GetWindowId()); in DestroyLeakStartingWindow()
629 WLOGFI("set focus window on id:%{public}d", node->GetWindowId()); in PostProcessAddWindowNode()
630 container->SetFocusWindow(node->GetWindowId()); in PostProcessAddWindowNode()
636 container->SetActiveWindow(node->GetWindowId(), false); in PostProcessAddWindowNode()
643 HandleKeepScreenOn(child->GetWindowId(), child->IsKeepScreenOn()); in PostProcessAddWindowNode()
645 HandleKeepScreenOn(node->GetWindowId(), node->IsKeepScreenOn()); in PostProcessAddWindowNode()
647 …node->GetWindowId(), node->GetWindowName().c_str(), static_cast<uint32_t>(node->GetRequestedOrient… in PostProcessAddWindowNode()
683 … WLOGFE("window doesn't support floating mode in tile, windowId: %{public}u", node->GetWindowId()); in CheckAddingModeAndSize()
749 … it.second->GetWindowId(), static_cast<uint32_t>(it.second->stateMachine_.GetCurrentState())); in GetAllAnimationPlayingNodes()
771 WLOGFE("Invalid mode or size in tile mode, windowId: %{public}u", node->GetWindowId()); in LayoutWhenAddWindowNode()
809 (void)DestroyWindow(node->GetWindowId(), false); in AddWindowNode()
811 WLOGFE("Invalid mode or size in tile mode, windowId: %{public}u", node->GetWindowId()); in AddWindowNode()
878 HandleKeepScreenOn(child->GetWindowId(), false); in RemoveWindowNode()
909 auto nextRotatableWindow = container->GetNextRotatableWindow(node->GetWindowId()); in UpdateDisplayOrientationWhenHideWindow()
911 … WLOGFD("[FixOrientation] next rotatable window: %{public}u", nextRotatableWindow->GetWindowId()); in UpdateDisplayOrientationWhenHideWindow()
1038 WLOGI("Next focus window id: %{public}u", nextFocusableWindow->GetWindowId()); in UpdateFocusableProperty()
1039 container->SetFocusWindow(nextFocusableWindow->GetWindowId()); in UpdateFocusableProperty()
1138 …windowVisibilityInfos.emplace_back(new WindowVisibilityInfo(node->GetWindowId(), node->GetCallingP… in DestroyWindowInner()
1141 node->GetWindowId(), node->GetVisibilityState()); in DestroyWindowInner()
1151 if (pair.second->GetWindowId() == node->GetWindowId()) { in DestroyWindowInner()
1173 windowNodeMap_.erase(node->GetWindowId()); in DestroyWindowInner()
1189 uint32_t windowId = node->GetWindowId(); in UpdateFocusWindowWithWindowRemoved()
1196 return node->GetWindowId() == focusedWindowId; in UpdateFocusWindowWithWindowRemoved()
1205 windowId = firstChild->GetWindowId(); in UpdateFocusWindowWithWindowRemoved()
1211 …LOGFI("adjust focus window, next focus window id: %{public}u", nextFocusableWindow->GetWindowId()); in UpdateFocusWindowWithWindowRemoved()
1212 container->SetFocusWindow(nextFocusableWindow->GetWindowId()); in UpdateFocusWindowWithWindowRemoved()
1226 uint32_t windowId = node->GetWindowId(); in UpdateActiveWindowWithWindowRemoved()
1232 return node->GetWindowId() == activeWindowId; in UpdateActiveWindowWithWindowRemoved()
1241 windowId = firstChild->GetWindowId(); in UpdateActiveWindowWithWindowRemoved()
1247 WLOGI("Next active window id: %{public}u", nextActiveWindow->GetWindowId()); in UpdateActiveWindowWithWindowRemoved()
1248 container->SetActiveWindow(nextActiveWindow->GetWindowId(), true); in UpdateActiveWindowWithWindowRemoved()
1431 WLOGFI("Skip component window: %{public}u", (*iter)->GetWindowId()); in DispatchKeyEvent()
1435 WLOGFI("App window: %{public}u", (*iter)->GetWindowId()); in DispatchKeyEvent()
1441 WLOGFI("Unexpected window: %{public}u", (*iter)->GetWindowId()); in DispatchKeyEvent()
1470 topWinId = (*iter)->GetWindowId(); in GetTopWindowId()
1515 os<<"window_name:"<<node->GetWindowName()<<",id:"<<node->GetWindowId()<< in GenAllWindowsLogInfo()