Home
last modified time | relevance | path

Searched refs:AttributeList (Results 1 – 11 of 11) sorted by relevance

/system/connectivity/shill/net/
Dattribute_list.cc40 bool AttributeList::CreateAttribute( in CreateAttribute()
41 int id, AttributeList::NewFromIdMethod factory) { in CreateAttribute()
50 bool AttributeList::CreateControlAttribute(int id) { in CreateControlAttribute()
55 bool AttributeList::CreateNl80211Attribute( in CreateNl80211Attribute()
61 bool AttributeList::CreateAndInitAttribute( in CreateAndInitAttribute()
62 const AttributeList::NewFromIdMethod& factory, in CreateAndInitAttribute()
70 bool AttributeList::InitAttributeFromValue(int id, const ByteString& value) { in InitAttributeFromValue()
77 void AttributeList::Print(int log_level, int indent) const { in Print()
86 bool AttributeList::IterateAttributes( in IterateAttributes()
88 const AttributeList::AttributeMethod& method) { in IterateAttributes()
[all …]
Dattribute_list.h34 class AttributeList; variable
35 typedef scoped_refptr<const AttributeList> AttributeListConstRefPtr;
36 typedef scoped_refptr<AttributeList> AttributeListRefPtr;
42 class SHILL_EXPORT AttributeList : public base::RefCounted<AttributeList> {
48 AttributeList() {} in AttributeList() function
139 friend class base::RefCounted<AttributeList>;
140 virtual ~AttributeList() {} in ~AttributeList()
152 DISALLOW_COPY_AND_ASSIGN(AttributeList);
160 explicit AttributeIdIterator(const AttributeList& list) in AttributeIdIterator()
169 AttributeList::AttributeMap::const_iterator iter_;
[all …]
Dattribute_list_unittest.cc74 AttributeListRefPtr list(new AttributeList()); in TEST_F()
101 AttributeListRefPtr list(new AttributeList()); in TEST_F()
134 AttributeListRefPtr list(new AttributeList()); in TEST_F()
167 AttributeListRefPtr list(new AttributeList()); in TEST_F()
Dnetlink_packet.h62 bool ConsumeAttributes(const AttributeList::NewFromIdMethod& factory,
Dgeneric_netlink_message.h73 attributes_(new AttributeList), in GenericNetlinkMessage()
Dnetlink_packet.cc73 const AttributeList::NewFromIdMethod& factory, in ConsumeAttributes()
Dnetlink_attribute.cc806 value_(new AttributeList) {} in NetlinkNestedAttribute()
817 map<int, AttributeList::AttributePointer>::const_iterator attribute; in Encode()
899 return AttributeList::IterateAttributes( in InitNestedFromValue()
904 return AttributeList::IterateAttributes( in InitNestedFromValue()
Dnetlink_attribute.h293 typedef base::Callback<bool (AttributeList* list, size_t id,
Dnl80211_attribute.h580 static bool ParseInformationElements(AttributeList* attribute_list,
Dnl80211_attribute.cc122 AttributeList* attribute_list, size_t id, const string& attribute_name, in ParseInformationElements()
/system/connectivity/shill/
DNETLINK_MESSAGES.txt109 Now, create and set the nested attributes within AttributeList. You can