Home
last modified time | relevance | path

Searched refs:GetScreenColorSpace (Results 1 - 25 of 43) sorted by relevance

12

/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.cpp165 DMError ScreenManagerAdapter::GetScreenColorSpace(ScreenId screenId, in GetScreenColorSpace() function in OHOS::Rosen::ScreenManagerAdapter
170 WLOGFI("ScreenManagerAdapter::GetScreenColorSpace"); in GetScreenColorSpace()
171 return displayManagerServiceProxy_->GetScreenColorSpace(screenId, colorSpace); in GetScreenColorSpace()
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen.h297 DMError GetScreenColorSpace(GraphicCM_ColorSpaceType& colorSpace) const;
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h103 virtual int32_t GetScreenColorSpace(GraphicCM_ColorSpaceType& colorSpace) const = 0;
187 int32_t GetScreenColorSpace(GraphicCM_ColorSpaceType& colorSpace) const override;
H A Drs_screen_manager.h187 virtual int32_t GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace) const = 0;
396 int32_t GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace) const override;
/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_test.cpp358 * @tc.name: GetScreenColorSpace
359 * @tc.desc: GetScreenColorSpace
365 EXPECT_CALL(m->Mock(), GetScreenColorSpace(_, _)).Times(1).WillOnce(Return(DMError::DM_OK)); in HWTEST_F()
367 auto res = screen_->GetScreenColorSpace(colorSpace); in HWTEST_F()
H A Ddisplay_manager_adapter_test.cpp389 * @tc.name: GetScreenColorSpace
393 HWTEST_F(DisplayManagerAdapterTest, GetScreenColorSpace, Function | SmallTest | Level2) in HWTEST_F()
396 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().GetScreenColorSpace(0, colorSpace); in HWTEST_F()
/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 in OHOS::Rosen::IDisplayManager
/foundation/window/window_manager/test/common/mock/
H A Dmock_display_manager_adapter.h88 MOCK_METHOD2(GetScreenColorSpace, DMError(ScreenId screenId, GraphicCM_ColorSpaceType& colorSpace));
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.h196 int32_t GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace);
H A Drs_interfaces.cpp533 int32_t RSInterfaces::GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace) in GetScreenColorSpace() function in OHOS::Rosen::RSInterfaces
535 return renderServiceClient_->GetScreenColorSpace(id, colorSpace); in GetScreenColorSpace()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp709 * @tc.name: GetScreenColorSpace Test
710 * @tc.desc: GetScreenColorSpace Test
714 HWTEST_F(RSRenderServiceConnectionProxyTest, GetScreenColorSpace, TestSize.Level1) in HWTEST_F()
720 ASSERT_EQ(proxy->GetScreenColorSpace(id, colorSpace), 2); in HWTEST_F()
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_proxy_test.cpp624 * @tc.name: GetScreenColorSpace
625 * @tc.desc: test DisplayManagerProxy::GetScreenColorSpace
628 HWTEST_F(DisplayManagerProxyTest, GetScreenColorSpace, Function | SmallTest | Level1) in HWTEST_F()
633 auto result1 = proxy1.GetScreenColorSpace(0, colorSpaces); in HWTEST_F()
640 auto result2 = proxy2.GetScreenColorSpace(0, colorSpaces); in HWTEST_F()
644 auto result3 = proxy2.GetScreenColorSpace(0, colorSpaces); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h219 virtual int32_t GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace) = 0;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp183 rsRenderServiceConnectionProxy.GetScreenColorSpace(id1, colorSpace); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.h191 int32_t GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace) override;
H A Drs_render_service_client.cpp973 int32_t RSRenderServiceClient::GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace) in GetScreenColorSpace() function in OHOS::Rosen::RSRenderServiceClient
979 return renderService->GetScreenColorSpace(id, colorSpace); in GetScreenColorSpace()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h216 int32_t GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp397 int32_t RSRenderServiceClient::GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace) in GetScreenColorSpace() function in OHOS::Rosen::RSRenderServiceClient
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h276 int32_t GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp397 int32_t RSRenderServiceClient::GetScreenColorSpace(ScreenId id, GraphicCM_ColorSpaceType& colorSpace) in GetScreenColorSpace() function in OHOS::Rosen::RSRenderServiceClient
/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h154 virtual DMError GetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType& colorSpace);
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h51 DMError GetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType& colorSpace) override;
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h157 DMError GetScreenColorSpace(GraphicCM_ColorSpaceType& colorSpace);

Completed in 42 milliseconds

12