Searched defs:TrafficStat (Results 1 – 1 of 1) sorted by relevance
152 struct TrafficStat { struct153 std::string appId;154 std::string deviceId;155 int sendSize;156 int receivedSize;157 KVSTORE_API std::string GetKey() const in GetKey()