Home
last modified time | relevance | path

Searched refs:GetU32Value (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/net/
Dnl80211_attribute_unittest.cc28 EXPECT_TRUE(u8_attribute.GetU32Value(&value_from_u8_attribute)); in TEST_F()
36 EXPECT_TRUE(u32_attribute.GetU32Value(&value_from_u32_attribute)); in TEST_F()
Dnetlink_attribute.h83 virtual bool GetU32Value(uint32_t* value) const;
190 virtual bool GetU32Value(uint32_t* value) const;
Dnetlink_attribute.cc321 bool NetlinkAttribute::GetU32Value(uint32_t* value) const { in GetU32Value() function in shill::NetlinkAttribute
568 bool NetlinkU32Attribute::GetU32Value(uint32_t* output) const { in GetU32Value() function in shill::NetlinkU32Attribute
592 if (!GetU32Value(&value)) in ToString()
Dattribute_list.cc194 return attribute->GetU32Value(value); in GetU32AttributeValue()