HomeSort by relevance Sort by last modified time
    Searched refs:GetListOfNestedAttributes (Results 1 - 5 of 5) sorted by null

  /system/connectivity/wificond/net/
netlink_utils.cpp 397 if (!bands_attr.GetListOfNestedAttributes(&bands)) {
411 if (!freqs_attr.GetListOfNestedAttributes(&freqs)) {
nl80211_attribute.h 244 bool GetListOfNestedAttributes(std::vector<NL80211NestedAttr>* value) const;
nl80211_attribute.cpp 226 bool NL80211NestedAttr::GetListOfNestedAttributes(
netlink_manager.cpp 197 if (!multicast_groups.GetListOfNestedAttributes(&groups)) {
  /system/connectivity/wificond/tests/
nl80211_attribute_unittest.cpp 289 EXPECT_TRUE(attr.GetListOfNestedAttributes(&nested_attrs));

Completed in 316 milliseconds