Home
last modified time | relevance | path

Searched defs:windowMap_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h289 static std::map<std::string, std::pair<uint32_t, sptr<Window>>> windowMap_; variable
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h452 static std::map<std::string, std::pair<uint32_t, sptr<Window>>> windowMap_; variable
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp30 std::map<std::string, std::pair<uint32_t, sptr<Window>>> WindowImpl::windowMap_; member in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp83 std::map<std::string, std::pair<uint32_t, sptr<Window>>> WindowImpl::windowMap_; member in OHOS::Rosen::WindowImpl