Home
last modified time | relevance | path

Searched refs:GetAllDisplayRectsByDMS (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h136 std::map<DisplayId, Rect> GetAllDisplayRectsByDMS(sptr<DisplayInfo> displayInfo);
/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp107 auto displayRectMap = GetAllDisplayRectsByDMS(displayInfo); in GetWindowNodeContainer()
1593 std::map<DisplayId, Rect> WindowRoot::GetAllDisplayRectsByDMS(sptr<DisplayInfo> displayInfo) in GetAllDisplayRectsByDMS() function in OHOS::Rosen::WindowRoot
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp1661 * @tc.name: GetAllDisplayRectsByDMS
1662 * @tc.desc: test WindowRoot GetAllDisplayRectsByDMS
1665 HWTEST_F(WindowRootTest, GetAllDisplayRectsByDMS, Function | SmallTest | Level2) in HWTEST_F()
1676 windowRoot_->GetAllDisplayRectsByDMS(displayInfo); in HWTEST_F()

Completed in 8 milliseconds