Home
last modified time | relevance | path

Searched refs:INVISBLE_WINDOW_RATE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp42 constexpr int32_t INVISBLE_WINDOW_RATE = 10; variable
2686 ASSERT_NE(connection->highPriorityRate_, (int32_t)INVISBLE_WINDOW_RATE);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp168 constexpr int32_t INVISBLE_WINDOW_RATE = 10; variable
2528 appVSyncDistributor_->SetQosVSyncRate(iter.first, INVISBLE_WINDOW_RATE); in SetVSyncRateByVisibleLevel()