Home
last modified time | relevance | path

Searched refs:winId (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_visibility_info.h68 …WindowVisibilityInfo(uint32_t winId, int32_t pid, int32_t uid, WindowVisibilityState visibilitySta… 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 visibilitySta… in WindowVisibilityInfo() argument
74 const std::string& abilityName, bool isFocused) : windowId_(winId), pid_(pid), uid_(uid), in WindowVisibilityInfo()
H A Dwindow_drawing_content_info.h53 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 Dfocus_change_info.h35 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_… in FocusChangeInfo()
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_window_info.h42 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()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_window_manager.cpp168 int32_t winId = windowId; in ConvertToRealWindowId() local
172 winId = activeWindowId_; in ConvertToRealWindowId()
178 winId = a11yFocusedWindowId_; in ConvertToRealWindowId()
181 winId = activeWindowId_; in ConvertToRealWindowId()
185 if (subWindows_.count(winId)) { in ConvertToRealWindowId()
190 return winId; in ConvertToRealWindowId()
366 int32_t winId = windowId; in SetActiveWindow() local
368 winId = SCENE_BOARD_WINDOW_ID; in SetActiveWindow()
370 if (aams.CheckWindowRegister(winId)) { in SetActiveWindow()
371 HILOG_DEBUG("send active event, windowId: %{public}d", winId); in SetActiveWindow()
[all …]
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dstarting_window.h36 … static sptr<WindowNode> CreateWindowNode(const sptr<WindowTransitionInfo>& info, uint32_t winId);
57 …r<WindowProperty> InitializeWindowProperty(const sptr<WindowTransitionInfo>& info, uint32_t winId);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp62 …indowNode> 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 …y> 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 Dwindow_root.cpp395 for (const auto& [winId, windowNode] : windowNodeMap_) { in GetUnreliableWindowInfo()
400 int32_t curWindowId = static_cast<int32_t>(winId); in GetUnreliableWindowInfo()
H A Dwindow_node_container.cpp2033 uint32_t winId = appNode->GetWindowId(); in MinimizeOldestMainFloatingWindow() local
2034 if (windowId != winId && WindowHelper::IsMainFloatingWindow(windowType, windowMode)) { in MinimizeOldestMainFloatingWindow()
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp373 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 Dlite_wm.h120 deviceData_.winId = window->GetWindowId(); in SetEventData()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dinput_event_info.h67 int32_t winId; member
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dpoint_event_injector.cpp74 data.winId = windowId_; in Read()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h118 static sptr<Window> GetWindowWithId(uint32_t winId);
288 virtual Ace::UIContent* GetUIContentWithId(uint32_t winId) const override;
336 … template<typename T> void ClearUselessListeners(std::map<uint32_t, T>& listeners, uint32_t winId) in ClearUselessListeners() argument
338 listeners.erase(winId); in ClearUselessListeners()
372 void ClearListenersById(uint32_t winId);
H A Dwindow_session_impl.h137 Ace::UIContent* GetUIContentWithId(uint32_t winId) const override;
323 static sptr<Window> FindWindowById(uint32_t winId);
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp627 int32_t winId = 678; variable
633 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyle);
636 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyle);
639 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyle);
642 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyle);
645 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyle);
648 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyle);
651 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyle);
654 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyle);
657 WIN_MGR->GetPointerStyleByArea(area, pid, winId, pointerStyle);
[all …]
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Dpointer_input_device.cpp35 Window* window = RenderManager::GetInstance().GetWindowById(data.winId); in DispatchEvent()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp767 Ace::UIContent* WindowImpl::GetUIContentWithId(uint32_t winId) const in GetUIContentWithId()
3810 void WindowImpl::ClearListenersById(uint32_t winId) in ClearListenersById() argument
3813 ClearUselessListeners(screenshotListeners_, winId); in ClearListenersById()
3814 ClearUselessListeners(touchOutsideListeners_, winId); in ClearListenersById()
3815 ClearUselessListeners(dialogTargetTouchListeners_, winId); in ClearListenersById()
3816 ClearUselessListeners(lifecycleListeners_, winId); in ClearListenersById()
3817 ClearUselessListeners(windowChangeListeners_, winId); in ClearListenersById()
3818 ClearUselessListeners(avoidAreaChangeListeners_, winId); in ClearListenersById()
3819 ClearUselessListeners(occupiedAreaChangeListeners_, winId); in ClearListenersById()
3820 ClearUselessListeners(dialogDeathRecipientListener_, winId); in ClearListenersById()
H A Dwindow_session_impl.cpp1840 Ace::UIContent* WindowSessionImpl::GetUIContentWithId(uint32_t winId) const in GetUIContentWithId()
1842 sptr<Window> targetWindow = FindWindowById(winId); in GetUIContentWithId()
3857 sptr<Window> WindowSessionImpl::FindWindowById(uint32_t winId) in FindWindowById() argument
3865 if (static_cast<int32_t>(winId) == iter->second.first) { in FindWindowById()
3866 WLOGD("FindWindow id: %{public}u", winId); in FindWindowById()
3870 WLOGFE("Cannot find Window, id: %{public}d", winId); in FindWindowById()
H A Dwindow_scene_session_impl.cpp2985 sptr<WindowSessionImpl> WindowSceneSessionImpl::GetWindowWithId(uint32_t winId) in GetWindowWithId() argument
2994 if (win && winId == win->GetWindowId()) { in GetWindowWithId()
2995 …sLogTag::WMS_SYSTEM, "find window %{public}s, id %{public}d", win->GetWindowName().c_str(), winId); in GetWindowWithId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp455 for (auto& [winId, uiParam] : res.uiParams_) { in DumpFlushInfo()
459 … screenId, winId, uiParam.sessionName_.c_str(), uiParam.rect_.ToString().c_str(), uiParam.scaleX_, in DumpFlushInfo()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/
H A Dinput_windows_manager.h233 …void GetPointerStyleByArea(WindowArea area, int32_t pid, int32_t winId, PointerStyle& pointerStyle…
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h284 void ClearListenersById(uint32_t winId);
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_client_impl.cpp1549 auto winId = windowIdSet_.front(); in AddElementCache() local
1551 elementCache_.erase(winId); in AddElementCache()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1499 virtual Ace::UIContent* GetUIContentWithId(uint32_t winId) const { return nullptr; } in GetUIContentWithId() argument

12