Home
last modified time | relevance | path

Searched refs:ComponmentStatisticsRecord (Results 1 - 2 of 2) sorted by relevance

/test/ostest/wukong/report/src/
H A Dstatistics_componment.cpp41 std::shared_ptr<ComponmentStatisticsRecord> curComponmentStatisticsRecordPtr = nullptr; in StatisticsDetail()
42 std::shared_ptr<ComponmentStatisticsRecord> curBundleAllStatisticsPtr = in StatisticsDetail()
43 std::make_shared<ComponmentStatisticsRecord>(); in StatisticsDetail()
93 std::shared_ptr<ComponmentStatisticsRecord> curComponmentStatisticsRecordPtr = in SrcDatasPretreatment()
94 std::make_shared<ComponmentStatisticsRecord>(); in SrcDatasPretreatment()
124 void StatisticsComponment::UpdateLine(std::shared_ptr<ComponmentStatisticsRecord> ComponmentStatisticsRecordPtr, in UpdateLine()
158 std::shared_ptr<ComponmentStatisticsRecord> globalAllStatisticsPtr = std::make_shared<ComponmentStatisticsRecord>(); in GlobalComponmentTypeStatistics()
161 std::shared_ptr<ComponmentStatisticsRecord> componmentTypeRecordPtr = in GlobalComponmentTypeStatistics()
162 std::make_shared<ComponmentStatisticsRecord>(); in GlobalComponmentTypeStatistics()
[all...]
/test/ostest/wukong/report/include/
H A Dstatistics_componment.h27 class ComponmentStatisticsRecord { class
55 std::vector<std::shared_ptr<ComponmentStatisticsRecord>> componmentTypeRecord_;
73 void UpdateLine(std::shared_ptr<ComponmentStatisticsRecord> ComponmentStatisticsRecordPtr, uint32_t componmentTypeTotal,

Completed in 1 milliseconds