Home
last modified time | relevance | path

Searched refs:subWindowMap_ (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp84 std::map<uint32_t, std::vector<sptr<WindowImpl>>> WindowImpl::subWindowMap_; member in OHOS::Rosen::WindowImpl
261 if (subWindowMap_.find(parentId) == subWindowMap_.end()) { in GetSubWindow()
265 return std::vector<sptr<Window>>(subWindowMap_[parentId].begin(), subWindowMap_[parentId].end()); in GetSubWindow()
1371 subWindowMap_[property_->GetParentId()].push_back(window); in Create()
1496 if (subWindowMap_.count(property_->GetParentId()) > 0) { // remove from subWindowMap_ in DestroySubWindow()
1497 auto& subWindows = subWindowMap_.at(property_->GetParentId()); in DestroySubWindow()
1509 if (subWindowMap_ in DestroySubWindow()
[all...]
/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h284 static std::map<uint32_t, std::vector<sptr<WindowImpl>>> subWindowMap_; member in OHOS::OHOS::Rosen::WindowImpl
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp31 std::map<uint32_t, std::vector<sptr<WindowImpl>>> WindowImpl::subWindowMap_; member in OHOS::Rosen::WindowImpl
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h441 static std::map<uint32_t, std::vector<sptr<WindowImpl>>> subWindowMap_; member

Completed in 9 milliseconds