Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/
DMetricsManager.cpp728 void MetricsManager::onLogEventLost(const SocketLossInfo& socketLossInfo) { in onLogEventLost() argument
730 const set<int> uniqueLostAtomIds(socketLossInfo.atomIds.begin(), socketLossInfo.atomIds.end()); in onLogEventLost()
746 if (!checkLogCredentials(socketLossInfo.uid, lostAtomId)) { in onLogEventLost()
DMetricsManager.h379 void onLogEventLost(const SocketLossInfo& socketLossInfo);