Home
last modified time | relevance | path

Searched refs:LossInfoKey (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/lib/libstatssocket/
Dstats_socket_loss_reporter.h76 using LossInfoKey = std::pair<int, int>; // [error, tag] variable
79 std::unordered_map<LossInfoKey, int, HashPair> mLossInfo;
Dstats_socket_loss_reporter.cpp67 const LossInfoKey key = std::make_pair(error, atomId); in noteDrop()
104 const LossInfoKey& key = lossInfoIt->first; in dumpAtomsLossStats()
/packages/modules/StatsD/statsd/benchmark/
Dloss_info_container_benchmark.cpp136 using LossInfoKey = std::pair<int, int>; // [error, tag] typedef
145 LossInfoKey key = std::make_pair(error, tag); in noteLossInfo()
204 LossInfoMap<std::unordered_map<LossInfoKey, int, hash_pair>> lossInfo; in BM_LossInfoCollectionAndDumpViaUnorderedMap()