Home
last modified time | relevance | path

Searched refs:StatisticReporter (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
H A Dreporter.h37 KVSTORE_API StatisticReporter<DbStat>* DatabaseStatistic();
38 KVSTORE_API StatisticReporter<VisitStat>* VisitStatistic();
39 KVSTORE_API StatisticReporter<TrafficStat>* TrafficStatistic();
40 KVSTORE_API StatisticReporter<ApiPerformanceStat>* ApiPerformanceStatistic();
H A Dstatistic_reporter.h24 class StatisticReporter {
27 KVSTORE_API virtual ~StatisticReporter() {} in ~StatisticReporter()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/
H A Dreporter.cpp65 StatisticReporter<TrafficStat>* Reporter::TrafficStatistic() in TrafficStatistic()
72 StatisticReporter<struct VisitStat>* Reporter::VisitStatistic() in VisitStatistic()
79 StatisticReporter<struct DbStat>* Reporter::DatabaseStatistic() in DatabaseStatistic()
86 StatisticReporter<ApiPerformanceStat>* Reporter::ApiPerformanceStatistic() in ApiPerformanceStatistic()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/statistic/
H A Dstatistic_reporter.h24 class StatisticReporter {
27 virtual ~StatisticReporter() in ~StatisticReporter()
H A Dtime_consuming_statistic_impl.h24 class TimeConsumingStatisticImpl : public StatisticReporter<TimeConsumingStat> {
/ohos5.0/base/time/time_service/services/dfx/include/
H A Dtime_sysevent.h24 void StatisticReporter(int32_t callerPid, int32_t size, std::shared_ptr<TimerInfo> timer);
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dreporter.h31 StatisticReporter<TimeConsumingStat> &TimeConsumingStatistic();
H A Dreporter.cpp36 StatisticReporter<struct TimeConsumingStat> &Reporter::TimeConsumingStatistic() in TimeConsumingStatistic()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/statistic/
H A Dapi_performance_statistic_impl.h25 class ApiPerformanceStatisticImpl : public StatisticReporter<ApiPerformanceStat> {
H A Ddatabase_statistic_impl.h24 class DatabaseStatisticImpl : public StatisticReporter<DbStat> {
H A Dtraffic_statistic_impl.h24 class TrafficStatisticImpl : public StatisticReporter<TrafficStat> {
H A Dvisit_statistic_impl.h24 class VisitStatisticImpl : public StatisticReporter<VisitStat> {
/ohos5.0/base/time/time_service/services/dfx/src/
H A Dtime_sysevent.cpp27 void StatisticReporter(int32_t callerPid, int32_t size, std::shared_ptr<TimerInfo> timer) in StatisticReporter() function
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp904 StatisticReporter(IPCSkeleton::GetCallingPid(), wakeupNums, timer); in DeliverTimersLocked()