Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/
H A Dhiview_adapter.cpp85 std::map<std::string, StatisticWrap<ApiPerformanceStat>> HiViewAdapter::apiPerformanceStat_; member in OHOS::DistributedDataDfx::HiViewAdapter
411 auto it = apiPerformanceStat_.find(stat.GetKey()); in ReportApiPerformanceStatistic()
412 if (it == apiPerformanceStat_.end()) { in ReportApiPerformanceStatistic()
413apiPerformanceStat_.insert({stat.GetKey(), {stat, 1, dfxCode}}); // the init value of times is 1 in ReportApiPerformanceStatistic()
482 for (auto const &kv : apiPerformanceStat_) { in InvokeApiPerformance()
504 apiPerformanceStat_.clear(); in InvokeApiPerformance()
H A Dhiview_adapter.h67 static std::map<std::string, StatisticWrap<ApiPerformanceStat>> apiPerformanceStat_; variable