Home
last modified time | relevance | path

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

/system/connectivity/shill/
Ddevice_unittest.cc2601 int64_t actual_rx = device->GetReceiveByteCount(); in ExpectByteCounts() local
2603 EXPECT_EQ(expected_rx, actual_rx); in ExpectByteCounts()
2605 return expected_rx == actual_rx && expected_tx == actual_tx; in ExpectByteCounts()