Home
last modified time | relevance | path

Searched refs:GetScreenMode (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdiscreen_test.cpp43 EXPECT_CALL(*mockDevice_, GetScreenMode(_, _)).WillRepeatedly(testing::Return(0)); in SetUpTestCase()
79 ASSERT_EQ(HdiScreenSysTest::hdiScreen_->GetScreenMode(modeId), 0);
H A Dmock_hdi_device_systest.h43 MOCK_METHOD2(GetScreenMode, int32_t(uint32_t, uint32_t&));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdiscreen_test.cpp44 EXPECT_CALL(*mockDevice_, GetScreenMode(_, _)).WillRepeatedly(testing::Return(0)); in SetUpTestCase()
84 ASSERT_EQ(hdiScreen_->GetScreenMode(modeId), GRAPHIC_DISPLAY_NULL_PTR);
178 ASSERT_EQ(HdiScreenTest::hdiScreen_->GetScreenMode(modeId), 0);
H A Dmock_hdi_device.h43 MOCK_METHOD2(GetScreenMode, int32_t(uint32_t, uint32_t&));
H A Dhdidevice_test.cpp66 …ASSERT_EQ(HdiDeviceTest::hdiDevice_->GetScreenMode(screenId, screenModeId), GRAPHIC_DISPLAY_SUCCES…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_screen.cpp131 int32_t HdiScreen::GetScreenMode(uint32_t &modeId) in GetScreenMode() function in OHOS::Rosen::HdiScreen
139 int32_t ret = device_->GetScreenMode(screenId_, modeId); in GetScreenMode()
H A Dhdi_device_impl.cpp194 int32_t HdiDeviceImpl::GetScreenMode(uint32_t screenId, uint32_t &modeId) in GetScreenMode() function in OHOS::Rosen::HdiDeviceImpl
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_screen.h42 int32_t GetScreenMode(uint32_t &modeId);
H A Dhdi_device.h42 virtual int32_t GetScreenMode(uint32_t screenId, uint32_t &modeId) = 0;
H A Dhdi_device_impl.h40 int32_t GetScreenMode(uint32_t screenId, uint32_t &modeId) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdiscreen_fuzzer/
H A Dhdiscreen_fuzzer.cpp133 g_hdiScreen->GetScreenMode(modeId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h41 MOCK_METHOD2(GetScreenMode, int32_t(uint32_t, uint32_t&));
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp190 screen->GetScreenMode(currentModeIndex_); in CreatePhysicalScreen()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_engine_sample.cpp339 screen_->GetScreenMode(currentModeIndex_); in CreatePhysicalScreen()
H A Drender_context_sample.cpp445 screen_->GetScreenMode(currentModeIndex_); in CreatePhysicalScreen()
H A Ddrawing_sample_canvaskit0310.cpp475 screen->GetScreenMode(currentModeIndex_); in CreatePyhsicalScreen()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp302 screen->GetScreenMode(currentModeIndex); in CreatePhysicalScreen()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp393 if (hdiScreen_->GetScreenMode(modeId) < 0) { in GetActiveMode()
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_test.cpp73 HWTEST_F(AbstractScreenTest, GetScreenMode, Function | SmallTest | Level3)