Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_utils.cpp415 if (!bands_attr.GetListOfNestedAttributes(&bands)) { in ParseBandInfo()
429 if (!freqs_attr.GetListOfNestedAttributes(&freqs)) { in ParseBandInfo()
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.cpp198 if (!multicast_groups.GetListOfNestedAttributes(&groups)) { in OnNewFamily()
/system/connectivity/wificond/tests/
Dnl80211_attribute_unittest.cpp289 EXPECT_TRUE(attr.GetListOfNestedAttributes(&nested_attrs)); in TEST()