Home
last modified time | relevance | path

Searched refs:SetScreenVsyncEnabled (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_screen.cpp93 ret = device_->SetScreenVsyncEnabled(screenId_, true); in Init()
189 int32_t HdiScreen::SetScreenVsyncEnabled(bool enabled) const in SetScreenVsyncEnabled() function in OHOS::Rosen::HdiScreen
192 int32_t ret = device_->SetScreenVsyncEnabled(screenId_, enabled); in SetScreenVsyncEnabled()
H A Dhdi_device_impl.cpp129 int32_t HdiDeviceImpl::SetScreenVsyncEnabled(uint32_t screenId, bool enabled) in SetScreenVsyncEnabled() function in OHOS::Rosen::HdiDeviceImpl
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdiscreen_test.cpp58 EXPECT_CALL(*mockDevice_, SetScreenVsyncEnabled(_, _)).WillRepeatedly(testing::Return(0)); in SetUpTestCase()
96 ASSERT_EQ(hdiScreen_->SetScreenVsyncEnabled(enabled), GRAPHIC_DISPLAY_NULL_PTR);
277 ASSERT_EQ(HdiScreenTest::hdiScreen_->SetScreenVsyncEnabled(enabled), 0);
H A Dmock_hdi_device.h55 MOCK_METHOD2(SetScreenVsyncEnabled, int32_t(uint32_t, bool));
H A Dhdidevice_test.cpp58 …ASSERT_EQ(HdiDeviceTest::hdiDevice_->SetScreenVsyncEnabled(screenId, enabled), GRAPHIC_DISPLAY_SUC…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_screen.h49 int32_t SetScreenVsyncEnabled(bool enabled) const;
H A Dhdi_device.h56 virtual int32_t SetScreenVsyncEnabled(uint32_t screenId, bool enabled) = 0;
H A Dhdi_device_impl.h54 int32_t SetScreenVsyncEnabled(uint32_t screenId, bool enabled) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdibackend_test.cpp97 EXPECT_CALL(*mockDevice_, SetScreenVsyncEnabled(_, _)).WillRepeatedly(testing::Return(0));
H A Dmock_hdi_device_systest.h55 MOCK_METHOD2(SetScreenVsyncEnabled, int32_t(uint32_t, bool));
H A Dhdioutput_test.cpp115 EXPECT_CALL(*mockDevice_, SetScreenVsyncEnabled(_, _)).WillRepeatedly(testing::Return(0));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdiscreen_fuzzer/
H A Dhdiscreen_fuzzer.cpp126 g_hdiScreen->SetScreenVsyncEnabled(enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h100 virtual void SetScreenVsyncEnabled(bool enabled) const = 0;
191 void SetScreenVsyncEnabled(bool enabled) const override;
H A Drs_screen.cpp372 if (hdiScreen_->SetScreenVsyncEnabled(true) != GRAPHIC_DISPLAY_SUCCESS) { in SetPowerStatus()
902 void RSScreen::SetScreenVsyncEnabled(bool enabled) const in SetScreenVsyncEnabled() function in OHOS::Rosen::impl::RSScreen
908 hdiScreen_->SetScreenVsyncEnabled(enabled); in SetScreenVsyncEnabled()
H A Drs_screen_manager.cpp700 screensIt->second->SetScreenVsyncEnabled(enabled); in RegSetScreenVsyncEnabledCallbackForMainThread()
721 screensIt->second->SetScreenVsyncEnabled(enabled); in RegSetScreenVsyncEnabledCallbackForHardwareThread()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h53 MOCK_METHOD2(SetScreenVsyncEnabled, int32_t(uint32_t, bool));
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/
H A Drs_screen_test.cpp205 rsScreen->SetScreenVsyncEnabled(true);
209 virtualScreen->SetScreenVsyncEnabled(true);