• Home
  • Raw
  • Download

Lines Matching refs:mPulledAtomStats

402     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()
490 mPulledAtomStats[atomId].pullUidProviderNotFound++; in notePullUidProviderNotFound()
495 mPulledAtomStats[atomId].pullerNotFound++; in notePullerNotFound()
500 mPulledAtomStats[atomId].binderCallFailCount++; in notePullBinderCallFailed()
505 mPulledAtomStats[atomId].emptyData++; in noteEmptyData()
511 mPulledAtomStats[atomId].registeredCount++; in notePullerCallbackRegistrationChanged()
513 mPulledAtomStats[atomId].unregisteredCount++; in notePullerCallbackRegistrationChanged()
574 mPulledAtomStats[atomTag].atomErrorCount++; in noteAtomError()
626 for (auto& pullStats : mPulledAtomStats) { in resetInternalLocked()
784 for (const auto& pair : mPulledAtomStats) { in dumpStats()
1012 for (const auto& pair : mPulledAtomStats) { in dumpStats()