Searched refs:ExpectByteCounts (Results 1 – 1 of 1) sorted by relevance
/system/connectivity/shill/ |
D | device_unittest.cc | 2599 bool ExpectByteCounts(DeviceRefPtr device, in ExpectByteCounts() function in shill::DeviceByteCountTest 2661 EXPECT_TRUE(ExpectByteCounts(device, 0, 0)); in TEST_F() 2669 EXPECT_TRUE(ExpectByteCounts(device, delta_rx_count, delta_tx_count)); in TEST_F() 2677 EXPECT_TRUE(ExpectByteCounts(device, delta_rx_count, delta_tx_count)); in TEST_F() 2684 EXPECT_TRUE(ExpectByteCounts( in TEST_F() 2691 EXPECT_TRUE(ExpectByteCounts(device, in TEST_F() 2704 EXPECT_TRUE(ExpectByteCounts(device, 0, 0)); in TEST_F()
|