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);
400 void StatsdStats::updateMinPullIntervalSec(int pullAtomId, long intervalSec) { in updateMinPullIntervalSec() argument402 mPulledAtomStats[pullAtomId].minPullIntervalSec = in updateMinPullIntervalSec()403 std::min(mPulledAtomStats[pullAtomId].minPullIntervalSec, intervalSec); 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()416 void StatsdStats::notePullTime(int pullAtomId, int64_t pullTimeNs) { in notePullTime() argument418 auto& pullStats = mPulledAtomStats[pullAtomId]; in notePullTime()425 void StatsdStats::notePullDelay(int pullAtomId, int64_t pullDelayNs) { in notePullDelay() argument[all …]