OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStorageReceiveByteCount
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/
device.cc
123
const char Device::
kStorageReceiveByteCount
[] = "ReceiveByteCount";
479
if (storage->GetUint64(id,
kStorageReceiveByteCount
, &profile_byte_count)) {
492
storage->SetUint64(id,
kStorageReceiveByteCount
, GetReceiveByteCount());
[
all
...]
device.h
698
static const char
kStorageReceiveByteCount
[];
[
all
...]
device_unittest.cc
574
EXPECT_CALL(storage, GetUint64(id, Device::
kStorageReceiveByteCount
, _))
586
EXPECT_CALL(storage, SetUint64(id, Device::
kStorageReceiveByteCount
, _))
[
all
...]
Completed in 44 milliseconds