Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_jank_stats.h142 size_t GetJankRangeType(int64_t missedVsync) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp201 const size_t type = GetJankRangeType(missedVsync); in SetRSJankStats()
224 size_t RSJankStats::GetJankRangeType(int64_t missedVsync) const in GetJankRangeType() function in OHOS::Rosen::RSJankStats