Home
last modified time | relevance | path

Searched refs:FindAllRefreshRateFactors (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/display_sync/
H A Dui_display_sync_manager.cpp125 std::call_once(computeFactorsFlag_, [this]() { FindAllRefreshRateFactors(); }); in SetVsyncPeriod()
214 void UIDisplaySyncManager::FindAllRefreshRateFactors() in FindAllRefreshRateFactors() function in OHOS::Ace::UIDisplaySyncManager
H A Dui_display_sync_manager.h59 void FindAllRefreshRateFactors();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_display_soloist.h88 void FindAllRefreshRateFactors();
H A Drs_ui_display_soloist.cpp228 void RSDisplaySoloist::FindAllRefreshRateFactors() in FindAllRefreshRateFactors() function in OHOS::Rosen::RSDisplaySoloist
333 std::call_once(COMPUTE_FACTORS_FLAG, [this] () { FindAllRefreshRateFactors(); }); in GetVSyncRate()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddisplay_sync_manager_test.cpp553 displaySyncManager->FindAllRefreshRateFactors();