Home
last modified time | relevance | path

Searched refs:nodeDescription (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.cpp127 RSNodeDescription nodeDescription = std::get<RSNodeDescription>(nodeStats); in GetNodeStatsToReportByIndex() local
128 nodeDescription = CheckEmptyAndReviseNodeDescription(nodeDescription); in GetNodeStatsToReportByIndex()
130 return std::make_pair(nodeDescription, nodeCount); in GetNodeStatsToReportByIndex()
135 …ion RSNodeStats::CheckEmptyAndReviseNodeDescription(const RSNodeDescription& nodeDescription) const in CheckEmptyAndReviseNodeDescription()
137 if (nodeDescription.size() == EMPTY_NODE_DESCRIPTION_SIZE) { in CheckEmptyAndReviseNodeDescription()
140 return nodeDescription; in CheckEmptyAndReviseNodeDescription()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_node_stats.h61 …RSNodeDescription CheckEmptyAndReviseNodeDescription(const RSNodeDescription& nodeDescription) con…