Searched refs:Stats (Results 1 – 6 of 6) sorted by relevance
160 final NetworkIpProvisioningReported Stats = mStatsBuilder.build(); in statsWrite() local161 final byte[] DhcpSession = Stats.getDhcpSession().toByteArray(); in statsWrite()163 Stats.getTransportType().getNumber(), in statsWrite()164 Stats.getIpv4LatencyMicros(), in statsWrite()165 Stats.getIpv6LatencyMicros(), in statsWrite()166 Stats.getProvisioningDurationMicros(), in statsWrite()167 Stats.getDisconnectCode().getNumber(), in statsWrite()169 Stats.getRandomNumber()); in statsWrite()171 return Stats; in statsWrite()
49 struct Stats { struct55 std::vector<Stats> topNReads = {};56 std::vector<Stats> topNWrites = {};
472 UidIoPerfData::Stats stats = { in processUidIoPerfData()496 UidIoPerfData::Stats stats = { in processUidIoPerfData()
115 // Stats of 2g band117 // Stats of above-2g band
536 // Stats on number of times Wi-Fi is turned on/off though the WifiManager#setWifiEnabled API3413 // Stats on number of times Wi-Fi is turned on/off though the WifiManager#setWifiEnabled API3874 // Stats for Autojoin switches between Wifi networks. Does not include user/app-initiated switches.3944 // Stats of 2g band3946 // Stats of above-2g band
60 auto comp = [&](const UidIoPerfData::Stats& l, const UidIoPerfData::Stats& r) -> bool { in isEqual()