Searched defs:rxBytes (Results 1 – 3 of 3) sorted by relevance
42 public int rxBytes = 0; field in QtaguidItem.Row103 public void addRow(int uid, int rxBytes, int txBytes) { in addRow()120 public void updateRow(int uid, int rxBytes, int txBytes) { in updateRow()
50 int rxBytes = Integer.parseInt(columns[5]); in parse() local
34 public BandwidthStats (long rxBytes, long rxPackets, long txBytes, long txPackets) { in BandwidthStats()65 public void setRxBytes(long rxBytes) { in setRxBytes()