Home
last modified time | relevance | path

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 Dtraffic_statistic_impl.h24 class TrafficStatisticImpl : public StatisticReporter<TrafficStat> {
27 ReportStatus Report(const TrafficStat &stat) override;
H A Dtraffic_statistic_impl.cpp20 ReportStatus TrafficStatisticImpl::Report(const TrafficStat &stat) in Report()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/
H A Dhiview_adapter.h44 …static void ReportTrafficStatistic(int dfxCode, const TrafficStat &stat, std::shared_ptr<ExecutorP…
58 static std::map<std::string, StatisticWrap<TrafficStat>> trafficStat_;
H A Dreporter.cpp65 StatisticReporter<TrafficStat>* Reporter::TrafficStatistic() in TrafficStatistic()
H A Dhiview_adapter.cpp79 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 Dreporter.h39 KVSTORE_API StatisticReporter<TrafficStat>* TrafficStatistic();
H A Ddfx_types.h152 struct TrafficStat { struct
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/
H A Ddistributeddata_dfx_ut_test.cpp213 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 Dsoftbus_adapter_standard.cpp433 TrafficStat ts{ pipeInfo.pipeId, deviceId, 0, size }; in NotifyDataListeners()