Home
last modified time | relevance | path

Searched refs:GetScreenGamutMap (Results 1 – 25 of 70) sorted by relevance

123

/ohos5.0/foundation/window/window_manager/test/systemtest/dms/
H A Dscreen_gamut_test.cpp193 ret = defaultScreen_->GetScreenGamutMap(gamutMap);
215 ret = defaultScreen_->GetScreenGamutMap(gamutMapBackup); // backup origin
222 ret = defaultScreen_->GetScreenGamutMap(gamutMap);
246 ret = defaultScreen_->GetScreenGamutMap(gamutMapBefore);
253 ret = defaultScreen_->GetScreenGamutMap(gamutMapAfter);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdiscreen_test.cpp55 EXPECT_CALL(*mockDevice_, GetScreenGamutMap(_, _)).WillRepeatedly(testing::Return(0)); in SetUpTestCase()
104 ASSERT_EQ(hdiScreen_->GetScreenGamutMap(gamutMap), GRAPHIC_DISPLAY_NULL_PTR);
362 ASSERT_EQ(HdiScreenTest::hdiScreen_->GetScreenGamutMap(gamutMap), 0);
H A Dmock_hdi_device.h60 MOCK_METHOD2(GetScreenGamutMap, int32_t(uint32_t, GraphicGamutMap&));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_screen.cpp225 int32_t HdiScreen::GetScreenGamutMap(GraphicGamutMap &gamutMap) const in GetScreenGamutMap() function in OHOS::Rosen::HdiScreen
228 return device_->GetScreenGamutMap(screenId_, gamutMap); in GetScreenGamutMap()
/ohos5.0/foundation/window/window_manager/dm/src/
H A Dscreen.cpp144 DMError Screen::GetScreenGamutMap(ScreenGamutMap& gamutMap) const in GetScreenGamutMap() function in OHOS::Rosen::Screen
146 return SingletonContainer::Get<ScreenManagerAdapter>().GetScreenGamutMap(GetId(), gamutMap); in GetScreenGamutMap()
H A Ddisplay_manager_adapter.cpp95 DMError ScreenManagerAdapter::GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) in GetScreenGamutMap() function in OHOS::Rosen::ScreenManagerAdapter
99 return displayManagerServiceProxy_->GetScreenGamutMap(screenId, gamutMap); in GetScreenGamutMap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_screen.h55 int32_t GetScreenGamutMap(GraphicGamutMap &gamutMap) const;
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen.h207 DMError GetScreenGamutMap(ScreenGamutMap& gamutMap) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdiscreen_fuzzer/
H A Dhdiscreen_fuzzer.cpp74 g_hdiScreen->GetScreenGamutMap(gamutMap); in HdiScreenFuzzTest2()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h88 virtual int32_t GetScreenGamutMap(ScreenGamutMap &mode) const = 0;
180 int32_t GetScreenGamutMap(ScreenGamutMap &mode) const override;
H A Drs_screen_manager.h174 virtual int32_t GetScreenGamutMap(ScreenId id, ScreenGamutMap& mode) const = 0;
386 int32_t GetScreenGamutMap(ScreenId id, ScreenGamutMap& mode) const override;
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen.h66 DMError GetScreenGamutMap(ScreenGamutMap& gamutMap);
H A Ddisplay_manager_proxy.h54 DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) override;
H A Ddisplay_manager_service.h72 DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) override;
H A Dabstract_screen_controller.h84 DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap);
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_display_manager_adapter.h75 MOCK_METHOD2(GetScreenGamutMap, DMError(ScreenId screenId, ScreenGamutMap& gamutMap));
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_test.cpp176 EXPECT_CALL(m->Mock(), GetScreenGamutMap(_, _)).Times(1).WillOnce(Return(DMError::DM_OK));
178 auto res = screen_->GetScreenGamutMap(gamutMap);
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_test.cpp289 … ASSERT_EQ(DMError::DM_ERROR_INVALID_PARAM, dms_->GetScreenGamutMap(SCREEN_ID_INVALID, gamutMap));
290 ASSERT_EQ(DMError::DM_ERROR_INVALID_PARAM, dms_->GetScreenGamutMap(0, gamutMap));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dmock_hdi_device_systest.h60 MOCK_METHOD2(GetScreenGamutMap, int32_t(uint32_t, GraphicGamutMap&));
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h58 MOCK_METHOD2(GetScreenGamutMap, int32_t(uint32_t, GraphicGamutMap&));
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/
H A Drs_screen_test.cpp322 const auto result2 = virtualScreen->GetScreenGamutMap(map2);
340 const auto result2 = rsScreen->GetScreenGamutMap(map1);
/ohos5.0/foundation/window/window_manager/test/fuzztest/dms/screen_fuzzer/
H A Dscreen_fuzzer.cpp149 screen->GetScreenGamutMap(screenGamutMap); in ColorGamutsFuzzTest()
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen.cpp321 DMError AbstractScreen::GetScreenGamutMap(ScreenGamutMap& gamutMap) in GetScreenGamutMap() function in OHOS::Rosen::AbstractScreen
323 auto ret = RSInterfaces::GetInstance().GetScreenGamutMap(rsId_, gamutMap); in GetScreenGamutMap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp112 rsInterfaces.GetScreenGamutMap(static_cast<ScreenId>(id), mapMode); in RSPhysicalScreenFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp430 int32_t RSInterfaces::GetScreenGamutMap(ScreenId id, ScreenGamutMap& mode) in GetScreenGamutMap() function in OHOS::Rosen::RSInterfaces
432 return renderServiceClient_->GetScreenGamutMap(id, mode); in GetScreenGamutMap()

123