/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_screen.cpp | 93 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 D | hdi_device_impl.cpp | 129 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 D | hdiscreen_test.cpp | 58 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 D | mock_hdi_device.h | 55 MOCK_METHOD2(SetScreenVsyncEnabled, int32_t(uint32_t, bool));
|
H A D | hdidevice_test.cpp | 58 …ASSERT_EQ(HdiDeviceTest::hdiDevice_->SetScreenVsyncEnabled(screenId, enabled), GRAPHIC_DISPLAY_SUC…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_screen.h | 49 int32_t SetScreenVsyncEnabled(bool enabled) const;
|
H A D | hdi_device.h | 56 virtual int32_t SetScreenVsyncEnabled(uint32_t screenId, bool enabled) = 0;
|
H A D | hdi_device_impl.h | 54 int32_t SetScreenVsyncEnabled(uint32_t screenId, bool enabled) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | hdibackend_test.cpp | 97 EXPECT_CALL(*mockDevice_, SetScreenVsyncEnabled(_, _)).WillRepeatedly(testing::Return(0));
|
H A D | mock_hdi_device_systest.h | 55 MOCK_METHOD2(SetScreenVsyncEnabled, int32_t(uint32_t, bool));
|
H A D | hdioutput_test.cpp | 115 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 D | hdiscreen_fuzzer.cpp | 126 g_hdiScreen->SetScreenVsyncEnabled(enabled); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.h | 100 virtual void SetScreenVsyncEnabled(bool enabled) const = 0; 191 void SetScreenVsyncEnabled(bool enabled) const override;
|
H A D | rs_screen.cpp | 372 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 D | rs_screen_manager.cpp | 700 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 D | mock_hdi_device.h | 53 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 D | rs_screen_test.cpp | 205 rsScreen->SetScreenVsyncEnabled(true); 209 virtualScreen->SetScreenVsyncEnabled(true);
|