Searched refs:vsyncController_ (Results 1 – 1 of 1) sorted by relevance
26 static inline sptr<VSyncController> vsyncController_ = nullptr; member in OHOS::Rosen::VSyncControllerTest40 vsyncController_ = new VSyncController(vsyncGenerator_, 0); in SetUpTestCase()48 vsyncController_ = nullptr; in TearDownTestCase()67 …ASSERT_EQ(VSyncControllerTest::vsyncController_->SetEnable(true, isGeneratorEnable), VSYNC_ERROR_O…81 ASSERT_EQ(VSyncControllerTest::vsyncController_->SetCallback(callback), VSYNC_ERROR_OK);94 ASSERT_EQ(VSyncControllerTest::vsyncController_->SetCallback(nullptr), VSYNC_ERROR_NULLPTR);106 ASSERT_EQ(VSyncControllerTest::vsyncController_->SetPhaseOffset(2), VSYNC_ERROR_OK);119 …ASSERT_EQ(VSyncControllerTest::vsyncController_->SetEnable(false, isGeneratorEnable), VSYNC_ERROR_…131 …ASSERT_EQ(VSyncControllerTest::vsyncController_->SetPhaseOffset(2), VSYNC_ERROR_INVALID_OPERATING);