Home
last modified time | relevance | path

Searched refs:GetScreenColorGamut (Results 1 - 25 of 76) sorted by relevance

1234

/foundation/window/window_manager/test/systemtest/dms/
H A Dscreen_gamut_test.cpp75 * @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 Dhdiscreen_test.cpp53 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 Dmock_hdi_device.h58 MOCK_METHOD2(GetScreenColorGamut, int32_t(uint32_t, GraphicColorGamut&));
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_screen.cpp202 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 Dscreen.cpp134 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 Dhdi_screen.h53 int32_t GetScreenColorGamut(GraphicColorGamut &gamut) const;
H A Dhdi_device_impl.h56 int32_t GetScreenColorGamut(uint32_t screenId, GraphicColorGamut &gamut) override;
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdiscreen_fuzzer/
H A Dhdiscreen_fuzzer.cpp136 g_hdiScreen->GetScreenColorGamut(gamut); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen.h197 DMError GetScreenColorGamut(ScreenColorGamut& colorGamut) const;
/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen.h64 DMError GetScreenColorGamut(ScreenColorGamut& colorGamut);
H A Ddisplay_manager_proxy.h52 DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut) override;
H A Dabstract_screen_controller.h82 DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut);
H A Ddisplay_manager_service.h69 DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h83 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 Dscreen_test.cpp131 * @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 Ddisplay_manager_adapter_test.cpp109 * @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 Dmock_hdi_device.h57 MOCK_METHOD2(GetScreenColorGamut, int32_t(uint32_t, GraphicColorGamut&));
/foundation/window/window_manager/test/common/mock/
H A Dmock_display_manager_adapter.h74 MOCK_METHOD2(GetScreenColorGamut, DMError(ScreenId screenId, ScreenColorGamut& colorGamut));
/foundation/window/window_manager/test/fuzztest/dms/screen_fuzzer/
H A Dscreen_fuzzer.cpp145 screen->GetScreenColorGamut(colorGamut); in ColorGamutsFuzzTest()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp112 device->GetScreenColorGamut(screenId, gamut); in HdiDeviceFuzzTest2()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dmock_hdi_device_systest.h58 MOCK_METHOD2(GetScreenColorGamut, int32_t(uint32_t, GraphicColorGamut&));
/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen.cpp284 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 Ddisplay_manager_service_test.cpp278 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 Drs_interfaces.h172 int32_t GetScreenColorGamut(ScreenId id, ScreenColorGamut& mode);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp122 rsInterfaces.GetScreenColorGamut(static_cast<ScreenId>(id), mode); in RSPhysicalScreenFuzzTest()

Completed in 13 milliseconds

1234