Searched refs:pullAtomId (Results 1 – 2 of 2) sorted by relevance
323 void updateMinPullIntervalSec(int pullAtomId, long intervalSec);328 void notePull(int pullAtomId);333 void notePullFromCache(int pullAtomId);338 void notePullDataError(int pullAtomId);344 void notePullTime(int pullAtomId, int64_t pullTimeNs);350 void notePullDelay(int pullAtomId, int64_t pullDelayNs);355 void notePullTimeout(int pullAtomId, int64_t pullUptimeMillis, int64_t pullElapsedMillis);360 void notePullExceedMaxDelay(int pullAtomId);
402 mPulledAtomStats[pullAtomId].minPullIntervalSec = in updateMinPullIntervalSec()406 void StatsdStats::notePull(int pullAtomId) { in notePull() argument408 mPulledAtomStats[pullAtomId].totalPull++; in notePull()411 void StatsdStats::notePullFromCache(int pullAtomId) { in notePullFromCache() argument413 mPulledAtomStats[pullAtomId].totalPullFromCache++; in notePullFromCache()418 auto& pullStats = mPulledAtomStats[pullAtomId]; in notePullTime()427 auto& pullStats = mPulledAtomStats[pullAtomId]; in notePullDelay()435 void StatsdStats::notePullDataError(int pullAtomId) { in notePullDataError() argument437 mPulledAtomStats[pullAtomId].dataError++; in notePullDataError()440 void StatsdStats::notePullTimeout(int pullAtomId, in notePullTimeout() argument[all …]