Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnl80211_packet.h117 bool GetAttribute(int id, NL80211NestedAttr* attribute) const;
132 if (!GetAttribute(id, &attribute)) { in GetAttributeValue()
140 bool GetAttribute(int id, NL80211Attr<T>* attribute) const { in GetAttribute() function
Dnl80211_attribute.h172 bool GetAttribute(int id, NL80211NestedAttr* attribute) const;
182 if (!GetAttribute(id, &attribute)) { in GetAttributeValue()
264 bool GetAttribute(int id, NL80211Attr<T>* attribute) const { in GetAttribute() function
Dnetlink_utils.cpp410 if (!packet->GetAttribute(NL80211_ATTR_WIPHY_BANDS, &bands_attr)) { in ParseBandInfo()
424 if (!bands[band_index].GetAttribute(NL80211_BAND_ATTR_FREQS, &freqs_attr)) { in ParseBandInfo()
502 if (!response->GetAttribute(NL80211_ATTR_STA_INFO, &sta_info)) { in GetStationInfo()
522 if (sta_info.GetAttribute(NL80211_STA_INFO_TX_BITRATE, in GetStationInfo()
532 if (sta_info.GetAttribute(NL80211_STA_INFO_RX_BITRATE, in GetStationInfo()
Dnetlink_manager.cpp196 if (packet->GetAttribute(CTRL_ATTR_MCAST_GROUPS, &multicast_groups)) { in OnNewFamily()
685 if (!packet->GetAttribute(NL80211_ATTR_SCAN_SSIDS, &ssids_attr)) { in OnScanResultsReady()
696 if (!packet->GetAttribute(NL80211_ATTR_SCAN_FREQUENCIES, &freqs_attr)) { in OnScanResultsReady()
Dnl80211_packet.cpp199 bool NL80211Packet::GetAttribute(int id, in GetAttribute() function in android::wificond::NL80211Packet
Dnl80211_attribute.cpp208 bool NL80211NestedAttr::GetAttribute(int id, in GetAttribute() function in android::wificond::NL80211NestedAttr
/system/connectivity/wificond/tests/
Dnl80211_packet_unittest.cpp253 EXPECT_TRUE(netlink_packet.GetAttribute(NL80211_ATTR_CQM, &nested)); in TEST()
275 EXPECT_TRUE(netlink_packet.GetAttribute(NL80211_ATTR_STA_INFO, &nested)); in TEST()
/system/core/libprocessgroup/
Dtask_profiles.h160 const ProfileAttribute* GetAttribute(const std::string& name) const;
Dprocessgroup.cpp74 const ProfileAttribute* attr = tp.GetAttribute(attr_name); in CgroupGetAttributePath()
89 const ProfileAttribute* attr = tp.GetAttribute(attr_name); in CgroupGetAttributePathForTask()
Dtask_profiles.cpp431 const ProfileAttribute* TaskProfiles::GetAttribute(const std::string& name) const { in GetAttribute() function in TaskProfiles
/system/connectivity/wificond/scanning/
Dscan_utils.cpp139 if (packet->GetAttribute(NL80211_ATTR_BSS, &bss)) { in ParseScanResult()
228 if (!bss.GetAttribute(NL80211_BSS_CHAIN_SIGNAL, &radio_chain_infos_attr)) { in ParseRadioChainInfos()