Searched refs:getTxBytes (Results 1 – 7 of 7) sorted by relevance
73 entry.getTxBytes(), entry.getTxPackets(),163 e.writeLong(entry.getTxBytes()); in pullVmsClientStats()
138 long getTxBytes() { in getTxBytes() method in VmsClientStats
83 hasEthernetUsage = bucket.getRxBytes() > 0 || bucket.getTxBytes() > 0; in hasEthernet()
464 item.total += bucket.getRxBytes() + bucket.getTxBytes(); in accumulate()
461 item.total += bucket.getRxBytes() + bucket.getTxBytes(); in accumulate()
2709 if (traffic.getTxBytes() != 0 || traffic.getRxBytes() != 0) { in reportActivityInfo()2719 if (traffic.getTxBytes() != 0 || traffic.getRxBytes() != 0) { in reportActivityInfo()2870 existingTraffic.addTxBytes(traffic.getTxBytes()); in energyInfoCallback()