Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/state/
DStateManager.cpp69 void StateManager::handleSocketLossInfo(const SocketLossInfo& socketLossInfo) { in handleSocketLossInfo() argument
71 const std::unordered_set<int> uniqueLostAtomIds(socketLossInfo.atomIds.begin(), in handleSocketLossInfo()
72 socketLossInfo.atomIds.end()); in handleSocketLossInfo()
DStateManager.h99 void handleSocketLossInfo(const SocketLossInfo& socketLossInfo);
/packages/modules/StatsD/statsd/src/metrics/
DMetricsManager.cpp735 void MetricsManager::onLogEventLost(const SocketLossInfo& socketLossInfo) { in onLogEventLost() argument
737 const unordered_set<int> uniqueLostAtomIds(socketLossInfo.atomIds.begin(), in onLogEventLost()
738 socketLossInfo.atomIds.end()); in onLogEventLost()
754 if (!checkLogCredentials(socketLossInfo.uid, lostAtomId)) { in onLogEventLost()
DMetricsManager.h376 void onLogEventLost(const SocketLossInfo& socketLossInfo);