Home
last modified time | relevance | path

Searched refs:GetScreenComponentRefreshRates (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_core.h228 std::vector<int32_t> GetScreenComponentRefreshRates(ScreenId id);
H A Dhgm_core.cpp490 std::vector<int32_t> HgmCore::GetScreenComponentRefreshRates(ScreenId id) in GetScreenComponentRefreshRates() function in OHOS::Rosen::HgmCore
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhyper_graphic_manager_test.cpp499 auto screenComponentRefreshRates = instance.GetScreenComponentRefreshRates(screenId2);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp761 std::vector<int32_t> rates = hgmCore.GetScreenComponentRefreshRates(id); in GetScreenSupportedRefreshRates()