Home
last modified time | relevance | path

Searched refs:AttributeMap (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/
DMessageDefinition.h40 class AttributeMap : private std::map<std::optional<nlattrtype_t>, AttributeDefinition> {
44 AttributeMap(const std::initializer_list<value_type> attrTypes);
104 std::variant<AttributeMap, ToStream> ops = AttributeMap{};
149 const AttributeMap& getAttributeMap() const;
166 const AttributeMap&& attrTypes, size_t contentsSize);
172 const AttributeMap mAttributeMap;
186 const std::initializer_list<AttributeMap::value_type> attrTypes = {})
DMessageDefinition.cpp21 AttributeMap::AttributeMap(const std::initializer_list<value_type> attrTypes) in AttributeMap() function in android::nl::protocols::AttributeMap
24 const AttributeDefinition AttributeMap::operator[](nlattrtype_t nla_type) const { in operator []()
37 const AttributeMap&& attrTypes, size_t contentsSize) in MessageDescriptor()
53 const AttributeMap& MessageDescriptor::getAttributeMap() const { in getAttributeMap()
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/families/
DNl80211.cpp61 static const AttributeMap iftypes{
334 {NL80211_ATTR_WIPHY_BANDS, {"WIPHY_BANDS", DataType::Nested, AttributeMap{
335 {std::nullopt, {"BAND", DataType::Nested, AttributeMap{
336 {NL80211_BAND_ATTR_FREQS, {"FREQS", DataType::Nested, AttributeMap{
337 {std::nullopt, {"FQ", DataType::Nested, AttributeMap{
365 {NL80211_BAND_ATTR_RATES, {"RATES", DataType::Nested, AttributeMap{
366 {std::nullopt, {"RATE", DataType::Nested, AttributeMap{
420 {NL80211_ATTR_SCAN_FREQUENCIES, {"SCAN_FREQUENCIES", DataType::Nested, AttributeMap{
423 {NL80211_ATTR_SCAN_SSIDS, {"SCAN_SSIDS", DataType::Nested, AttributeMap{
427 {NL80211_ATTR_BSS, {"BSS", DataType::Nested, AttributeMap{
[all …]
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/
DCtrl.cpp47 {CTRL_ATTR_OPS, {"OPS", DataType::Nested, AttributeMap{
48 {std::nullopt, {"OP", DataType::Nested, AttributeMap{
53 {CTRL_ATTR_MCAST_GROUPS, {"MCAST_GROUPS", DataType::Nested, AttributeMap{
54 {std::nullopt, {"GRP", DataType::Nested, AttributeMap{
DGenericMessageBase.h32 const std::initializer_list<AttributeMap::value_type> attrTypes = {});
DGenericMessageBase.cpp24 const std::initializer_list<AttributeMap::value_type> attrTypes) in GenericMessageBase()
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/route/
DLink.cpp51 {IFLA_LINKINFO, {"LINKINFO", DataType::Nested, AttributeMap{
65 {IFLA_AF_SPEC, {"AF_SPEC", DataType::Nested, AttributeMap{
66 {AF_INET, {"AF_INET", DataType::Nested, AttributeMap{
69 {AF_INET6, {"AF_INET6", DataType::Nested, AttributeMap{
/hardware/interfaces/automotive/can/1.0/default/libnl++/
Dprinter.cpp100 const protocols::AttributeMap& attrMap) { in toStream()
129 toStream(ss, childattr, std::get<protocols::AttributeMap>(attrtype.ops)); in toStream()