Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
H A Dstatistics_componment.cpp36 for (auto bundle : componmentStatisticsMsg_) { in StatisticsDetail()
87 componmentStatisticsMsg_.find(srcData["bundleName"]); in SrcDatasPretreatment()
88 if (componmentStatisticsMsgIter != componmentStatisticsMsg_.end()) { in SrcDatasPretreatment()
90 curStatisticsMsgPtr = componmentStatisticsMsg_[srcData["bundleName"]]; in SrcDatasPretreatment()
119 componmentStatisticsMsg_[srcData["bundleName"]] = curStatisticsMsgPtr; in SrcDatasPretreatment()
164 for (auto bundle : componmentStatisticsMsg_) { in GlobalComponmentTypeStatistics()
/test/ostest/wukong/report/include/
H A Dstatistics_componment.h89 std::map<std::string, std::shared_ptr<ComponmentStatisticsMsg>> componmentStatisticsMsg_; member in OHOS::WuKong::StatisticsComponment

Completed in 1 milliseconds