Home
last modified time | relevance | path

Searched refs:windowIds (Results 1 – 3 of 3) sorted by relevance

/foundation/windowmanager/wmserver/src/
Dwindow_root.cpp108 std::vector<uint32_t> windowIds = container->Destroy(); in NotifyDisplayRemoved() local
109 for (auto id : windowIds) { in NotifyDisplayRemoved()
421 std::vector<uint32_t> windowIds; in DestroyWindow() local
422 res = container->DestroyWindowNode(node, windowIds); in DestroyWindow()
423 for (auto id : windowIds) { in DestroyWindow()
Dwindow_node_container.cpp247 …or WindowNodeContainer::DestroyWindowNode(sptr<WindowNode>& node, std::vector<uint32_t>& windowIds) in DestroyWindowNode() argument
255 windowIds.push_back(node->GetWindowId()); in DestroyWindowNode()
258 windowIds.push_back(child->GetWindowId()); in DestroyWindowNode()
/foundation/windowmanager/wmserver/include/
Dwindow_node_container.h38 WMError DestroyWindowNode(sptr<WindowNode>& node, std::vector<uint32_t>& windowIds);