Home
last modified time | relevance | path

Searched refs:GetTotalWindowNum (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h95 uint32_t GetTotalWindowNum() const;
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_dumper.cpp109 oss << "total window num: " << windowRoot_->GetTotalWindowNum()<< std::endl; in DumpScreenGroupWindowInfo()
H A Dwindow_root.cpp50 uint32_t WindowRoot::GetTotalWindowNum() const in GetTotalWindowNum() function in OHOS::Rosen::WindowRoot
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp70 uint32_t size = windowRoot_->GetTotalWindowNum();