Home
last modified time | relevance | path

Searched refs:GetScreenHDRFormat (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/dm/src/
H A Dscreen.cpp174 DMError Screen::GetScreenHDRFormat(ScreenHDRFormat& hdrFormat) const in GetScreenHDRFormat() function in OHOS::Rosen::Screen
176 return SingletonContainer::Get<ScreenManagerAdapter>().GetScreenHDRFormat(GetId(), hdrFormat); in GetScreenHDRFormat()
H A Ddisplay_manager_adapter.cpp141 DMError ScreenManagerAdapter::GetScreenHDRFormat(ScreenId screenId, ScreenHDRFormat& hdrFormat) in GetScreenHDRFormat() function in OHOS::Rosen::ScreenManagerAdapter
146 return displayManagerServiceProxy_->GetScreenHDRFormat(screenId, hdrFormat); in GetScreenHDRFormat()
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_test.cpp376 HWTEST_F(ScreenTest, GetScreenHDRFormat, Function | SmallTest | Level2)
379 EXPECT_CALL(m->Mock(), GetScreenHDRFormat(_, _)).Times(1).WillOnce(Return(DMError::DM_OK));
381 auto res = screen_->GetScreenHDRFormat(hdrFormat);
H A Ddisplay_manager_adapter_test.cpp346 HWTEST_F(DisplayManagerAdapterTest, GetScreenHDRFormat, Function | SmallTest | Level2)
349 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().GetScreenHDRFormat(0, hdrFormat);
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen.h268 DMError GetScreenHDRFormat(ScreenHDRFormat& hdrFormat) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h104 virtual int32_t GetScreenHDRFormat(ScreenHDRFormat& hdrFormat) const = 0;
195 int32_t GetScreenHDRFormat(ScreenHDRFormat& hdrFormat) const override;
H A Drs_screen_manager.h188 virtual int32_t GetScreenHDRFormat(ScreenId id, ScreenHDRFormat& hdrFormat) const = 0;
400 int32_t GetScreenHDRFormat(ScreenId id, ScreenHDRFormat& hdrFormat) const override;
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_display_manager_adapter.h90 MOCK_METHOD2(GetScreenHDRFormat, DMError(ScreenId screenId, ScreenHDRFormat& hdrFormat));
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_proxy.h61 DMError GetScreenHDRFormat(ScreenId screenId, ScreenHDRFormat& hdrFormat) override;
H A Ddisplay_manager_interface.h88 virtual DMError GetScreenHDRFormat(ScreenId screenId, ScreenHDRFormat& hdrFormat) in GetScreenHDRFormat() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp477 int32_t RSInterfaces::GetScreenHDRFormat(ScreenId id, ScreenHDRFormat& hdrFormat) in GetScreenHDRFormat() function in OHOS::Rosen::RSInterfaces
479 return renderServiceClient_->GetScreenHDRFormat(id, hdrFormat); in GetScreenHDRFormat()
H A Drs_interfaces.h185 int32_t GetScreenHDRFormat(ScreenId id, ScreenHDRFormat& hdrFormat);
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_proxy_test.cpp578 HWTEST_F(DisplayManagerProxyTest, GetScreenHDRFormat, Function | SmallTest | Level1)
583 auto result1 = proxy1.GetScreenHDRFormat(0, hdrFormats);
590 auto result2 = proxy2.GetScreenHDRFormat(0, hdrFormats);
594 auto result3 = proxy2.GetScreenHDRFormat(0, hdrFormats);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp635 HWTEST_F(RSRenderServiceConnectionProxyTest, GetScreenHDRFormat, TestSize.Level1)
641 ASSERT_EQ(proxy->GetScreenHDRFormat(id, hdrFormat), 2);
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h151 virtual DMError GetScreenHDRFormat(ScreenId screenId, ScreenHDRFormat& hdrFormat);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp179 rsRenderServiceConnectionProxy.GetScreenHDRFormat(id1, screenHDRFormat); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h156 DMError GetScreenHDRFormat(ScreenHDRFormat& hdrFormat);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h48 DMError GetScreenHDRFormat(ScreenId screenId, ScreenHDRFormat& hdrFormat) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h209 virtual int32_t GetScreenHDRFormat(ScreenId id, ScreenHDRFormat& hdrFormat) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp360 int32_t RSRenderServiceClient::GetScreenHDRFormat(ScreenId id, ScreenHDRFormat& hdrFormat) in GetScreenHDRFormat() 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.cpp360 int32_t RSRenderServiceClient::GetScreenHDRFormat(ScreenId id, ScreenHDRFormat& hdrFormat) in GetScreenHDRFormat() 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.h182 int32_t GetScreenHDRFormat(ScreenId id, ScreenHDRFormat& hdrFormat) override;
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp1491 HWTEST_F(ScreenSessionManagerTest, GetScreenHDRFormat, Function | SmallTest | Level3)
1494 …EXPECT_EQ(DMError::DM_ERROR_INVALID_PARAM, ssm_->GetScreenHDRFormat(SCREEN_ID_INVALID, hdrFormat));
1499 … EXPECT_EQ(ssm_->GetScreenHDRFormat(id, hdrFormat), screenSession->GetScreenHDRFormat(hdrFormat));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h208 int32_t GetScreenHDRFormat(ScreenId id, ScreenHDRFormat& hdrFormat) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h274 int32_t GetScreenHDRFormat(ScreenId id, ScreenHDRFormat& hdrFormat);

12