Searched refs:VsyncReceiverTest (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/ |
H A D | vsync_receiver_test.cpp | 29 class VsyncReceiverTest : public testing::Test { class 43 void VsyncReceiverTest::OnVSync(int64_t now, void* data) in OnVSync() 48 void VsyncReceiverTest::SetUpTestCase() in SetUpTestCase() 57 void VsyncReceiverTest::TearDownTestCase() in TearDownTestCase() 82 HWTEST_F(VsyncReceiverTest, BeforeInit001, Function | MediumTest| Level3) 127 HWTEST_F(VsyncReceiverTest, Init001, Function | MediumTest| Level3) 129 ASSERT_EQ(VsyncReceiverTest::vsyncReceiver->Init(), VSYNC_ERROR_OK); 130 ASSERT_EQ(VsyncReceiverTest::vsyncReceiver->Init(), VSYNC_ERROR_OK); 140 HWTEST_F(VsyncReceiverTest, Init002, Function | MediumTest| Level3) 301 HWTEST_F(VsyncReceiverTest, SetVSyncRate001, Function | MediumTest| Level3) [all …]
|