/foundation/window/window_manager/test/systemtest/dms/ |
H A D | screen_gamut_test.cpp | 75 * @tc.desc: gamut GetScreenColorGamut
83 ret = defaultScreen_->GetScreenColorGamut(colorGamut);
in HWTEST_F() 102 ret = defaultScreen_->GetScreenColorGamut(colorGamutBackup); // backup origin
in HWTEST_F() 112 ret = defaultScreen_->GetScreenColorGamut(colorGamut);
in HWTEST_F() 140 ret = defaultScreen_->GetScreenColorGamut(colorGamutBefore);
in HWTEST_F() 147 ret = defaultScreen_->GetScreenColorGamut(colorGamutAfter);
in HWTEST_F() 165 ret = defaultScreen_->GetScreenColorGamut(colorGamutBefore);
in HWTEST_F() 176 ret = defaultScreen_->GetScreenColorGamut(colorGamutAfter);
in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdiscreen_test.cpp | 53 EXPECT_CALL(*mockDevice_, GetScreenColorGamut(_, _)).WillRepeatedly(testing::Return(0));
in SetUpTestCase() 101 ASSERT_EQ(hdiScreen_->GetScreenColorGamut(gamut), GRAPHIC_DISPLAY_NULL_PTR);
in HWTEST_F() 328 * CaseDescription: 1. call GetScreenColorGamut
334 ASSERT_EQ(HdiScreenTest::hdiScreen_->GetScreenColorGamut(colorGamut), 0);
in HWTEST_F()
|
H A D | mock_hdi_device.h | 58 MOCK_METHOD2(GetScreenColorGamut, int32_t(uint32_t, GraphicColorGamut&));
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_screen.cpp | 202 int32_t HdiScreen::GetScreenColorGamut(GraphicColorGamut &gamut) const in GetScreenColorGamut() function in OHOS::Rosen::HdiScreen 205 return device_->GetScreenColorGamut(screenId_, gamut); in GetScreenColorGamut()
|
/foundation/window/window_manager/dm/src/ |
H A D | screen.cpp | 134 DMError Screen::GetScreenColorGamut(ScreenColorGamut& colorGamut) const
in GetScreenColorGamut() function in OHOS::Rosen::Screen 136 return SingletonContainer::Get<ScreenManagerAdapter>().GetScreenColorGamut(GetId(), colorGamut);
in GetScreenColorGamut()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_screen.h | 53 int32_t GetScreenColorGamut(GraphicColorGamut &gamut) const;
|
H A D | hdi_device_impl.h | 56 int32_t GetScreenColorGamut(uint32_t screenId, GraphicColorGamut &gamut) override;
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdiscreen_fuzzer/ |
H A D | hdiscreen_fuzzer.cpp | 136 g_hdiScreen->GetScreenColorGamut(gamut); in DoSomethingInterestingWithMyAPI()
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | screen.h | 197 DMError GetScreenColorGamut(ScreenColorGamut& colorGamut) const;
|
/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen.h | 64 DMError GetScreenColorGamut(ScreenColorGamut& colorGamut);
|
H A D | display_manager_proxy.h | 52 DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut) override;
|
H A D | abstract_screen_controller.h | 82 DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut);
|
H A D | display_manager_service.h | 69 DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut) override;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.h | 83 virtual int32_t GetScreenColorGamut(ScreenColorGamut &mode) const = 0;
167 int32_t GetScreenColorGamut(ScreenColorGamut &mode) const override;
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | screen_test.cpp | 131 * @tc.desc: GetScreenColorGamut
137 EXPECT_CALL(m->Mock(), GetScreenColorGamut(_, _)).Times(1).WillOnce(Return(DMError::DM_OK));
in HWTEST_F() 139 auto res = screen_->GetScreenColorGamut(colorGamut);
in HWTEST_F()
|
H A D | display_manager_adapter_test.cpp | 109 * @tc.name: GetScreenColorGamut
113 HWTEST_F(DisplayManagerAdapterTest, GetScreenColorGamut, Function | SmallTest | Level2)
in HWTEST_F() 116 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().GetScreenColorGamut(0, colorGamut);
in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/ |
H A D | mock_hdi_device.h | 57 MOCK_METHOD2(GetScreenColorGamut, int32_t(uint32_t, GraphicColorGamut&));
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_display_manager_adapter.h | 74 MOCK_METHOD2(GetScreenColorGamut, DMError(ScreenId screenId, ScreenColorGamut& colorGamut));
|
/foundation/window/window_manager/test/fuzztest/dms/screen_fuzzer/ |
H A D | screen_fuzzer.cpp | 145 screen->GetScreenColorGamut(colorGamut); in ColorGamutsFuzzTest()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/ |
H A D | hdidevice_fuzzer.cpp | 112 device->GetScreenColorGamut(screenId, gamut); in HdiDeviceFuzzTest2()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | mock_hdi_device_systest.h | 58 MOCK_METHOD2(GetScreenColorGamut, int32_t(uint32_t, GraphicColorGamut&));
|
/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_screen.cpp | 284 DMError AbstractScreen::GetScreenColorGamut(ScreenColorGamut& colorGamut)
in GetScreenColorGamut() function in OHOS::Rosen::AbstractScreen 286 auto ret = RSInterfaces::GetInstance().GetScreenColorGamut(rsId_, colorGamut);
in GetScreenColorGamut() 288 WLOGE("GetScreenColorGamut fail! rsId %{public}" PRIu64"", rsId_);
in GetScreenColorGamut() 291 WLOGI("GetScreenColorGamut ok! rsId %{public}" PRIu64", colorGamut %{public}u",
in GetScreenColorGamut()
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_test.cpp | 278 ASSERT_EQ(DMError::DM_ERROR_INVALID_PARAM, dms_->GetScreenColorGamut(SCREEN_ID_INVALID, colorGamut)); in HWTEST_F() 279 ASSERT_EQ(DMError::DM_ERROR_INVALID_PARAM, dms_->GetScreenColorGamut(0, colorGamut)); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.h | 172 int32_t GetScreenColorGamut(ScreenId id, ScreenColorGamut& mode);
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/ |
H A D | rsinterfaces_fuzzer.cpp | 122 rsInterfaces.GetScreenColorGamut(static_cast<ScreenId>(id), mode); in RSPhysicalScreenFuzzTest()
|