/ohos5.0/foundation/window/window_manager/test/systemtest/dms/ |
H A D | screen_gamut_test.cpp | 109 ret = defaultScreen_->SetScreenColorGamut(i); 124 ret = defaultScreen_->SetScreenColorGamut(colorGamutBackupIdx); // restore 144 ret = defaultScreen_->SetScreenColorGamut(invalidColorGamutIndex); 173 ret = defaultScreen_->SetScreenColorGamut(invalidColorGamutIndex);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdiscreen_test.cpp | 52 EXPECT_CALL(*mockDevice_, SetScreenColorGamut(_, _)).WillRepeatedly(testing::Return(0)); in SetUpTestCase() 100 ASSERT_EQ(hdiScreen_->SetScreenColorGamut(gamut), GRAPHIC_DISPLAY_NULL_PTR); 320 ASSERT_EQ(HdiScreenTest::hdiScreen_->SetScreenColorGamut(colorGamut), 0);
|
H A D | mock_hdi_device.h | 57 MOCK_METHOD2(SetScreenColorGamut, int32_t(uint32_t, GraphicColorGamut));
|
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_test.cpp | 282 …ASSERT_EQ(DMError::DM_ERROR_INVALID_PARAM, dms_->SetScreenColorGamut(SCREEN_ID_INVALID, colorGamut… 283 ASSERT_EQ(DMError::DM_ERROR_INVALID_PARAM, dms_->SetScreenColorGamut(0, colorGamut)); 285 ASSERT_EQ(DMError::DM_ERROR_INVALID_PARAM, dms_->SetScreenColorGamut(SCREEN_ID_INVALID, 0)); 286 ASSERT_EQ(DMError::DM_ERROR_INVALID_PARAM, dms_->SetScreenColorGamut(0, 0));
|
H A D | abstract_screen_test.cpp | 178 HWTEST_F(AbstractScreenTest, SetScreenColorGamut, Function | SmallTest | Level3) 181 auto result = absScreen_->SetScreenColorGamut(colorGamutIdx); 199 ASSERT_EQ(DMError::DM_ERROR_RENDER_SERVICE_FAILED, absScreen0->SetScreenColorGamut(0));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_screen.cpp | 207 int32_t HdiScreen::SetScreenColorGamut(GraphicColorGamut gamut) const in SetScreenColorGamut() function in OHOS::Rosen::HdiScreen 210 return device_->SetScreenColorGamut(screenId_, gamut); in SetScreenColorGamut()
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | screen.cpp | 139 DMError Screen::SetScreenColorGamut(int32_t colorGamutIdx) in SetScreenColorGamut() function in OHOS::Rosen::Screen 141 …return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenColorGamut(GetId(), colorGamutIdx); in SetScreenColorGamut()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_screen.h | 52 int32_t SetScreenColorGamut(GraphicColorGamut gamut) const;
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | screen.h | 199 DMError SetScreenColorGamut(int32_t colorGamutIdx);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdiscreen_fuzzer/ |
H A D | hdiscreen_fuzzer.cpp | 127 g_hdiScreen->SetScreenColorGamut(gamut); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.h | 85 virtual int32_t SetScreenColorGamut(int32_t modeIdx) = 0; 176 int32_t SetScreenColorGamut(int32_t modeIdx) override;
|
H A D | rs_screen.cpp | 768 int32_t RSScreen::SetScreenColorGamut(int32_t modeIdx) in SetScreenColorGamut() function in OHOS::Rosen::impl::RSScreen 791 int32_t result = hdiScreen_->SetScreenColorGamut(hdiMode[modeIdx]); in SetScreenColorGamut() 1063 int32_t result = hdiScreen_->SetScreenColorGamut(hdiMode[curIdx]); in SetScreenColorSpace()
|
H A D | rs_screen_manager.h | 170 virtual int32_t SetScreenColorGamut(ScreenId id, int32_t modeIdx) = 0; 380 int32_t SetScreenColorGamut(ScreenId id, int32_t modeIdx) override;
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen.h | 65 DMError SetScreenColorGamut(int32_t colorGamutIdx);
|
H A D | display_manager_proxy.h | 53 DMError SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx) override;
|
H A D | display_manager_service.h | 71 DMError SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx) override;
|
H A D | abstract_screen_controller.h | 83 DMError SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx);
|
/ohos5.0/foundation/window/window_manager/test/common/mock/ |
H A D | mock_display_manager_adapter.h | 74 MOCK_METHOD2(SetScreenColorGamut, DMError(ScreenId screenId, int32_t colorGamutIdx));
|
/ohos5.0/foundation/window/window_manager/dm/test/unittest/ |
H A D | screen_test.cpp | 162 EXPECT_CALL(m->Mock(), SetScreenColorGamut(_, _)).Times(1).WillOnce(Return(DMError::DM_OK)); 164 auto res = screen_->SetScreenColorGamut(colorGamut);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | mock_hdi_device_systest.h | 57 MOCK_METHOD2(SetScreenColorGamut, int32_t(uint32_t, GraphicColorGamut));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/ |
H A D | mock_hdi_device.h | 55 MOCK_METHOD2(SetScreenColorGamut, int32_t(uint32_t, GraphicColorGamut));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/ |
H A D | rs_screen_test.cpp | 188 rsScreen->SetScreenColorGamut(static_cast<int32_t>(1000)); 191 ASSERT_EQ(virtualScreen->SetScreenColorGamut(static_cast<int32_t>(1000)), INVALID_ARGUMENTS);
|
/ohos5.0/foundation/window/window_manager/test/fuzztest/dms/screen_fuzzer/ |
H A D | screen_fuzzer.cpp | 143 screen->SetScreenColorGamut(index); in ColorGamutsFuzzTest()
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_screen.cpp | 297 DMError AbstractScreen::SetScreenColorGamut(int32_t colorGamutIdx) in SetScreenColorGamut() function in OHOS::Rosen::AbstractScreen 310 auto ret = RSInterfaces::GetInstance().SetScreenColorGamut(rsId_, colorGamutIdx); in SetScreenColorGamut()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/ |
H A D | rsinterfaces_fuzzer.cpp | 95 rsInterfaces.SetScreenColorGamut(static_cast<ScreenId>(id), modeIdx); in RSPhysicalScreenFuzzTest()
|