/foundation/window/window_manager/utils/include/ |
H A D | window_visibility_info.h | 62 * @param winId Window id.
68 WindowVisibilityInfo(uint32_t winId, int32_t pid, int32_t uid, WindowVisibilityState visibilityState,
in WindowVisibilityInfo() argument 69 WindowType winType) : windowId_(winId), pid_(pid), uid_(uid), visibilityState_(visibilityState),
in WindowVisibilityInfo() 72 WindowVisibilityInfo(uint32_t winId, int32_t pid, int32_t uid, WindowVisibilityState visibilityState,
in WindowVisibilityInfo() argument 74 const std::string& abilityName) : windowId_(winId), pid_(pid), uid_(uid), visibilityState_(visibilityState),
in WindowVisibilityInfo()
|
H A D | window_drawing_content_info.h | 47 * @param winId Window id. 53 WindowDrawingContentInfo(uint32_t winId, int32_t pid, int32_t uid, bool drawingContentState, in WindowDrawingContentInfo() argument 54 WindowType winType) : windowId_(winId), pid_(pid), uid_(uid), in WindowDrawingContentInfo()
|
H A D | focus_change_info.h | 35 FocusChangeInfo(uint32_t winId, DisplayId displayId, int32_t pid, int32_t uid, WindowType type, in FocusChangeInfo() argument 36 const sptr<IRemoteObject>& abilityToken): windowId_(winId), displayId_(displayId), pid_(pid), uid_(uid), in FocusChangeInfo()
|
/foundation/resourceschedule/memmgr/interface/innerkits/include/ |
H A D | mem_mgr_window_info.h | 37 * @param winId Window id.
42 MemMgrWindowInfo(uint32_t winId, int32_t pid, int32_t uid, bool visibility)
in MemMgrWindowInfo() argument 43 : windowId_(winId), pid_(pid), uid_(uid), isVisible_(visibility) {};
in MemMgrWindowInfo()
|
/foundation/window/window_manager/wmserver/include/ |
H A D | starting_window.h | 36 static sptr<WindowNode> CreateWindowNode(const sptr<WindowTransitionInfo>& info, uint32_t winId); 58 static sptr<WindowProperty> InitializeWindowProperty(const sptr<WindowTransitionInfo>& info, uint32_t winId);
|
/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 62 sptr<WindowNode> StartingWindow::CreateWindowNode(const sptr<WindowTransitionInfo>& info, uint32_t winId) in CreateWindowNode() argument 64 sptr<WindowProperty> property = InitializeWindowProperty(info, winId); in CreateWindowNode() 74 node->stateMachine_.SetWindowId(winId); in CreateWindowNode() 90 sptr<WindowProperty> StartingWindow::InitializeWindowProperty(const sptr<WindowTransitionInfo>& info, uint32_t winId) in InitializeWindowProperty() argument 106 WLOGFE("id:%{public}u Do not support this Orientation type", winId); in InitializeWindowProperty() 128 property->SetWindowId(winId); in InitializeWindowProperty()
|
H A D | window_root.cpp | 395 for (const auto& [winId, windowNode] : windowNodeMap_) { in GetUnreliableWindowInfo() 400 int32_t curWindowId = static_cast<int32_t>(winId); in GetUnreliableWindowInfo() 1258 WLOGFD("winId: %{public}u", container->GetActiveWindow()); in UpdateBrightnessWithWindowRemoved()
|
H A D | window_node_container.cpp | 2032 uint32_t winId = appNode->GetWindowId(); in MinimizeOldestMainFloatingWindow() local 2033 if (windowId != winId && WindowHelper::IsMainFloatingWindow(windowType, windowMode)) { in MinimizeOldestMainFloatingWindow() 2220 WLOGFD("window doesn't support split mode, winId: %{public}d", node->GetWindowId()); in UpdateModeSupportInfoWhenKeyguardChange()
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | input_event_info.h | 67 int32_t winId; member
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_window_manager.cpp | 176 int32_t winId = windowId; in ConvertToRealWindowId() local 180 winId = activeWindowId_; in ConvertToRealWindowId() 186 winId = a11yFocusedWindowId_; in ConvertToRealWindowId() 189 winId = activeWindowId_; in ConvertToRealWindowId() 193 if (subWindows_.count(winId)) { in ConvertToRealWindowId() 197 HILOG_DEBUG("After convert windowId[%{public}d] and activeId[%{public}d]", winId, activeWindowId_); in ConvertToRealWindowId() 198 return winId; in ConvertToRealWindowId() 375 int32_t winId = windowId; in SetActiveWindow() local 377 winId = SCENE_BOARD_WINDOW_ID; in SetActiveWindow() 379 if (aams.CheckWindowRegister(winId)) { in SetActiveWindow() [all...] |
/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | point_event_injector.cpp | 74 data.winId = windowId_; in Read()
|
/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_wm.cpp | 373 static uint8_t winId = 0; in GetUniqueWinId() local 377 while (winIdStorage & (1 << winId)) { in GetUniqueWinId() 378 winId++; in GetUniqueWinId() 379 winId %= MAX_WINDOW_NUMBLE; in GetUniqueWinId() 381 winIdStorage |= (1 << winId); in GetUniqueWinId() 382 return winId; in GetUniqueWinId()
|
H A D | lite_wm.h | 120 deviceData_.winId = window->GetWindowId(); in SetEventData()
|
/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 118 static sptr<Window> GetWindowWithId(uint32_t winId); 288 virtual Ace::UIContent* GetUIContentWithId(uint32_t winId) const override; 324 template<typename T> void ClearUselessListeners(std::map<uint32_t, T>& listeners, uint32_t winId) in ClearUselessListeners() argument 326 listeners.erase(winId); in ClearUselessListeners() 360 void ClearListenersById(uint32_t winId);
|
H A D | window_session_impl.h | 130 Ace::UIContent* GetUIContentWithId(uint32_t winId) const override; 319 static sptr<Window> FindWindowById(uint32_t winId);
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_windows_manager_test.cpp | 628 int32_t winId = 678; in HWTEST_F() local 634 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyle); in HWTEST_F() 637 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyle); in HWTEST_F() 640 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyle); in HWTEST_F() 643 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyle); in HWTEST_F() 646 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyle); in HWTEST_F() 649 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyle); in HWTEST_F() 652 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyle); in HWTEST_F() 655 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyle); in HWTEST_F() 658 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyl in HWTEST_F() 673 int32_t winId = 678; HWTEST_F() local [all...] |
/foundation/arkui/ui_lite/frameworks/dock/ |
H A D | pointer_input_device.cpp | 35 Window* window = RenderManager::GetInstance().GetWindowById(data.winId); in DispatchEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
H A D | window_scene_layout_manager.cpp | 79 TAG_LOGI(AceLogTag::ACE_WINDOW_PIPELINE, "winId:%{public}d name:%{public}s frameNodeId:%{public}d " in IsNodeVisible() 328 TAG_LOGI(AceLogTag::ACE_WINDOW_PIPELINE, "finish TraverseTree winId:%{public}d name:%{public}s" in TraverseTree() 437 for (auto& [winId, uiParam] : res.uiParams_) { in DumpFlushInfo() 441 screenId, winId, uiParam.sessionName_.c_str(), uiParam.rect_.ToString().c_str(), uiParam.scaleX_, in DumpFlushInfo()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_test.cpp | 240 int32_t winId = 1;
in HWTEST_F() local 242 std::make_pair(winName, pair<int32_t, sptr<WindowSessionImpl>>(winId, windowSession)));
in HWTEST_F() 244 SetArgReferee<1>(winId),
in HWTEST_F() 2479 int32_t winId = 1;
in HWTEST_F() local 2481 make_pair(winName, std::pair<int32_t, sptr<WindowSessionImpl>>(winId, winSession)));
in HWTEST_F() 2484 SetArgReferee<1>(winId),
in HWTEST_F() 2490 SetArgReferee<1>(winId),
in HWTEST_F()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 245 WLOGI("GetTopWindowfinal winId:%{public}u!", mainWinId); in GetTopWindowWithContext() 395 WLOGFE("GetAvoidAreaByType errCode:%{public}d winId:%{public}u Type is :%{public}u.", in GetAvoidAreaByType() 486 WLOGFE("SetTransform errCode:%{public}d winId:%{public}u", in SetTransform() 558 WLOGFE("SetWindowFlags errCode:%{public}d winId:%{public}u", in SetWindowFlags() 734 Ace::UIContent* WindowImpl::GetUIContentWithId(uint32_t winId) const in GetUIContentWithId() 797 TLOGE(WmsLogTag::DEFAULT, "surface node is nullptr, winId: %{public}u", GetWindowId()); in SetColorSpace() 810 TLOGE(WmsLogTag::DEFAULT, "surface node is nullptr, winId: %{public}u", GetWindowId()); in GetColorSpace() 870 WLOGFE("SetSystemBarProperty errCode:%{public}d winId:%{public}u", in SetSystemBarProperty() 914 WLOGFE("PutSystemBarProperty errCode:%{public}d winId:%{public}u", in UpdateSystemBarProperty() 945 WLOGFE("SetSystemBarProperty errCode:%{public}d winId in UpdateSystemBarProperty() 3768 ClearListenersById(uint32_t winId) ClearListenersById() argument [all...] |
H A D | window_session_impl.cpp | 1745 Ace::UIContent* WindowSessionImpl::GetUIContentWithId(uint32_t winId) const in GetUIContentWithId() 1747 sptr<Window> targetWindow = FindWindowById(winId); in GetUIContentWithId() 3689 sptr<Window> WindowSessionImpl::FindWindowById(uint32_t winId) in FindWindowById() argument 3697 if (static_cast<int32_t>(winId) == iter->second.first) { in FindWindowById() 3698 WLOGD("FindWindow id: %{public}u", winId); in FindWindowById() 3702 WLOGFE("Cannot find Window, id: %{public}d", winId); in FindWindowById()
|
/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | input_windows_manager.h | 232 void GetPointerStyleByArea(WindowArea area, int32_t pid, int32_t winId, PointerStyle& pointerStyle);
|
/foundation/window/window_manager/previewer/include/ |
H A D | window_impl.h | 278 void ClearListenersById(uint32_t winId);
|
/foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
H A D | accessible_ability_client_impl.cpp | 1514 auto winId = windowIdSet_.front(); in AddElementCache() local 1516 elementCache_.erase(winId); in AddElementCache()
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window.h | 1443 * @param winId window id. 1446 virtual Ace::UIContent* GetUIContentWithId(uint32_t winId) const { return nullptr; } in GetUIContentWithId()
|