Searched refs:GetAttribute (Results 1 – 11 of 11) sorted by relevance
/system/connectivity/wificond/net/ |
D | nl80211_packet.h | 117 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
|
D | nl80211_attribute.h | 172 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
|
D | netlink_utils.cpp | 410 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()
|
D | netlink_manager.cpp | 196 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()
|
D | nl80211_packet.cpp | 199 bool NL80211Packet::GetAttribute(int id, in GetAttribute() function in android::wificond::NL80211Packet
|
D | nl80211_attribute.cpp | 208 bool NL80211NestedAttr::GetAttribute(int id, in GetAttribute() function in android::wificond::NL80211NestedAttr
|
/system/connectivity/wificond/tests/ |
D | nl80211_packet_unittest.cpp | 253 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/ |
D | task_profiles.h | 160 const ProfileAttribute* GetAttribute(const std::string& name) const;
|
D | processgroup.cpp | 74 const ProfileAttribute* attr = tp.GetAttribute(attr_name); in CgroupGetAttributePath() 89 const ProfileAttribute* attr = tp.GetAttribute(attr_name); in CgroupGetAttributePathForTask()
|
D | task_profiles.cpp | 431 const ProfileAttribute* TaskProfiles::GetAttribute(const std::string& name) const { in GetAttribute() function in TaskProfiles
|
/system/connectivity/wificond/scanning/ |
D | scan_utils.cpp | 139 if (packet->GetAttribute(NL80211_ATTR_BSS, &bss)) { in ParseScanResult() 228 if (!bss.GetAttribute(NL80211_BSS_CHAIN_SIGNAL, &radio_chain_infos_attr)) { in ParseRadioChainInfos()
|