Searched refs:GetU64Value (Results 1 – 3 of 3) sorted by relevance
86 virtual bool GetU64Value(uint64_t* value) const;208 virtual bool GetU64Value(uint64_t* value) const;
331 bool NetlinkAttribute::GetU64Value(uint64_t* value) const { in GetU64Value() function in shill::NetlinkAttribute621 bool NetlinkU64Attribute::GetU64Value(uint64_t* output) const { in GetU64Value() function in shill::NetlinkU64Attribute645 if (!GetU64Value(&value)) in ToString()
220 return attribute->GetU64Value(value); in GetU64AttributeValue()