Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dattribute_list.h45 using NewFromIdMethod = base::Callback<NetlinkAttribute*(int id)>; variable
52 bool CreateAttribute(int id, NewFromIdMethod factory);
62 bool CreateAndInitAttribute(const NewFromIdMethod& factory,
83 size_t offset, const NewFromIdMethod& factory);
Dnetlink_packet.h62 bool ConsumeAttributes(const AttributeList::NewFromIdMethod& factory,
Dattribute_list.cc41 int id, AttributeList::NewFromIdMethod factory) { in CreateAttribute()
62 const AttributeList::NewFromIdMethod& factory, in CreateAndInitAttribute()
119 const AttributeList::NewFromIdMethod& factory) { in Decode()
Dnetlink_packet.cc73 const AttributeList::NewFromIdMethod& factory, in ConsumeAttributes()