Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/window/window_manager/dm/src/
H A Dscreen.cpp194 DMError Screen::SetScreenColorSpace(GraphicCM_ColorSpaceType colorSpace) in SetScreenColorSpace() function in OHOS::Rosen::Screen
196 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenColorSpace(GetId(), colorSpace); in SetScreenColorSpace()
H A Ddisplay_manager_adapter.cpp175 DMError ScreenManagerAdapter::SetScreenColorSpace(ScreenId screenId, in SetScreenColorSpace() function in OHOS::Rosen::ScreenManagerAdapter
181 return displayManagerServiceProxy_->SetScreenColorSpace(screenId, colorSpace); in SetScreenColorSpace()
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_test.cpp417 HWTEST_F(ScreenTest, SetScreenColorSpace, Function | SmallTest | Level2)
420 EXPECT_CALL(m->Mock(), SetScreenColorSpace(_, _)).Times(1).WillOnce(Return(DMError::DM_OK));
422 auto res = screen_->SetScreenColorSpace(colorSpace);
H A Ddisplay_manager_adapter_test.cpp409 HWTEST_F(DisplayManagerAdapterTest, SetScreenColorSpace, Function | SmallTest | Level2)
412 … DMError err = SingletonContainer::Get<ScreenManagerAdapter>().SetScreenColorSpace(0, colorSpace);
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen.h299 DMError SetScreenColorSpace(GraphicCM_ColorSpaceType colorSpace);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h110 virtual int32_t SetScreenColorSpace(GraphicCM_ColorSpaceType colorSpace) = 0;
201 int32_t SetScreenColorSpace(GraphicCM_ColorSpaceType colorSpace) override;
H A Drs_screen_manager.h199 virtual int32_t SetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType colorSpace) = 0;
409 int32_t SetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType colorSpace) override;
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_display_manager_adapter.h93 …MOCK_METHOD2(SetScreenColorSpace, DMError(ScreenId screenId, GraphicCM_ColorSpaceType colorSpace));
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_proxy.h65 DMError SetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType colorSpace) override;
H A Ddisplay_manager_interface.h105 virtual DMError SetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType colorSpace) in SetScreenColorSpace() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp497 int32_t RSInterfaces::SetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType colorSpace) in SetScreenColorSpace() function in OHOS::Rosen::RSInterfaces
499 return renderServiceClient_->SetScreenColorSpace(id, colorSpace); in SetScreenColorSpace()
H A Drs_interfaces.h193 int32_t SetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType colorSpace);
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_proxy_test.cpp653 HWTEST_F(DisplayManagerProxyTest, SetScreenColorSpace, Function | SmallTest | Level1)
658 auto result1 = proxy1.SetScreenColorSpace(0, colorSpaces);
665 auto result2 = proxy2.SetScreenColorSpace(0, colorSpaces);
669 auto result3 = proxy2.SetScreenColorSpace(0, colorSpaces);
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h155 virtual DMError SetScreenColorSpace(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.cpp183 rsRenderServiceConnectionProxy.SetScreenColorSpace(id1, colorSpace); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h160 DMError SetScreenColorSpace(GraphicCM_ColorSpaceType colorSpace);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h52 DMError SetScreenColorSpace(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.h217 virtual int32_t SetScreenColorSpace(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.cpp381 int32_t RSRenderServiceClient::SetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType colorSpace) in SetScreenColorSpace() 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.cpp381 int32_t RSRenderServiceClient::SetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType colorSpace) in SetScreenColorSpace() 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.h190 int32_t SetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType colorSpace) override;
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp1555 HWTEST_F(ScreenSessionManagerTest, SetScreenColorSpace, Function | SmallTest | Level3)
1558 …EXPECT_EQ(DMError::DM_ERROR_INVALID_PARAM, ssm_->SetScreenColorSpace(SCREEN_ID_INVALID, colorSpace…
1563 …EXPECT_EQ(ssm_->SetScreenColorSpace(id, colorSpace), screenSession->SetScreenColorSpace(colorSpace…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h216 int32_t SetScreenColorSpace(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.h282 int32_t SetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType colorSpace);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/
H A Drs_screen_test.cpp462 ASSERT_EQ(virtualScreen->SetScreenColorSpace(

12