Lines Matching refs:GetWindowId

236     WLOGFD("Add for window: %{public}u", node->GetWindowId());
239 windowIdMap_.insert(std::make_pair(remoteObject, node->GetWindowId()));
257 WLOGFD("save windowId %{public}u", node->GetWindowId());
258 windowNodeMap_.insert(std::make_pair(node->GetWindowId(), node));
302 windowNode->GetWindowId(), static_cast<uint32_t>(windowNode->GetWindowType()));
374 info->windowId_ = static_cast<int32_t>(windowNode->GetWindowId());
434 infos.emplace_back(new WindowVisibilityInfo(node->GetWindowId(), node->GetCallingPid(),
499 windowVisibilityInfos.emplace_back(new WindowVisibilityInfo(node->GetWindowId(), node->GetCallingPid(),
502 memMgrWindowInfos.emplace_back(new Memory::MemMgrWindowInfo(node->GetWindowId(), node->GetCallingPid(),
506 node->GetWindowId(), visibilityState);
600 destroyIds.push_back(iter.second->GetWindowId());
629 WLOGFI("set focus window on id:%{public}d", node->GetWindowId());
630 container->SetFocusWindow(node->GetWindowId());
636 container->SetActiveWindow(node->GetWindowId(), false);
643 HandleKeepScreenOn(child->GetWindowId(), child->IsKeepScreenOn());
645 HandleKeepScreenOn(node->GetWindowId(), node->IsKeepScreenOn());
647 node->GetWindowId(), node->GetWindowName().c_str(), static_cast<uint32_t>(node->GetRequestedOrientation()),
682 WLOGFE("window doesn't support floating mode in tile, windowId: %{public}u", node->GetWindowId());
748 it.second->GetWindowId(), static_cast<uint32_t>(it.second->stateMachine_.GetCurrentState()));
770 WLOGFE("Invalid mode or size in tile mode, windowId: %{public}u", node->GetWindowId());
808 (void)DestroyWindow(node->GetWindowId(), false);
810 WLOGFE("Invalid mode or size in tile mode, windowId: %{public}u", node->GetWindowId());
877 HandleKeepScreenOn(child->GetWindowId(), false);
908 auto nextRotatableWindow = container->GetNextRotatableWindow(node->GetWindowId());
910 WLOGFD("[FixOrientation] next rotatable window: %{public}u", nextRotatableWindow->GetWindowId());
1037 WLOGI("Next focus window id: %{public}u", nextFocusableWindow->GetWindowId());
1038 container->SetFocusWindow(nextFocusableWindow->GetWindowId());
1137 windowVisibilityInfos.emplace_back(new WindowVisibilityInfo(node->GetWindowId(), node->GetCallingPid(),
1140 node->GetWindowId(), node->GetVisibilityState());
1150 if (pair.second->GetWindowId() == node->GetWindowId()) {
1172 windowNodeMap_.erase(node->GetWindowId());
1188 uint32_t windowId = node->GetWindowId();
1195 return node->GetWindowId() == focusedWindowId;
1204 windowId = firstChild->GetWindowId();
1210 WLOGFI("adjust focus window, next focus window id: %{public}u", nextFocusableWindow->GetWindowId());
1211 container->SetFocusWindow(nextFocusableWindow->GetWindowId());
1225 uint32_t windowId = node->GetWindowId();
1231 return node->GetWindowId() == activeWindowId;
1240 windowId = firstChild->GetWindowId();
1246 WLOGI("Next active window id: %{public}u", nextActiveWindow->GetWindowId());
1247 container->SetActiveWindow(nextActiveWindow->GetWindowId(), true);
1430 WLOGFI("Skip component window: %{public}u", (*iter)->GetWindowId());
1434 WLOGFI("App window: %{public}u", (*iter)->GetWindowId());
1440 WLOGFI("Unexpected window: %{public}u", (*iter)->GetWindowId());
1469 topWinId = (*iter)->GetWindowId();
1514 os<<"window_name:"<<node->GetWindowName()<<",id:"<<node->GetWindowId()<<