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

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

Completed in 103 milliseconds