Home
last modified time | relevance | path

Searched refs:GetWindowId (Results 1 – 25 of 56) sorted by relevance

123

/foundation/windowmanager/wm/src/
Dwindow_impl.cpp137 mainWinId = win->GetWindowId(); in GetTopWindowWithContext()
239 uint32_t WindowImpl::GetWindowId() const in GetWindowId() function in OHOS::Rosen::WindowImpl
241 return property_->GetWindowId(); in GetWindowId()
259 uint32_t windowId = property_->GetWindowId(); in GetAvoidAreaByType()
264 …property_->GetWindowId(), static_cast<uint32_t>(type), static_cast<uint32_t>(avoidAreaVec.size())); in GetAvoidAreaByType()
273 …WLOGFI("window id: %{public}u, type:%{public}u", property_->GetWindowId(), static_cast<uint32_t>(t… in SetWindowType()
294 …WLOGFI("[Client] Window %{public}u mode %{public}u", property_->GetWindowId(), static_cast<uint32_… in SetWindowMode()
310 WLOGFE("set window mode filed! id: %{public}d", property_->GetWindowId()); in SetWindowMode()
318 …WLOGFI("[Client] Window %{public}d blurlevel %{public}u", property_->GetWindowId(), static_cast<ui… in SetWindowBackgroundBlur()
323 …return SingletonContainer::Get<WindowAdapter>().SetWindowBackgroundBlur(property_->GetWindowId(), … in SetWindowBackgroundBlur()
[all …]
Dwindow_input_channel.cpp37 window_->GetWindowId(), keyEvent->GetKeyCode()); in HandleKeyEvent()
84 window_->GetWindowId(), pointerEvent->GetPointerAction()); in HandlePointerEvent()
90 window_->GetWindowId(), pointerEvent->GetPointerAction()); in HandlePointerEvent()
109 window_->GetWindowId(), pointerEvent->GetPointerAction()); in OnVsync()
122 WLOGFI("Destroy WindowInputChannel, windowId:%{public}d", window_->GetWindowId()); in Destroy()
Dinput_transfer_station.cpp70 uint32_t windowId = window->GetWindowId(); in AddInputWindow()
85 uint32_t windowId = window->GetWindowId(); in RemoveInputWindow()
Dwindow_scene.cpp98 uint32_t parentId = mainWindow_->GetWindowId(); in GetSubWindow()
157 WLOGFI("notify mainWindow winId:%{public}d", mainWindow_->GetWindowId()); in UpdateConfiguration()
/foundation/windowmanager/wm/test/systemtest/
Dwindow_focus_test.cpp150 ASSERT_EQ(window3->GetWindowId(), testFocusChangedListener_->focusedWindow_);
155 ASSERT_EQ(window3->GetWindowId(), testFocusChangedListener_->focusedWindow_);
160 ASSERT_EQ(window3->GetWindowId(), testFocusChangedListener_->unfocusedWindow_);
161 ASSERT_EQ(window2->GetWindowId(), testFocusChangedListener_->focusedWindow_);
166 ASSERT_EQ(window2->GetWindowId(), testFocusChangedListener_->unfocusedWindow_);
167 ASSERT_EQ(subWindow->GetWindowId(), testFocusChangedListener_->focusedWindow_);
195 ASSERT_EQ(subWindow->GetWindowId(), testFocusChangedListener_->focusedWindow_);
200 ASSERT_EQ(mainWindow->GetWindowId(), testFocusChangedListener_->focusedWindow_);
232 ASSERT_EQ(mainWindow2->GetWindowId(), testFocusChangedListener_->focusedWindow_);
237 ASSERT_EQ(mainWindow2->GetWindowId(), testFocusChangedListener_->unfocusedWindow_);
[all …]
Dwindow_occupied_area_change_test.cpp117 ASSERT_EQ(WMError::WM_OK, window2->SetCallingWindow(window1->GetWindowId()));
145 ASSERT_EQ(WMError::WM_OK, window2->SetCallingWindow(window1->GetWindowId()));
174 ASSERT_EQ(WMError::WM_OK, window2->SetCallingWindow(window1->GetWindowId()));
/foundation/windowmanager/wmserver/src/
Dwindow_node_container.cpp87 std::vector<uint32_t> exceptionalIds = { node->GetWindowId() }; in MinimizeStructuredAppWindowsExceptSelf()
148 WLOGFI("AddWindowNode windowId: %{public}d end", node->GetWindowId()); in AddWindowNode()
169 WLOGFI("UpdateWindowNode windowId: %{public}d end", node->GetWindowId()); in UpdateWindowNode()
181 "reason: %{public}d", childNode->GetWindowId(), reason); in UpdateSizeChangeReason()
188 "reason: %{public}d", node->GetWindowId(), reason); in UpdateSizeChangeReason()
255 windowIds.push_back(node->GetWindowId()); in DestroyWindowNode()
258 windowIds.push_back(child->GetWindowId()); in DestroyWindowNode()
291 std::vector<sptr<WindowVisibilityInfo>> infos = {new WindowVisibilityInfo(node->GetWindowId(), in RemoveWindowNode()
297 … infos.emplace_back(new WindowVisibilityInfo(child->GetWindowId(), child->GetCallingPid(), in RemoveWindowNode()
322 WLOGFI("RemoveWindowNode windowId: %{public}u end", node->GetWindowId()); in RemoveWindowNode()
[all …]
Dwindow_root.cpp92 callingWindow->GetWindowName().c_str(), callingWindow->GetWindowId(), in NotifyKeyboardSizeChangeInfo()
131 WLOGFI("save windowId %{public}d", node->GetWindowId()); in SaveWindow()
132 windowNodeMap_.insert(std::make_pair(node->GetWindowId(), node)); in SaveWindow()
134 windowIdMap_.insert(std::make_pair(remoteObject, node->GetWindowId())); in SaveWindow()
226 container->SetFocusWindow(node->GetWindowId()); in AddWindowNode()
230 container->SetActiveWindow(node->GetWindowId(), false); in AddWindowNode()
236 HandleKeepScreenOn(child->GetWindowId(), child->IsKeepScreenOn()); in AddWindowNode()
238 HandleKeepScreenOn(node->GetWindowId(), node->IsKeepScreenOn()); in AddWindowNode()
241 …node->GetWindowId(), node->GetWindowName().c_str(), static_cast<uint32_t>(node->GetRequestedOrient… in AddWindowNode()
275 HandleKeepScreenOn(child->GetWindowId(), false); in RemoveWindowNode()
[all …]
Dwindow_layout_policy_tile.cpp125 WLOGFI("RemoveWindowNode %{public}d in tile", node->GetWindowId()); in RemoveWindowNode()
171 WLOGFI("add win in tile for win id: %{public}d", node->GetWindowId()); in ForegroundNodeQueuePushBack()
175 WLOGFI("pop win in queue head id: %{public}d, for add new win", removeNode->GetWindowId()); in ForegroundNodeQueuePushBack()
177 WLOGFI("minimize win %{public}d in tile", removeNode->GetWindowId()); in ForegroundNodeQueuePushBack()
191 WLOGFI("remove win in tile for win id: %{public}d", node->GetWindowId()); in ForegroundNodeQueueRemove()
217 node->GetWindowId(), rect.posX_, rect.posY_, rect.width_, rect.height_); in AssignNodePropertyForTileWindows()
240 node->GetWindowId(), needAvoid, parentLimit, floatingWindow, subWindow, decorEnbale, in UpdateLayoutRect()
Dinput_window_monitor.cpp141 … WLOGFI("window has been skipped. [id: %{public}d, type: %{public}d]", windowNode->GetWindowId(), in TraverseWindowNodes()
148 .id = static_cast<int32_t>(windowNode->GetWindowId()), in TraverseWindowNodes()
158 .agentWindowId = static_cast<int32_t>(windowNode->GetWindowId()), in TraverseWindowNodes()
161 WLOGFI("window is not touchable: %{public}u", windowNode->GetWindowId()); in TraverseWindowNodes()
Dwindow_layout_policy_cascade.cpp65 WLOGFI("window[%{public}d] currently not visible, no need layout", node->GetWindowId()); in LayoutWindowNode()
102 node->GetWindowId(), splitDockerRect.posX_, splitDockerRect.posY_, in UpdateWindowNode()
208 …node->GetWindowId(), needAvoid, parentLimit, floatingWindow, subWindow, property->GetDecorEnable(), in UpdateLayoutRect()
373 node->GetWindowId(), rect.posX_, rect.posY_, rect.width_, rect.height_); in Reorder()
387 WLOGFI("GetCurCascadeRect id: %{public}d,", (*iter)->GetWindowId()); in GetCurCascadeRect()
389 (*iter)->GetWindowId() != node->GetWindowId()) { in GetCurCascadeRect()
Dwindow_controller.cpp64 auto node = windowRoot_->GetWindowNode(property->GetWindowId()); in AddWindowNode()
78 FlushWindowInfo(property->GetWindowId()); in AddWindowNode()
83 sysBarWinId_[node->GetWindowType()] = node->GetWindowId(); in AddWindowNode()
129 ResizeRect(node->GetWindowId(), targetRect, WindowSizeChangeReason::DRAG); in ReSizeSystemBarPropertySizeIfNeed()
557 uint32_t windowId = node->GetWindowProperty()->GetWindowId(); in UpdateWindowAnimation()
584 uint32_t windowId = property->GetWindowId(); in UpdateProperty()
591 node->GetWindowId(), static_cast<uint32_t>(action)); in UpdateProperty()
643 windowRoot_->HandleKeepScreenOn(node->GetWindowId(), node->IsKeepScreenOn()); in UpdateProperty()
648 windowRoot_->SetBrightness(node->GetWindowId(), node->GetBrightness()); in UpdateProperty()
Ddrag_controller.cpp48 if (hitWindowNode->GetWindowId() == hitWindowId_) { in UpdateDragInfo()
57 hitWindowId_ = hitWindowNode->GetWindowId(); in UpdateDragInfo()
Dwindow_node.cpp165 uint32_t WindowNode::GetWindowId() const in GetWindowId() function in OHOS::Rosen::WindowNode
167 return property_->GetWindowId(); in GetWindowId()
/foundation/ace/ace_engine_lite/frameworks/src/core/modules/test/unittest/common/
Ddialog_tdd_test.cpp299 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest001()
329 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest002()
347 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest002()
377 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest003()
395 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest003()
413 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest003()
443 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest004()
461 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest004()
479 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest004()
509 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest005()
/foundation/graphic/wms/frameworks/wms/
Dlite_proxy_window.cpp102 int32_t LiteProxyWindow::GetWindowId() in GetWindowId() function in OHOS::LiteProxyWindow
109 id_ = winRequestor_->GetWindowId(); in GetWindowId()
Dlite_win_requestor.h41 int32_t GetWindowId() in GetWindowId() function
Dlite_proxy_window.h38 int32_t GetWindowId() override;
Dlite_proxy_windows_manager.cpp46 int32_t id = window->GetWindowId(); in RemoveWindow()
/foundation/graphic/ui/frameworks/window/
Dwindow_impl.cpp168 GRAPHIC_LOGE("window buffer is null, windId=%d", GetWindowId()); in Render()
186 int32_t WindowImpl::GetWindowId() in GetWindowId() function in OHOS::WindowImpl
189 return iWindow_->GetWindowId(); in GetWindowId()
Dwindow_impl.h42 int32_t GetWindowId() override;
/foundation/graphic/wms/interfaces/innerkits/
Diwindow.h84 virtual int32_t GetWindowId() = 0;
/foundation/graphic/ui/interfaces/kits/window/
Dwindow.h223 virtual int32_t GetWindowId() = 0;
/foundation/graphic/ui/test/framework/src/
Dauto_test_app.cpp39 EventInjector::GetInstance()->SetWindowId(window->GetWindowId()); in Start()
/foundation/graphic/ui/frameworks/core/
Drender_manager.h48 if (node->data_->GetWindowId() == id) { in GetWindowById()

123