Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.cpp693 mPulledAtomStats[pullAtomId].minPullIntervalSec = in updateMinPullIntervalSec()
694 std::min(mPulledAtomStats[pullAtomId].minPullIntervalSec, intervalSec); in updateMinPullIntervalSec()
699 mPulledAtomStats[pullAtomId].totalPull++; in notePull()
704 mPulledAtomStats[pullAtomId].totalPullFromCache++; in notePullFromCache()
709 auto& pullStats = mPulledAtomStats[pullAtomId]; in notePullTime()
718 auto& pullStats = mPulledAtomStats[pullAtomId]; in notePullDelay()
728 mPulledAtomStats[pullAtomId].dataError++; in notePullDataError()
735 PulledAtomStats& pulledAtomStats = mPulledAtomStats[pullAtomId]; in notePullTimeout()
747 mPulledAtomStats[pullAtomId].pullExceedMaxDelay++; in notePullExceedMaxDelay()
783 mPulledAtomStats[atomId].pullFailed++; in notePullFailed()
[all …]
DStatsdStats.h876 std::map<int, PulledAtomStats> mPulledAtomStats; variable