Searched refs:DisplayManagerTest (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_test.cpp | 61 class DisplayManagerTest : public testing::Test { class 69 void DisplayManagerTest::SetUpTestCase() in SetUpTestCase() 73 void DisplayManagerTest::TearDownTestCase() in TearDownTestCase() 77 void DisplayManagerTest::SetUp() in SetUp() 81 void DisplayManagerTest::TearDown() in TearDown() 91 HWTEST_F(DisplayManagerTest, Freeze01, Function | SmallTest | Level1) 108 HWTEST_F(DisplayManagerTest, Freeze02, Function | SmallTest | Level1) 125 HWTEST_F(DisplayManagerTest, Freeze03, Function | SmallTest | Level1) 139 HWTEST_F(DisplayManagerTest, Unfreeze01, Function | SmallTest | Level1) 156 HWTEST_F(DisplayManagerTest, Unfreeze02, Function | SmallTest | Level1) [all …]
|
/ohos5.0/foundation/window/window_manager/dm_lite/test/unittest/ |
H A D | display_manager_lite_test.cpp | 38 class DisplayManagerTest : public testing::Test { class 46 void DisplayManagerTest::SetUpTestCase() in SetUpTestCase() 50 void DisplayManagerTest::TearDownTestCase() in TearDownTestCase() 54 void DisplayManagerTest::SetUp() in SetUp() 58 void DisplayManagerTest::TearDown() in TearDown() 68 HWTEST_F(DisplayManagerTest, OnDisplayCreate01, Function | SmallTest | Level1) 93 HWTEST_F(DisplayManagerTest, OnDisplayDestroy, Function | SmallTest | Level1) 113 HWTEST_F(DisplayManagerTest, OnDisplayChange, Function | SmallTest | Level1) 357 HWTEST_F(DisplayManagerTest, GetDefaultDisplay, Function | SmallTest | Level1) 370 HWTEST_F(DisplayManagerTest, GetDisplayById01, Function | SmallTest | Level1) [all …]
|
/ohos5.0/foundation/window/window_manager/test/systemtest/dms/ |
H A D | display_manager_test.cpp | 48 class DisplayManagerTest : public testing::Test { class 62 void DisplayManagerTest::SetUpTestCase() in SetUpTestCase() 73 void DisplayManagerTest::TearDownTestCase() in TearDownTestCase() 77 void DisplayManagerTest::SetUp() in SetUp() 81 void DisplayManagerTest::TearDown() in TearDown() 85 sptr<Window> DisplayManagerTest::CreateWindow(std::string name, in CreateWindow() 134 HWTEST_F(DisplayManagerTest, HasPrivateWindow, Function | SmallTest | Level2) 162 auto displayWidth = DisplayManagerTest::displayWidth_; 163 auto displayHeight = DisplayManagerTest::displayHeight_; 245 auto displayWidth = DisplayManagerTest::displayWidth_; [all …]
|