Home
last modified time | relevance | path

Searched refs:IsGroup (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_test.cpp199 * @tc.name: IsGroup
200 * @tc.desc: for interface coverage and check IsGroup
203 HWTEST_F(ScreenTest, IsGroup, Function | SmallTest | Level2) in HWTEST_F()
209 ASSERT_EQ(true, screen_->IsGroup()); in HWTEST_F()
212 ASSERT_EQ(false, screen_->IsGroup()); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen.h56 bool IsGroup() const;
/foundation/window/window_manager/dm/src/
H A Dscreen.cpp51 bool Screen::IsGroup() const in IsGroup() function in OHOS::Rosen::Screen
/foundation/window/window_manager/test/systemtest/dms/
H A Dscreen_manager_test.cpp227 if (screen->IsGroup()) { \

Completed in 7 milliseconds