Searched refs:GetReceiveByteCount (Results 1 - 5 of 5) sorted by last modified time

/system/connectivity/shill/
H A Ddevice.cc492 storage->SetUint64(id, kStorageReceiveByteCount, GetReceiveByteCount());
1758 uint64_t Device::GetReceiveByteCount() { function in class:shill::Device
1773 return GetReceiveByteCount();
H A Ddevice.h195 virtual uint64_t GetReceiveByteCount();
752 // GetReceiveByteCount and GetTransmitByteCount in order to be used by
H A Ddevice_unittest.cc2601 int64_t actual_rx = device->GetReceiveByteCount();
H A Dmock_device.h65 MOCK_METHOD0(GetReceiveByteCount, uint64_t());
/system/connectivity/shill/wifi/
H A Dwifi.cc1639 receive_byte_count_at_connect_ = GetReceiveByteCount();
2026 GetReceiveByteCount() == receive_byte_count_at_connect_ &&

Completed in 70 milliseconds