Lines Matching defs:node
297 static void InflateWindowInfo(AccessibilityWindowInfo& node, Window& info)
299 info.focused_ = node.IsFocused();
300 info.actived_ = node.IsActive();
301 info.decoratorEnabled_ = node.IsDecorEnable();
302 // get bundle name by root node
304 LOG_D("Start Get Bundle Name by WindowId %{public}d", node.GetWindowId());
305 if (AccessibilityUITestAbility::GetInstance()->GetRootByWindow(node, element) != RET_OK) {
306 LOG_E("Failed Get Bundle Name by WindowId %{public}d", node.GetWindowId());
309 LOG_I("End Get Bundle Name by WindowId %{public}d, app is %{public}s", node.GetWindowId(), app.data());
316 const auto origMode = static_cast<OHOS::Rosen::WindowMode>(node.GetWindowMode());
415 LOG_I("End Get nodes from window by WindowId %{public}d, node size is %{public}zu, appId: %{public}s",