Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/window/window_manager/dm/src/
H A Dscreen.cpp189 DMError Screen::GetScreenColorSpace(GraphicCM_ColorSpaceType& colorSpace) const in GetScreenColorSpace() function in OHOS::Rosen::Screen
191 return SingletonContainer::Get<ScreenManagerAdapter>().GetScreenColorSpace(GetId(), colorSpace); in GetScreenColorSpace()
H A Ddisplay_manager_adapter.cpp166 DMError ScreenManagerAdapter::GetScreenColorSpace(ScreenId screenId, in GetScreenColorSpace() function in OHOS::Rosen::ScreenManagerAdapter
172 return displayManagerServiceProxy_->GetScreenColorSpace(screenId, colorSpace); in GetScreenColorSpace()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen.h291 DMError GetScreenColorSpace(GraphicCM_ColorSpaceType& colorSpace) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h109 virtual int32_t GetScreenColorSpace(GraphicCM_ColorSpaceType& colorSpace) const = 0;
200 int32_t GetScreenColorSpace(GraphicCM_ColorSpaceType& colorSpace) const override;
H A Drs_screen_manager.h195 … virtual int32_t GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace) const = 0;
407 int32_t GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace) const override;
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_display_manager_adapter.h92 …MOCK_METHOD2(GetScreenColorSpace, DMError(ScreenId screenId, GraphicCM_ColorSpaceType& colorSpace)…
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_test.cpp406 EXPECT_CALL(m->Mock(), GetScreenColorSpace(_, _)).Times(1).WillOnce(Return(DMError::DM_OK));
408 auto res = screen_->GetScreenColorSpace(colorSpace);
H A Ddisplay_manager_adapter_test.cpp393 HWTEST_F(DisplayManagerAdapterTest, GetScreenColorSpace, Function | SmallTest | Level2)
396 … DMError err = SingletonContainer::Get<ScreenManagerAdapter>().GetScreenColorSpace(0, colorSpace);
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_proxy.h64 DMError GetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType& colorSpace) override;
H A Ddisplay_manager_interface.h101 virtual DMError GetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType& colorSpace) in GetScreenColorSpace() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp492 int32_t RSInterfaces::GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace) in GetScreenColorSpace() function in OHOS::Rosen::RSInterfaces
494 return renderServiceClient_->GetScreenColorSpace(id, colorSpace); in GetScreenColorSpace()
H A Drs_interfaces.h191 int32_t GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace);
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_proxy_test.cpp628 HWTEST_F(DisplayManagerProxyTest, GetScreenColorSpace, Function | SmallTest | Level1)
633 auto result1 = proxy1.GetScreenColorSpace(0, colorSpaces);
640 auto result2 = proxy2.GetScreenColorSpace(0, colorSpaces);
644 auto result3 = proxy2.GetScreenColorSpace(0, colorSpaces);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp665 HWTEST_F(RSRenderServiceConnectionProxyTest, GetScreenColorSpace, TestSize.Level1)
671 ASSERT_EQ(proxy->GetScreenColorSpace(id, colorSpace), 2);
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h154 virtual DMError GetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType& colorSpace);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp182 rsRenderServiceConnectionProxy.GetScreenColorSpace(id1, colorSpace); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h159 DMError GetScreenColorSpace(GraphicCM_ColorSpaceType& colorSpace);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h51 DMError GetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType& colorSpace) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h215 virtual int32_t GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp376 int32_t RSRenderServiceClient::GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpac… in GetScreenColorSpace() 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.cpp376 int32_t RSRenderServiceClient::GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpac… in GetScreenColorSpace() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.h188 int32_t GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace) override;
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp1539 HWTEST_F(ScreenSessionManagerTest, GetScreenColorSpace, Function | SmallTest | Level3)
1542 …EXPECT_EQ(DMError::DM_ERROR_INVALID_PARAM, ssm_->GetScreenColorSpace(SCREEN_ID_INVALID, colorSpace…
1547 …EXPECT_EQ(ssm_->GetScreenColorSpace(id, colorSpace), screenSession->GetScreenColorSpace(colorSpace…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h214 int32_t GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h280 int32_t GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace);

12