/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
D | hdi_screen.cpp | 199 int32_t HdiScreen::SetScreenColorTransform(const std::vector<float>& matrix) const in SetScreenColorTransform() function in OHOS::Rosen::HdiScreen 202 return device_->SetScreenColorTransform(screenId_, matrix); in SetScreenColorTransform()
|
/foundation/window/window_manager/dm/src/ |
D | screen.cpp | 154 DMError Screen::SetScreenColorTransform() in SetScreenColorTransform() function in OHOS::Rosen::Screen 156 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenColorTransform(GetId()); in SetScreenColorTransform()
|
D | display_manager_adapter.cpp | 107 DMError ScreenManagerAdapter::SetScreenColorTransform(ScreenId screenId) in SetScreenColorTransform() function in OHOS::Rosen::ScreenManagerAdapter 111 return displayManagerServiceProxy_->SetScreenColorTransform(screenId); in SetScreenColorTransform()
|
/foundation/window/window_manager/dm/test/unittest/ |
D | display_manager_adapter_test.cpp | 135 HWTEST_F(DisplayManagerAdapterTest, SetScreenColorTransform, Function | SmallTest | Level2) 137 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().SetScreenColorTransform(0);
|
D | screen_test.cpp | 192 EXPECT_CALL(m->Mock(), SetScreenColorTransform(_)).Times(1).WillOnce(Return(DMError::DM_OK)); 193 auto res = screen_->SetScreenColorTransform();
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
D | hdiscreen_test.cpp | 57 EXPECT_CALL(*mockDevice_, SetScreenColorTransform(_, _)).WillRepeatedly(testing::Return(0)); in SetUpTestCase() 97 ASSERT_EQ(hdiScreen_->SetScreenColorTransform(matrix), GRAPHIC_DISPLAY_NULL_PTR); 263 ASSERT_EQ(HdiScreenTest::hdiScreen_->SetScreenColorTransform(matrix), 0);
|
D | mock_hdi_device.h | 57 MOCK_METHOD2(SetScreenColorTransform, int32_t(uint32_t, const std::vector<float> &matrix));
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
D | hdi_screen.h | 54 int32_t SetScreenColorTransform(const std::vector<float>& matrix) const;
|
D | hdi_device.h | 59 … virtual int32_t SetScreenColorTransform(uint32_t screenId, const std::vector<float> &matrix) = 0;
|
D | hdi_device_impl.h | 57 int32_t SetScreenColorTransform(uint32_t screenId, const std::vector<float>& matrix) override;
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
D | screen.h | 231 DMError SetScreenColorTransform();
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdiscreen_fuzzer/ |
D | hdiscreen_fuzzer.cpp | 125 g_hdiScreen->SetScreenColorTransform(matrix); in DoSomethingInterestingWithMyAPI()
|
/foundation/window/window_manager/test/common/mock/ |
D | mock_display_manager_adapter.h | 74 MOCK_METHOD1(SetScreenColorTransform, DMError(ScreenId screenId));
|
/foundation/window/window_manager/dmserver/include/ |
D | display_manager_proxy.h | 55 DMError SetScreenColorTransform(ScreenId screenId) override;
|
D | abstract_screen.h | 67 DMError SetScreenColorTransform();
|
D | display_manager_interface.h | 115 virtual DMError SetScreenColorTransform(ScreenId screenId) = 0;
|
D | display_manager_service.h | 72 DMError SetScreenColorTransform(ScreenId screenId) override;
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
D | screen_session.h | 93 DMError SetScreenColorTransform();
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/ |
D | mock_hdi_device.h | 56 MOCK_METHOD2(SetScreenColorTransform, int32_t(uint32_t, const std::vector<float> &matrix));
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
D | mock_hdi_device_systest.h | 57 MOCK_METHOD2(SetScreenColorTransform, int32_t(uint32_t, const std::vector<float> &matrix));
|
/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
D | screen_session_manager_proxy.h | 40 virtual DMError SetScreenColorTransform(ScreenId screenId) override;
|
D | screen_session_manager_interface.h | 60 virtual DMError SetScreenColorTransform(ScreenId screenId) override { return DMError::DM_OK; } in SetScreenColorTransform() function
|
/foundation/window/window_manager/dm/include/ |
D | display_manager_adapter.h | 120 virtual DMError SetScreenColorTransform(ScreenId screenId);
|
/foundation/window/window_manager/dmserver/test/unittest/ |
D | display_manager_service_test.cpp | 292 ASSERT_EQ(DMError::DM_ERROR_INVALID_PARAM, dms_->SetScreenColorTransform(SCREEN_ID_INVALID)); 293 ASSERT_EQ(DMError::DM_ERROR_INVALID_PARAM, dms_->SetScreenColorTransform(0));
|
/foundation/window/window_manager/test/systemtest/dms/ |
D | screen_gamut_test.cpp | 269 ret = defaultScreen_->SetScreenColorTransform();
|