Home
last modified time | relevance | path

Searched defs:supportedScreenModes (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp356 auto supportedScreenModes = rsInterfaces->GetScreenSupportedModes(virtualScreenId); variable
405 auto supportedScreenModes = rsInterfaces->GetScreenSupportedModes(screenId); variable
419 auto supportedScreenModes = rsInterfaces->GetScreenSupportedModes(INVALID_SCREEN_ID); variable
459 auto supportedScreenModes = rsInterfaces->GetScreenSupportedModes(screenId); variable
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp1960 sptr<SupportedScreenModes> supportedScreenModes = new SupportedScreenModes; variable
2024 sptr<SupportedScreenModes> supportedScreenModes = new SupportedScreenModes; variable
2063 sptr<SupportedScreenModes> supportedScreenModes = new SupportedScreenModes; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_client_test.cpp542 auto supportedScreenModes = rsClient->GetScreenSupportedModes(screenId); variable