/ohos5.0/foundation/window/window_manager/test/systemtest/dms/ |
H A D | screen_gamut_test.cpp | 191 ScreenGamutMap gamutMap; 206 const ScreenGamutMap gamutMaps[] = { 212 ScreenGamutMap gamutMap; 213 ScreenGamutMap gamutMapBackup; 218 for (uint32_t i = 0; i < sizeof(gamutMaps) / sizeof(ScreenGamutMap); i++) { 242 ScreenGamutMap gamutMap; 243 ScreenGamutMap gamutMapBefore; 244 ScreenGamutMap gamutMapAfter; 249 …gamutMap = static_cast<ScreenGamutMap>(static_cast<uint32_t>(ScreenGamutMap::GAMUT_MAP_HDR_EXTENSI…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/ |
H A D | rs_screen_test.cpp | 318 ScreenGamutMap map1 = ScreenGamutMap::GAMUT_MAP_CONSTANT; 321 ScreenGamutMap map2 = ScreenGamutMap::GAMUT_MAP_CONSTANT; 337 ScreenGamutMap map1 = ScreenGamutMap::GAMUT_MAP_CONSTANT;
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | screen.h | 207 DMError GetScreenGamutMap(ScreenGamutMap& gamutMap) const; 215 DMError SetScreenGamutMap(ScreenGamutMap gamutMap);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.h | 86 virtual int32_t SetScreenGamutMap(ScreenGamutMap mode) = 0; 88 virtual int32_t GetScreenGamutMap(ScreenGamutMap &mode) const = 0; 177 int32_t SetScreenGamutMap(ScreenGamutMap mode) override; 180 int32_t GetScreenGamutMap(ScreenGamutMap &mode) const override; 259 ScreenGamutMap currentVirtualGamutMap_ = GAMUT_MAP_CONSTANT;
|
H A D | rs_screen_manager.h | 172 virtual int32_t SetScreenGamutMap(ScreenId id, ScreenGamutMap mode) = 0; 174 virtual int32_t GetScreenGamutMap(ScreenId id, ScreenGamutMap& mode) const = 0; 382 int32_t SetScreenGamutMap(ScreenId id, ScreenGamutMap mode) override; 386 int32_t GetScreenGamutMap(ScreenId id, ScreenGamutMap& mode) const override; 494 int32_t SetScreenGamutMapLocked(ScreenId id, ScreenGamutMap mode); 496 int32_t GetScreenGamutMapLocked(ScreenId id, ScreenGamutMap& mode) const;
|
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_proxy_test.cpp | 332 ScreenGamutMap gamutMap = ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION; 339 gamutMap = ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION; 342 EXPECT_EQ(ScreenGamutMap::GAMUT_MAP_CONSTANT, gamutMap); 344 gamutMap = ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION; 348 EXPECT_EQ(ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION, gamutMap); 360 ScreenGamutMap gamutMap = ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION; 367 gamutMap = ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION; 370 EXPECT_EQ(ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION, gamutMap); 372 gamutMap = ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION; 376 EXPECT_EQ(ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION, gamutMap);
|
H A D | abstract_screen_test.cpp | 201 ScreenGamutMap gamutMap; 204 gamutMap = ScreenGamutMap::GAMUT_MAP_HDR_EXTENSION; 272 ScreenGamutMap gamutMap = ScreenGamutMap::GAMUT_MAP_HDR_CONSTANT; 276 …gamutMap = static_cast<ScreenGamutMap>(static_cast<uint32_t>(ScreenGamutMap::GAMUT_MAP_HDR_EXTENSI…
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen.h | 66 DMError GetScreenGamutMap(ScreenGamutMap& gamutMap); 67 DMError SetScreenGamutMap(ScreenGamutMap gamutMap);
|
H A D | display_manager_proxy.h | 54 DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) override; 55 DMError SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap) override;
|
H A D | display_manager_service.h | 72 DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) override; 73 DMError SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap) override;
|
H A D | abstract_screen_controller.h | 84 DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap); 85 DMError SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap);
|
H A D | display_manager_interface.h | 71 virtual DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) = 0; 72 virtual DMError SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap) = 0;
|
/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)); 76 MOCK_METHOD2(SetScreenGamutMap, DMError(ScreenId screenId, ScreenGamutMap gamutMap));
|
/ohos5.0/foundation/window/window_manager/dm/test/unittest/ |
H A D | screen_test.cpp | 177 ScreenGamutMap gamutMap = ScreenGamutMap::GAMUT_MAP_CONSTANT; 191 ScreenGamutMap gamutMap = ScreenGamutMap::GAMUT_MAP_CONSTANT;
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | screen.cpp | 144 DMError Screen::GetScreenGamutMap(ScreenGamutMap& gamutMap) const in GetScreenGamutMap() 149 DMError Screen::SetScreenGamutMap(ScreenGamutMap gamutMap) in SetScreenGamutMap()
|
/ohos5.0/foundation/window/window_manager/test/fuzztest/dms/screen_fuzzer/ |
H A D | screen_fuzzer.cpp | 147 screen->SetScreenGamutMap(static_cast<ScreenGamutMap>(gamutMap)); in ColorGamutsFuzzTest() 148 ScreenGamutMap screenGamutMap; in ColorGamutsFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/ |
H A D | rsinterfaces_fuzzer.cpp | 96 ScreenGamutMap mapMode = ScreenGamutMap::GAMUT_MAP_CONSTANT; in RSPhysicalScreenFuzzTest()
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_stub.cpp | 334 ScreenGamutMap gamutMap; in OnRemoteRequest() 345 ScreenGamutMap gamutMap = static_cast<ScreenGamutMap>(data.ReadUint32()); in OnRemoteRequest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.h | 171 int32_t SetScreenGamutMap(ScreenId id, ScreenGamutMap mode); 175 int32_t GetScreenGamutMap(ScreenId id, ScreenGamutMap& mode);
|
/ohos5.0/foundation/window/window_manager/dm/include/ |
H A D | display_manager_adapter.h | 145 virtual DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap); 146 virtual DMError SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 95 ScreenGamutMap screenGamutMap = (ScreenGamutMap)width; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_session.h | 149 DMError GetScreenGamutMap(ScreenGamutMap& gamutMap); 150 DMError SetScreenGamutMap(ScreenGamutMap gamutMap);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | screen_session_manager_proxy.h | 41 virtual DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) override; 42 virtual DMError SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_interfaces_test.cpp | 934 ScreenGamutMap gamutMap = ScreenGamutMap::GAMUT_MAP_CONSTANT; 949 ScreenGamutMap gamutMap = ScreenGamutMap::GAMUT_MAP_CONSTANT; 963 ScreenGamutMap mode = ScreenGamutMap::GAMUT_MAP_CONSTANT;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_irender_service_connection.h | 189 virtual int32_t SetScreenGamutMap(ScreenId id, ScreenGamutMap mode) = 0; 199 virtual int32_t GetScreenGamutMap(ScreenId id, ScreenGamutMap& mode) = 0;
|