Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
H A Dstatistics_componment.cpp78 find(globalComponmentTypes_.begin(), globalComponmentTypes_.end(), srcData["componment"]); in SrcDatasPretreatment()
79 if (globalComponmentTypesIter == globalComponmentTypes_.end()) { in SrcDatasPretreatment()
80 DEBUG_LOG_STR("push componment{%s} to globalComponmentTypes_", srcData["componment"].c_str()); in SrcDatasPretreatment()
81 globalComponmentTypes_.push_back(srcData["componment"]); in SrcDatasPretreatment()
160 for (auto comonmentType : globalComponmentTypes_) { in GlobalComponmentTypeStatistics()
/test/ostest/wukong/report/include/
H A Dstatistics_componment.h91 std::vector<std::string> globalComponmentTypes_; member in OHOS::WuKong::StatisticsComponment

Completed in 2 milliseconds