Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.cpp402 mPulledAtomStats[pullAtomId].minPullIntervalSec = in updateMinPullIntervalSec()
403 std::min(mPulledAtomStats[pullAtomId].minPullIntervalSec, intervalSec); in updateMinPullIntervalSec()
408 mPulledAtomStats[pullAtomId].totalPull++; in notePull()
413 mPulledAtomStats[pullAtomId].totalPullFromCache++; in notePullFromCache()
418 auto& pullStats = mPulledAtomStats[pullAtomId]; in notePullTime()
427 auto& pullStats = mPulledAtomStats[pullAtomId]; in notePullDelay()
437 mPulledAtomStats[pullAtomId].dataError++; in notePullDataError()
444 PulledAtomStats& pulledAtomStats = mPulledAtomStats[pullAtomId]; in notePullTimeout()
456 mPulledAtomStats[pullAtomId].pullExceedMaxDelay++; in notePullExceedMaxDelay()
485 mPulledAtomStats[atomId].pullFailed++; in notePullFailed()
[all …]
DStatsdStats.h576 std::map<int, PulledAtomStats> mPulledAtomStats; variable