Searched refs:VSyncControllerTest (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/ |
H A D | vsync_controller_test.cpp | 22 class VSyncControllerTest : public testing::Test { class 37 void VSyncControllerTest::SetUpTestCase() in SetUpTestCase() 43 void VSyncControllerTest::TearDownTestCase() in TearDownTestCase() 64 HWTEST_F(VSyncControllerTest, SetEnable001, Function | MediumTest | Level2) 78 HWTEST_F(VSyncControllerTest, SetCallback001, Function | MediumTest | Level2) 81 ASSERT_EQ(VSyncControllerTest::vsyncController_->SetCallback(callback), VSYNC_ERROR_OK); 92 HWTEST_F(VSyncControllerTest, SetCallback002, Function | MediumTest | Level2) 104 HWTEST_F(VSyncControllerTest, SetPhaseOffset001, Function | MediumTest | Level2) 106 ASSERT_EQ(VSyncControllerTest::vsyncController_->SetPhaseOffset(2), VSYNC_ERROR_OK); 116 HWTEST_F(VSyncControllerTest, SetEnable002, Function | MediumTest | Level2) [all …]
|