/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | screen.cpp | 194 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 D | display_manager_adapter.cpp | 175 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 D | screen_test.cpp | 417 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 D | display_manager_adapter_test.cpp | 409 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 D | screen.h | 299 DMError SetScreenColorSpace(GraphicCM_ColorSpaceType colorSpace);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.h | 110 virtual int32_t SetScreenColorSpace(GraphicCM_ColorSpaceType colorSpace) = 0; 201 int32_t SetScreenColorSpace(GraphicCM_ColorSpaceType colorSpace) override;
|
H A D | rs_screen_manager.h | 199 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 D | mock_display_manager_adapter.h | 93 …MOCK_METHOD2(SetScreenColorSpace, DMError(ScreenId screenId, GraphicCM_ColorSpaceType colorSpace));
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_proxy.h | 65 DMError SetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType colorSpace) override;
|
H A D | display_manager_interface.h | 105 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 D | rs_interfaces.cpp | 497 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 D | rs_interfaces.h | 193 int32_t SetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType colorSpace);
|
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_proxy_test.cpp | 653 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 D | display_manager_adapter.h | 155 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 D | rsrenderserviceconnectionproxy_fuzzer.cpp | 183 rsRenderServiceConnectionProxy.SetScreenColorSpace(id1, colorSpace); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_session.h | 160 DMError SetScreenColorSpace(GraphicCM_ColorSpaceType colorSpace);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | screen_session_manager_proxy.h | 52 DMError SetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType colorSpace) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_irender_service_connection.h | 217 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 D | rs_render_service_client.cpp | 381 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 D | rs_render_service_client.cpp | 381 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 D | rs_render_service_connection_proxy.h | 190 int32_t SetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType colorSpace) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_test.cpp | 1555 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 D | rs_render_service_connection.h | 216 int32_t SetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType colorSpace) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_render_service_client.h | 282 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 D | rs_screen_test.cpp | 462 ASSERT_EQ(virtualScreen->SetScreenColorSpace(
|