HomeSort by relevance Sort by last modified time
    Searched refs:GetU64Value (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/net/
netlink_attribute.h 86 virtual bool GetU64Value(uint64_t* value) const;
208 virtual bool GetU64Value(uint64_t* value) const;
attribute_list.cc 220 return attribute->GetU64Value(value);
netlink_attribute.cc 331 bool NetlinkAttribute::GetU64Value(uint64_t* value) const {
621 bool NetlinkU64Attribute::GetU64Value(uint64_t* output) const {
645 if (!GetU64Value(&value))
    [all...]

Completed in 69 milliseconds