/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | hdiscreen_test.cpp | 43 EXPECT_CALL(*mockDevice_, GetScreenMode(_, _)).WillRepeatedly(testing::Return(0));
in SetUpTestCase() 79 ASSERT_EQ(HdiScreenSysTest::hdiScreen_->GetScreenMode(modeId), 0);
in HWTEST_F()
|
H A D | mock_hdi_device_systest.h | 43 MOCK_METHOD2(GetScreenMode, int32_t(uint32_t, uint32_t&));
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdiscreen_test.cpp | 44 EXPECT_CALL(*mockDevice_, GetScreenMode(_, _)).WillRepeatedly(testing::Return(0));
in SetUpTestCase() 84 ASSERT_EQ(hdiScreen_->GetScreenMode(modeId), GRAPHIC_DISPLAY_NULL_PTR);
in HWTEST_F() 172 * CaseDescription: 1. call GetScreenMode
178 ASSERT_EQ(HdiScreenTest::hdiScreen_->GetScreenMode(modeId), 0);
in HWTEST_F()
|
H A D | mock_hdi_device.h | 43 MOCK_METHOD2(GetScreenMode, int32_t(uint32_t, uint32_t&));
|
H A D | hdidevice_test.cpp | 74 EXPECT_EQ(HdiDeviceTest::hdiDevice_->GetScreenMode(screenId, screenModeId), GRAPHIC_DISPLAY_SUCCESS); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_screen.cpp | 120 int32_t HdiScreen::GetScreenMode(uint32_t &modeId) in GetScreenMode() function in OHOS::Rosen::HdiScreen 128 int32_t ret = device_->GetScreenMode(screenId_, modeId); in GetScreenMode()
|
H A D | hdi_device_impl.cpp | 193 int32_t HdiDeviceImpl::GetScreenMode(uint32_t screenId, uint32_t &modeId) in GetScreenMode() function in OHOS::Rosen::HdiDeviceImpl
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_screen.h | 42 int32_t GetScreenMode(uint32_t &modeId);
|
H A D | hdi_device_impl.h | 39 int32_t GetScreenMode(uint32_t screenId, uint32_t &modeId) override;
|
H A D | hdi_device.h | 42 virtual int32_t GetScreenMode(uint32_t screenId, uint32_t &modeId) = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdiscreen_fuzzer/ |
H A D | hdiscreen_fuzzer.cpp | 133 g_hdiScreen->GetScreenMode(modeId); in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/ |
H A D | mock_hdi_device.h | 42 MOCK_METHOD2(GetScreenMode, int32_t(uint32_t, uint32_t&));
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/ |
H A D | drawing_sample.cpp | 190 screen->GetScreenMode(currentModeIndex_); in CreatePhysicalScreen()
|
/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | hello_composer.cpp | 302 screen->GetScreenMode(currentModeIndex); in CreatePhysicalScreen()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | render_context_sample.cpp | 445 screen_->GetScreenMode(currentModeIndex_); in CreatePhysicalScreen()
|
H A D | drawing_engine_sample.cpp | 349 screen_->GetScreenMode(currentModeIndex_); in CreatePhysicalScreen()
|
H A D | drawing_sample_canvaskit0310.cpp | 475 screen->GetScreenMode(currentModeIndex_); in CreatePyhsicalScreen()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.cpp | 398 if (hdiScreen_->GetScreenMode(modeId) < 0) {
in GetActiveMode() 399 RS_LOGE("RSScreen %{public}s: RSScreen(id %{public}" PRIu64 ") GetScreenMode failed.",
in GetActiveMode()
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_test.cpp | 69 * @tc.name: GetScreenMode 73 HWTEST_F(AbstractScreenTest, GetScreenMode, Function | SmallTest | Level3) in HWTEST_F() 650 * @tc.name: GetScreenMode
|