Searched refs:kStorageTransmitByteCount (Results 1 – 3 of 3) sorted by relevance
/system/connectivity/shill/ |
D | device.cc | 125 const char Device::kStorageTransmitByteCount[] = "TransmitByteCount"; member in shill::Device 482 if (storage->GetUint64(id, kStorageTransmitByteCount, &profile_byte_count)) { in Load() 493 storage->SetUint64(id, kStorageTransmitByteCount, GetTransmitByteCount()); in Save()
|
D | device.h | 699 static const char kStorageTransmitByteCount[]; variable
|
D | device_unittest.cc | 576 EXPECT_CALL(storage, GetUint64(id, Device::kStorageTransmitByteCount, _)) in TEST_F() 588 EXPECT_CALL(storage, SetUint64(id, Device::kStorageTransmitByteCount, _)) in TEST_F() 2588 EXPECT_CALL(storage_, GetUint64(id, Device::kStorageTransmitByteCount, _)) in SetUp() 2614 SetUint64(_, Device::kStorageTransmitByteCount, expected_tx)) in ExpectSavedCounts()
|