Home
last modified time | relevance | path

Searched refs:GetScreenCapability (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/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);
H A Dmock_hdi_device_systest.h41 MOCK_METHOD2(GetScreenCapability, int32_t(uint32_t, GraphicDisplayCapability&));
/ohos5.0/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);
150 ASSERT_EQ(HdiScreenTest::hdiScreen_->GetScreenCapability(displayCapability), 0);
H A Dmock_hdi_device.h41 MOCK_METHOD2(GetScreenCapability, int32_t(uint32_t, GraphicDisplayCapability&));
H A Dhdidevice_test.cpp63 …ASSERT_EQ(HdiDeviceTest::hdiDevice_->GetScreenCapability(screenId, dcpInfo), GRAPHIC_DISPLAY_SUCCE…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_screen.cpp119 int32_t HdiScreen::GetScreenCapability(GraphicDisplayCapability &dcap) const in GetScreenCapability() function in OHOS::Rosen::HdiScreen
122 return device_->GetScreenCapability(screenId_, dcap); in GetScreenCapability()
/ohos5.0/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.h40 virtual int32_t GetScreenCapability(uint32_t screenId, GraphicDisplayCapability &info) = 0;
H A Dhdi_device_impl.h38 int32_t GetScreenCapability(uint32_t screenId, GraphicDisplayCapability &info) override;
/ohos5.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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h39 MOCK_METHOD2(GetScreenCapability, int32_t(uint32_t, GraphicDisplayCapability&));
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp102 rsInterfaces.GetScreenCapability(static_cast<ScreenId>(id)); in RSPhysicalScreenFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen_manager.h118 virtual RSScreenCapability GetScreenCapability(ScreenId id) const = 0;
328 RSScreenCapability GetScreenCapability(ScreenId id) const override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp374 RSScreenCapability RSInterfaces::GetScreenCapability(ScreenId id) in GetScreenCapability() function in OHOS::Rosen::RSInterfaces
376 return renderServiceClient_->GetScreenCapability(id); in GetScreenCapability()
H A Drs_interfaces.h153 RSScreenCapability GetScreenCapability(ScreenId id);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp212 screen->GetScreenCapability(info); in CreatePhysicalScreen()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp163 rsRenderServiceConnectionProxy.GetScreenCapability(id1); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp368 auto screenCapability = rsInterfaces->GetScreenCapability(virtualScreenId);
591 auto screenCapability = rsInterfaces->GetScreenCapability(screenId);
605 auto screenCapability = rsInterfaces->GetScreenCapability(INVALID_SCREEN_ID);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h159 virtual RSScreenCapability GetScreenCapability(ScreenId id) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp249 RSScreenCapability RSRenderServiceClient::GetScreenCapability(ScreenId id) in GetScreenCapability() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp249 RSScreenCapability RSRenderServiceClient::GetScreenCapability(ScreenId id) in GetScreenCapability() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_engine_sample.cpp356 screen_->GetScreenCapability(info); in CreatePhysicalScreen()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.h138 RSScreenCapability GetScreenCapability(ScreenId id) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h164 RSScreenCapability GetScreenCapability(ScreenId id) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h222 RSScreenCapability GetScreenCapability(ScreenId id);

12