Home
last modified time | relevance | path

Searched refs:GetU64Value (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/net/
Dnetlink_attribute.h86 virtual bool GetU64Value(uint64_t* value) const;
208 virtual bool GetU64Value(uint64_t* value) const;
Dnetlink_attribute.cc331 bool NetlinkAttribute::GetU64Value(uint64_t* value) const { in GetU64Value() function in shill::NetlinkAttribute
621 bool NetlinkU64Attribute::GetU64Value(uint64_t* output) const { in GetU64Value() function in shill::NetlinkU64Attribute
645 if (!GetU64Value(&value)) in ToString()
Dattribute_list.cc220 return attribute->GetU64Value(value); in GetU64AttributeValue()