Searched refs:AttributeList (Results 1 – 11 of 11) sorted by relevance
/system/connectivity/shill/net/ |
D | attribute_list.cc | 40 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 …]
|
D | attribute_list.h | 34 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 …]
|
D | attribute_list_unittest.cc | 74 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()
|
D | netlink_packet.h | 62 bool ConsumeAttributes(const AttributeList::NewFromIdMethod& factory,
|
D | generic_netlink_message.h | 73 attributes_(new AttributeList), in GenericNetlinkMessage()
|
D | netlink_packet.cc | 73 const AttributeList::NewFromIdMethod& factory, in ConsumeAttributes()
|
D | netlink_attribute.cc | 806 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()
|
D | netlink_attribute.h | 293 typedef base::Callback<bool (AttributeList* list, size_t id,
|
D | nl80211_attribute.h | 580 static bool ParseInformationElements(AttributeList* attribute_list,
|
D | nl80211_attribute.cc | 122 AttributeList* attribute_list, size_t id, const string& attribute_name, in ParseInformationElements()
|
/system/connectivity/shill/ |
D | NETLINK_MESSAGES.txt | 109 Now, create and set the nested attributes within AttributeList. You can
|