Searched refs:GetNestedAttributeList (Results 1 – 11 of 11) sorted by relevance
/system/connectivity/apmanager/ |
D | device_unittest.cc | 89 wiphy_bands->GetNestedAttributeList(band_id, &wiphy_band); in AddWiphyBandAttribute() 94 wiphy_band->GetNestedAttributeList(NL80211_BAND_ATTR_FREQS, in AddWiphyBandAttribute() 101 frequencies->GetNestedAttributeList(i, &frequency); in AddWiphyBandAttribute() 224 message.attributes()->GetNestedAttributeList( in TEST_F() 237 message.attributes()->GetNestedAttributeList( in TEST_F()
|
/system/connectivity/shill/wifi/ |
D | scan_session.cc | 174 if (!trigger_scan.attributes()->GetNestedAttributeList( in DoScan() 194 if (!trigger_scan.attributes()->GetNestedAttributeList( in DoScan()
|
D | wake_on_wifi.cc | 330 if (!msg->attributes()->GetNestedAttributeList(NL80211_ATTR_WOWLAN_TRIGGERS, in ConfigureSetWakeOnWiFiSettingsMessage() 371 if (!triggers->GetNestedAttributeList(NL80211_WOWLAN_TRIG_PKT_PATTERN, in ConfigureSetWakeOnWiFiSettingsMessage() 402 if (!triggers->GetNestedAttributeList(NL80211_WOWLAN_TRIG_NET_DETECT, in ConfigureSetWakeOnWiFiSettingsMessage() 441 if (!scan_attributes->GetNestedAttributeList( in ConfigureSetWakeOnWiFiSettingsMessage() 466 if (!ssids->GetNestedAttributeList(ssid_num, &single_ssid)) { in ConfigureSetWakeOnWiFiSettingsMessage() 522 if (!patterns->GetNestedAttributeList(patnum, &pattern_info)) { in CreateSinglePattern()
|
D | wifi_unittest.cc | 3583 new_station.attributes()->GetNestedAttributeList( in TEST_F() 3622 station_info->GetNestedAttributeList( in TEST_F() 3680 new_vht_station.attributes()->GetNestedAttributeList( in TEST_F() 3688 station_info->GetNestedAttributeList( in TEST_F()
|
D | wifi.cc | 1978 if (!trigger_scan.attributes()->GetNestedAttributeList( in TriggerPassiveScan()
|
/system/connectivity/shill/net/ |
D | attribute_list.cc | 312 bool AttributeList::GetNestedAttributeList(int id, in GetNestedAttributeList() function in shill::AttributeList 317 return attribute->GetNestedAttributeList(value); in GetNestedAttributeList()
|
D | netlink_attribute.h | 95 virtual bool GetNestedAttributeList(AttributeListRefPtr* value); 276 virtual bool GetNestedAttributeList(AttributeListRefPtr* value);
|
D | attribute_list.h | 125 bool GetNestedAttributeList(int id, AttributeListRefPtr* value);
|
D | netlink_attribute.cc | 361 bool NetlinkAttribute::GetNestedAttributeList(AttributeListRefPtr* value) { in GetNestedAttributeList() function in shill::NetlinkAttribute 862 bool NetlinkNestedAttribute::GetNestedAttributeList( in GetNestedAttributeList() function in shill::NetlinkNestedAttribute 984 if (!list->GetNestedAttributeList(id, &nested_attribute) || in AddAttributeToNestedInner()
|
D | nl80211_attribute.cc | 132 if (!attribute_list->GetNestedAttributeList(id, &ie_attribute) || in ParseInformationElements() 167 if (!ie_attribute->GetNestedAttributeList(type, &rates_attribute) || in ParseInformationElements()
|
/system/connectivity/shill/ |
D | NETLINK_MESSAGES.txt | 99 if (!trigger_scan.attributes()->GetNestedAttributeList( 128 if (!nested->GetNestedAttributeList(type, &nested_nested) ||
|