/ohos5.0/foundation/window/window_manager/test/systemtest/dms/ |
H A D | screen_gamut_test.cpp | 193 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 D | hdiscreen_test.cpp | 55 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 D | mock_hdi_device.h | 60 MOCK_METHOD2(GetScreenGamutMap, int32_t(uint32_t, GraphicGamutMap&));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_screen.cpp | 225 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 D | screen.cpp | 144 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 D | display_manager_adapter.cpp | 95 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 D | hdi_screen.h | 55 int32_t GetScreenGamutMap(GraphicGamutMap &gamutMap) const;
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | screen.h | 207 DMError GetScreenGamutMap(ScreenGamutMap& gamutMap) const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdiscreen_fuzzer/ |
H A D | hdiscreen_fuzzer.cpp | 74 g_hdiScreen->GetScreenGamutMap(gamutMap); in HdiScreenFuzzTest2()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.h | 88 virtual int32_t GetScreenGamutMap(ScreenGamutMap &mode) const = 0; 180 int32_t GetScreenGamutMap(ScreenGamutMap &mode) const override;
|
H A D | rs_screen_manager.h | 174 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 D | abstract_screen.h | 66 DMError GetScreenGamutMap(ScreenGamutMap& gamutMap);
|
H A D | display_manager_proxy.h | 54 DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) override;
|
H A D | display_manager_service.h | 72 DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) override;
|
H A D | abstract_screen_controller.h | 84 DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap);
|
/ohos5.0/foundation/window/window_manager/test/common/mock/ |
H A D | mock_display_manager_adapter.h | 75 MOCK_METHOD2(GetScreenGamutMap, DMError(ScreenId screenId, ScreenGamutMap& gamutMap));
|
/ohos5.0/foundation/window/window_manager/dm/test/unittest/ |
H A D | screen_test.cpp | 176 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 D | display_manager_service_test.cpp | 289 … 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 D | mock_hdi_device_systest.h | 60 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 D | mock_hdi_device.h | 58 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 D | rs_screen_test.cpp | 322 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 D | screen_fuzzer.cpp | 149 screen->GetScreenGamutMap(screenGamutMap); in ColorGamutsFuzzTest()
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_screen.cpp | 321 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 D | rsinterfaces_fuzzer.cpp | 112 rsInterfaces.GetScreenGamutMap(static_cast<ScreenId>(id), mapMode); in RSPhysicalScreenFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 430 int32_t RSInterfaces::GetScreenGamutMap(ScreenId id, ScreenGamutMap& mode) in GetScreenGamutMap() function in OHOS::Rosen::RSInterfaces 432 return renderServiceClient_->GetScreenGamutMap(id, mode); in GetScreenGamutMap()
|