Searched refs:TrafficStat (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/statistic/ |
H A D | traffic_statistic_impl.h | 24 class TrafficStatisticImpl : public StatisticReporter<TrafficStat> { 27 ReportStatus Report(const TrafficStat &stat) override;
|
H A D | traffic_statistic_impl.cpp | 20 ReportStatus TrafficStatisticImpl::Report(const TrafficStat &stat) in Report()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/ |
H A D | hiview_adapter.h | 44 …static void ReportTrafficStatistic(int dfxCode, const TrafficStat &stat, std::shared_ptr<ExecutorP… 58 static std::map<std::string, StatisticWrap<TrafficStat>> trafficStat_;
|
H A D | reporter.cpp | 65 StatisticReporter<TrafficStat>* Reporter::TrafficStatistic() in TrafficStatistic()
|
H A D | hiview_adapter.cpp | 79 std::map<std::string, StatisticWrap<TrafficStat>> HiViewAdapter::trafficStat_; 302 void HiViewAdapter::ReportTrafficStatistic(int dfxCode, const TrafficStat &stat, in ReportTrafficStatistic()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/ |
H A D | reporter.h | 39 KVSTORE_API StatisticReporter<TrafficStat>* TrafficStatistic();
|
H A D | dfx_types.h | 152 struct TrafficStat { struct
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/ |
H A D | distributeddata_dfx_ut_test.cpp | 213 struct TrafficStat tss = {"appId001", "deviceId001", 100, 200}; 444 struct TrafficStat tss = {"appId001", "deviceId001", 100, 200};
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
H A D | softbus_adapter_standard.cpp | 433 TrafficStat ts{ pipeInfo.pipeId, deviceId, 0, size }; in NotifyDataListeners()
|