Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/window/window_manager/dm/src/
H A Dscreen.cpp179 DMError Screen::SetScreenHDRFormat(int32_t modeIdx) in SetScreenHDRFormat() function in OHOS::Rosen::Screen
181 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenHDRFormat(GetId(), modeIdx); in SetScreenHDRFormat()
H A Ddisplay_manager_adapter.cpp149 DMError ScreenManagerAdapter::SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx) in SetScreenHDRFormat() function in OHOS::Rosen::ScreenManagerAdapter
154 return displayManagerServiceProxy_->SetScreenHDRFormat(screenId, modeIdx); in SetScreenHDRFormat()
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_test.cpp390 HWTEST_F(ScreenTest, SetScreenHDRFormat, Function | SmallTest | Level2)
393 EXPECT_CALL(m->Mock(), SetScreenHDRFormat(_, _)).Times(1).WillOnce(Return(DMError::DM_OK));
394 auto res = screen_->SetScreenHDRFormat(0);
H A Ddisplay_manager_adapter_test.cpp362 HWTEST_F(DisplayManagerAdapterTest, SetScreenHDRFormat, Function | SmallTest | Level2)
364 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().SetScreenHDRFormat(0, 0);
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen.h275 DMError SetScreenHDRFormat(int32_t modeIdx);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h105 virtual int32_t SetScreenHDRFormat(int32_t modeIdx) = 0;
196 int32_t SetScreenHDRFormat(int32_t modeIdx) override;
H A Drs_screen_manager.h190 virtual int32_t SetScreenHDRFormat(ScreenId id, int32_t modeIdx) = 0;
402 int32_t SetScreenHDRFormat(ScreenId id, int32_t modeIdx) override;
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_display_manager_adapter.h91 MOCK_METHOD2(SetScreenHDRFormat, DMError(ScreenId screenId, int32_t modeIdx));
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/
H A Drs_screen_test.cpp416 ASSERT_EQ(rsScreen->SetScreenHDRFormat(static_cast<int32_t>(1000)), INVALID_ARGUMENTS);
419 ASSERT_EQ(virtualScreen->SetScreenHDRFormat(static_cast<int32_t>(1000)), INVALID_ARGUMENTS);
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_proxy.h62 DMError SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx) override;
H A Ddisplay_manager_interface.h92 virtual DMError SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx) in SetScreenHDRFormat() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp482 int32_t RSInterfaces::SetScreenHDRFormat(ScreenId id, int32_t modeIdx) in SetScreenHDRFormat() function in OHOS::Rosen::RSInterfaces
484 return renderServiceClient_->SetScreenHDRFormat(id, modeIdx); in SetScreenHDRFormat()
H A Drs_interfaces.h187 int32_t SetScreenHDRFormat(ScreenId id, int32_t modeIdx);
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_proxy_test.cpp554 HWTEST_F(DisplayManagerProxyTest, SetScreenHDRFormat, Function | SmallTest | Level1)
558 auto result1 = proxy1.SetScreenHDRFormat(0, 0);
565 auto result2 = proxy2.SetScreenHDRFormat(0, 0);
569 auto result3 = proxy2.SetScreenHDRFormat(0, 0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp650 HWTEST_F(RSRenderServiceConnectionProxyTest, SetScreenHDRFormat, TestSize.Level1)
654 ASSERT_EQ(proxy->SetScreenHDRFormat(id, modeIdx), 2);
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h152 virtual DMError SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp180 rsRenderServiceConnectionProxy.SetScreenHDRFormat(id1, pid1); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h157 DMError SetScreenHDRFormat(int32_t modeIdx);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h49 DMError SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h211 virtual int32_t SetScreenHDRFormat(ScreenId id, int32_t modeIdx) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp365 int32_t RSRenderServiceClient::SetScreenHDRFormat(ScreenId id, int32_t modeIdx) in SetScreenHDRFormat() 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.cpp365 int32_t RSRenderServiceClient::SetScreenHDRFormat(ScreenId id, int32_t modeIdx) in SetScreenHDRFormat() 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.h184 int32_t SetScreenHDRFormat(ScreenId id, int32_t modeIdx) override;
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp1507 HWTEST_F(ScreenSessionManagerTest, SetScreenHDRFormat, Function | SmallTest | Level3)
1510 … EXPECT_EQ(DMError::DM_ERROR_INVALID_PARAM, ssm_->SetScreenHDRFormat(SCREEN_ID_INVALID, modeIdx));
1515 EXPECT_EQ(ssm_->SetScreenHDRFormat(id, modeIdx), screenSession->SetScreenHDRFormat(modeIdx));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h210 int32_t SetScreenHDRFormat(ScreenId id, int32_t modeIdx) override;

12