Searched refs:socketLossInfo (Results 1 – 4 of 4) sorted by relevance
69 void StateManager::handleSocketLossInfo(const SocketLossInfo& socketLossInfo) { in handleSocketLossInfo() argument71 const std::unordered_set<int> uniqueLostAtomIds(socketLossInfo.atomIds.begin(), in handleSocketLossInfo()72 socketLossInfo.atomIds.end()); in handleSocketLossInfo()
99 void handleSocketLossInfo(const SocketLossInfo& socketLossInfo);
735 void MetricsManager::onLogEventLost(const SocketLossInfo& socketLossInfo) { in onLogEventLost() argument737 const unordered_set<int> uniqueLostAtomIds(socketLossInfo.atomIds.begin(), in onLogEventLost()738 socketLossInfo.atomIds.end()); in onLogEventLost()754 if (!checkLogCredentials(socketLossInfo.uid, lostAtomId)) { in onLogEventLost()
376 void onLogEventLost(const SocketLossInfo& socketLossInfo);