Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmock_device_info.h57 MOCK_CONST_METHOD3(GetByteCounts, bool(int interface_index,
Ddevice.cc228 manager_->device_info()->GetByteCounts( in Device()
471 manager_->device_info()->GetByteCounts( in Load()
1242 manager_->device_info()->GetByteCounts( in ResetByteCounters()
1760 manager_->device_info()->GetByteCounts( in GetReceiveByteCount()
1767 manager_->device_info()->GetByteCounts( in GetTransmitByteCount()
Ddevice_info.h116 virtual bool GetByteCounts(int interface_index,
Ddevice_info_unittest.cc437 TEST_F(DeviceInfoTest, GetByteCounts) { in TEST_F() argument
439 EXPECT_FALSE(device_info_.GetByteCounts( in TEST_F()
445 EXPECT_TRUE(device_info_.GetByteCounts( in TEST_F()
460 EXPECT_TRUE(device_info_.GetByteCounts( in TEST_F()
471 EXPECT_TRUE(device_info_.GetByteCounts( in TEST_F()
Ddevice_info.cc955 bool DeviceInfo::GetByteCounts(int interface_index, in GetByteCounts() function in shill::DeviceInfo
Ddevice_unittest.cc2581 EXPECT_CALL(device_info_, GetByteCounts(kDeviceInterfaceIndex, _, _)) in SetUp()
2648 TEST_F(DeviceByteCountTest, GetByteCounts) { in TEST_F() argument
/system/connectivity/shill/wifi/
Dwifi_unittest.cc3318 EXPECT_CALL(*device_info(), GetByteCounts(_, _, _)) in TEST_F()
3330 EXPECT_CALL(*device_info(), GetByteCounts(_, _, _)) in TEST_F()