Home
last modified time | relevance | path

Searched refs:SetQosVSyncRate (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_vsync_rate_reduce_manager.cpp251 appVSyncDistributor_->SetQosVSyncRate(iterCur->first, iterCur->second, isSystemAnimatedScenes_); in NotifyVRates()
261 appVSyncDistributor_->SetQosVSyncRate(nodeId, rate, isSystemAnimatedScenes_); in NotifyVRates()
458 distributor->SetQosVSyncRate(nodeId, rate, isSysAnimate); in NotifyVSyncRates()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_distributor_test.cpp650 * CaseDescription: 1. test SetQosVSyncRate
664 ASSERT_EQ(vsyncDistributor->SetQosVSyncRate(0xffffffffff, 1, true), VSYNC_ERROR_INVALID_ARGUMENTS); in HWTEST_F()
675 * CaseDescription: 1. test SetQosVSyncRate
689 ASSERT_EQ(vsyncDistributor->SetQosVSyncRate(0x1ffffffff, 1, true), VSYNC_ERROR_OK); in HWTEST_F()
700 * CaseDescription: 1. test SetQosVSyncRate
713 ASSERT_EQ(vsyncDistributor->SetQosVSyncRate(0x1ffffffff, 1, true), VSYNC_ERROR_OK); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h125 VsyncError SetQosVSyncRate(uint64_t windowNodeId, int32_t rate, bool isSystemAnimateScene = false);
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp1086 VsyncError VSyncDistributor::SetQosVSyncRate(uint64_t windowNodeId, int32_t rate, bool isSystemAnimateScene) in SetQosVSyncRate() function in OHOS::Rosen::VSyncDistributor

Completed in 8 milliseconds