/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | screen.cpp | 179 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 D | display_manager_adapter.cpp | 149 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 D | screen_test.cpp | 390 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 D | display_manager_adapter_test.cpp | 362 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 D | screen.h | 275 DMError SetScreenHDRFormat(int32_t modeIdx);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.h | 105 virtual int32_t SetScreenHDRFormat(int32_t modeIdx) = 0; 196 int32_t SetScreenHDRFormat(int32_t modeIdx) override;
|
H A D | rs_screen_manager.h | 190 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 D | mock_display_manager_adapter.h | 91 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 D | rs_screen_test.cpp | 416 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 D | display_manager_proxy.h | 62 DMError SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx) override;
|
H A D | display_manager_interface.h | 92 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 D | rs_interfaces.cpp | 482 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 D | rs_interfaces.h | 187 int32_t SetScreenHDRFormat(ScreenId id, int32_t modeIdx);
|
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_proxy_test.cpp | 554 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 D | rs_render_service_connection_proxy_test.cpp | 650 HWTEST_F(RSRenderServiceConnectionProxyTest, SetScreenHDRFormat, TestSize.Level1) 654 ASSERT_EQ(proxy->SetScreenHDRFormat(id, modeIdx), 2);
|
/ohos5.0/foundation/window/window_manager/dm/include/ |
H A D | display_manager_adapter.h | 152 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 D | rsrenderserviceconnectionproxy_fuzzer.cpp | 180 rsRenderServiceConnectionProxy.SetScreenHDRFormat(id1, pid1); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_session.h | 157 DMError SetScreenHDRFormat(int32_t modeIdx);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | screen_session_manager_proxy.h | 49 DMError SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_irender_service_connection.h | 211 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 D | rs_render_service_client.cpp | 365 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 D | rs_render_service_client.cpp | 365 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 D | rs_render_service_connection_proxy.h | 184 int32_t SetScreenHDRFormat(ScreenId id, int32_t modeIdx) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_test.cpp | 1507 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 D | rs_render_service_connection.h | 210 int32_t SetScreenHDRFormat(ScreenId id, int32_t modeIdx) override;
|