Searched refs:DumpRect (Results 1 – 3 of 3) sorted by relevance
34 std::string DumpRect(const std::vector<MMI::Rect>& rects);
805 HWTEST_F(SceneSessionDirtyManagerTest, DumpRect, Function | SmallTest | Level2)818 DumpRect(rects);
702 std::string DumpRect(const std::vector<MMI::Rect>& rects) in DumpRect() function721 return infoStr + DumpRect(info.defaultHotAreas); in DumpWindowInfo()