Searched refs:SetScreenOverlayResolution (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | hdiscreen_test.cpp | 45 … EXPECT_CALL(*mockDevice_, SetScreenOverlayResolution(_, _, _)).WillRepeatedly(testing::Return(0)); in SetUpTestCase() 78 ASSERT_EQ(HdiScreenSysTest::hdiScreen_->SetScreenOverlayResolution(width, height), 0);
|
H A D | mock_hdi_device_systest.h | 45 MOCK_METHOD3(SetScreenOverlayResolution, int32_t(uint32_t, uint32_t, uint32_t));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdiscreen_test.cpp | 46 … EXPECT_CALL(*mockDevice_, SetScreenOverlayResolution(_, _, _)).WillRepeatedly(testing::Return(0)); in SetUpTestCase() 88 ASSERT_EQ(hdiScreen_->SetScreenOverlayResolution(width, height), GRAPHIC_DISPLAY_NULL_PTR); 207 ASSERT_EQ(HdiScreenTest::hdiScreen_->SetScreenOverlayResolution(width, height), 0);
|
H A D | mock_hdi_device.h | 45 MOCK_METHOD3(SetScreenOverlayResolution, int32_t(uint32_t, uint32_t, uint32_t));
|
H A D | hdidevice_test.cpp | 70 …ASSERT_EQ(HdiDeviceTest::hdiDevice_->SetScreenOverlayResolution(screenId, width, height), GRAPHIC_…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_screen.cpp | 159 int32_t HdiScreen::SetScreenOverlayResolution(uint32_t width, uint32_t height) const in SetScreenOverlayResolution() function in OHOS::Rosen::HdiScreen 162 return device_->SetScreenOverlayResolution(screenId_, width, height); in SetScreenOverlayResolution()
|
H A D | hdi_device_impl.cpp | 206 int32_t HdiDeviceImpl::SetScreenOverlayResolution(uint32_t screenId, uint32_t width, uint32_t heigh… in SetScreenOverlayResolution() function in OHOS::Rosen::HdiDeviceImpl
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_screen.h | 44 int32_t SetScreenOverlayResolution(uint32_t width, uint32_t height) const;
|
H A D | hdi_device.h | 44 …virtual int32_t SetScreenOverlayResolution(uint32_t screenId, uint32_t width, uint32_t height) = 0;
|
H A D | hdi_device_impl.h | 42 int32_t SetScreenOverlayResolution(uint32_t screenId, uint32_t width, uint32_t height) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdiscreen_fuzzer/ |
H A D | hdiscreen_fuzzer.cpp | 123 g_hdiScreen->SetScreenOverlayResolution(width, height); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/ |
H A D | mock_hdi_device.h | 43 MOCK_METHOD3(SetScreenOverlayResolution, int32_t(uint32_t, uint32_t, uint32_t));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.cpp | 319 if (hdiScreen_->SetScreenOverlayResolution(width, height) < 0) { in SetRogResolution()
|