Searched refs:CommonExpectEQ (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | safe_area_manager_test_ng.cpp | 76 void CommonExpectEQ(const Rect& s1, const Rect& s2); 122 void SafeAreaManagerTest::CommonExpectEQ(const Rect& s1, const Rect& s2) in CommonExpectEQ() function in OHOS::Ace::NG::SafeAreaManagerTest 143 CommonExpectEQ(Rect{res.left_.start, res.right_.end, res.top_.start, res.bottom_.end}, 146 CommonExpectEQ(Rect{res.left_.start, res.right_.end, res.top_.start, res.bottom_.end}, 149 CommonExpectEQ(Rect{res.left_.start, res.right_.end, res.top_.start, res.bottom_.end}, 152 CommonExpectEQ(Rect{res.left_.start, res.right_.end, res.top_.start, res.bottom_.end}, 200 CommonExpectEQ(Rect{sa.left_.start, sa.right_.end, sa.top_.start, sa.bottom_.end}, 212 CommonExpectEQ(Rect{sa.left_.start, sa.right_.end, sa.top_.start, sa.bottom_.end}, 244 CommonExpectEQ(Rect{sas.left_.start, sas.right_.end, sas.top_.start, sas.bottom_.end}, 264 CommonExpectEQ(Rect{san.left_.start, san.right_.end, san.top_.start, san.bottom_.end}, [all …]
|