Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_node_stats.cpp86 const auto nodeInfoTop1 = GetNodeStatsToReportByIndex(TOP1_INDEX); in ReportRSNodeLimitExceeded()
87 const auto nodeInfoTop2 = GetNodeStatsToReportByIndex(TOP2_INDEX); in ReportRSNodeLimitExceeded()
88 const auto nodeInfoTop3 = GetNodeStatsToReportByIndex(TOP3_INDEX); in ReportRSNodeLimitExceeded()
123 std::pair<RSNodeDescription, RSNodeCount> RSNodeStats::GetNodeStatsToReportByIndex(size_t index) co… in GetNodeStatsToReportByIndex() function in OHOS::Rosen::RSNodeStats
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_node_stats.h60 std::pair<RSNodeDescription, RSNodeCount> GetNodeStatsToReportByIndex(size_t index) const;