Home
last modified time | relevance | path

Searched refs:GetScreenCapability (Results 1 - 25 of 44) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdiscreen_test.cpp41 EXPECT_CALL(*mockDevice_, GetScreenCapability(_, _)).WillRepeatedly(testing::Return(0)); in SetUpTestCase()
69 ASSERT_EQ(HdiScreenSysTest::hdiScreen_->GetScreenCapability(displayCapability), 0); in HWTEST_F()
H A Dmock_hdi_device_systest.h41 MOCK_METHOD2(GetScreenCapability, int32_t(uint32_t, GraphicDisplayCapability&));
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdiscreen_test.cpp42 EXPECT_CALL(*mockDevice_, GetScreenCapability(_, _)).WillRepeatedly(testing::Return(0)); in SetUpTestCase()
80 ASSERT_EQ(hdiScreen_->GetScreenCapability(dcap), GRAPHIC_DISPLAY_NULL_PTR); in HWTEST_F()
144 * CaseDescription: 1. call GetScreenCapability
150 ASSERT_EQ(HdiScreenTest::hdiScreen_->GetScreenCapability(displayCapability), 0); in HWTEST_F()
H A Dhdidevice_test.cpp70 GetScreenCapability(_, _)).WillRepeatedly(testing::Return(GRAPHIC_DISPLAY_SUCCESS)); in HWTEST_F()
71 EXPECT_EQ(hdiDeviceMock_->GetScreenCapability(screenId, dcpInfo), GRAPHIC_DISPLAY_SUCCESS); in HWTEST_F()
H A Dmock_hdi_device.h41 MOCK_METHOD2(GetScreenCapability, int32_t(uint32_t, GraphicDisplayCapability&));
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_screen.cpp108 int32_t HdiScreen::GetScreenCapability(GraphicDisplayCapability &dcap) const in GetScreenCapability() function in OHOS::Rosen::HdiScreen
111 return device_->GetScreenCapability(screenId_, dcap); in GetScreenCapability()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_screen.h40 int32_t GetScreenCapability(GraphicDisplayCapability &info) const;
H A Dhdi_device_impl.h37 int32_t GetScreenCapability(uint32_t screenId, GraphicDisplayCapability &info) override;
H A Dhdi_device.h40 virtual int32_t GetScreenCapability(uint32_t screenId, GraphicDisplayCapability &info) = 0;
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdiscreen_fuzzer/
H A Dhdiscreen_fuzzer.cpp76 g_hdiScreen->GetScreenCapability(dcap); in HdiScreenFuzzTest2()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h40 MOCK_METHOD2(GetScreenCapability, int32_t(uint32_t, GraphicDisplayCapability&));
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp212 screen->GetScreenCapability(info); in CreatePhysicalScreen()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.h158 RSScreenCapability GetScreenCapability(ScreenId id);
H A Drs_interfaces.cpp416 RSScreenCapability RSInterfaces::GetScreenCapability(ScreenId id) in GetScreenCapability() function in OHOS::Rosen::RSInterfaces
418 return renderServiceClient_->GetScreenCapability(id); in GetScreenCapability()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp113 rsInterfaces.GetScreenCapability(static_cast<ScreenId>(id)); in RSPhysicalScreenFuzzTest()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen_manager.h110 virtual RSScreenCapability GetScreenCapability(ScreenId id) const = 0;
315 RSScreenCapability GetScreenCapability(ScreenId id) const override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h163 virtual RSScreenCapability GetScreenCapability(ScreenId id) = 0;
/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp325 screen->GetScreenCapability(info); in CreatePhysicalScreen()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp164 rsRenderServiceConnectionProxy.GetScreenCapability(id1); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.h141 RSScreenCapability GetScreenCapability(ScreenId id) override;
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Drender_context_sample.cpp462 screen_->GetScreenCapability(info); in CreatePhysicalScreen()
H A Ddrawing_engine_sample.cpp366 screen_->GetScreenCapability(info); in CreatePhysicalScreen()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h166 RSScreenCapability GetScreenCapability(ScreenId id) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp270 RSScreenCapability RSRenderServiceClient::GetScreenCapability(ScreenId id) in GetScreenCapability() function in OHOS::Rosen::RSRenderServiceClient
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h218 RSScreenCapability GetScreenCapability(ScreenId id);

Completed in 15 milliseconds

12