Home
last modified time | relevance | path

Searched refs:GetNestedAttributeList (Results 1 – 11 of 11) sorted by relevance

/system/connectivity/apmanager/
Ddevice_unittest.cc89 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/
Dscan_session.cc174 if (!trigger_scan.attributes()->GetNestedAttributeList( in DoScan()
194 if (!trigger_scan.attributes()->GetNestedAttributeList( in DoScan()
Dwake_on_wifi.cc330 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()
Dwifi_unittest.cc3583 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()
Dwifi.cc1978 if (!trigger_scan.attributes()->GetNestedAttributeList( in TriggerPassiveScan()
/system/connectivity/shill/net/
Dattribute_list.cc312 bool AttributeList::GetNestedAttributeList(int id, in GetNestedAttributeList() function in shill::AttributeList
317 return attribute->GetNestedAttributeList(value); in GetNestedAttributeList()
Dnetlink_attribute.h95 virtual bool GetNestedAttributeList(AttributeListRefPtr* value);
276 virtual bool GetNestedAttributeList(AttributeListRefPtr* value);
Dattribute_list.h125 bool GetNestedAttributeList(int id, AttributeListRefPtr* value);
Dnetlink_attribute.cc361 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()
Dnl80211_attribute.cc132 if (!attribute_list->GetNestedAttributeList(id, &ie_attribute) || in ParseInformationElements()
167 if (!ie_attribute->GetNestedAttributeList(type, &rates_attribute) || in ParseInformationElements()
/system/connectivity/shill/
DNETLINK_MESSAGES.txt99 if (!trigger_scan.attributes()->GetNestedAttributeList(
128 if (!nested->GetNestedAttributeList(type, &nested_nested) ||