Home
last modified time | relevance | path

Searched refs:GetListOfNestedAttributes (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/wificond/net/
Dnetlink_utils.cpp470 if (!bands_attr.GetListOfNestedAttributes(&bands)) { in ParseBandInfo()
503 if (!iftype_data_attr.GetListOfNestedAttributes(&attrs) || attrs.empty()) { in ParseIfTypeDataAttributes()
526 if (!freqs_attr.GetListOfNestedAttributes(&freqs)) { in handleBandFreqAttributes()
Dnl80211_attribute.h261 bool GetListOfNestedAttributes(std::vector<NL80211NestedAttr>* value) const;
Dnl80211_attribute.cpp226 bool NL80211NestedAttr::GetListOfNestedAttributes( in GetListOfNestedAttributes() function in android::wificond::NL80211NestedAttr
Dnetlink_manager.cpp204 if (!multicast_groups.GetListOfNestedAttributes(&groups)) { in OnNewFamily()
/system/connectivity/wificond/tests/
Dnl80211_attribute_unittest.cpp289 EXPECT_TRUE(attr.GetListOfNestedAttributes(&nested_attrs)); in TEST()