Home
last modified time | relevance | path

Searched refs:GetUint8s (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi_endpoint.cc63 ssid_ = properties.GetUint8s(WPASupplicant::kBSSPropertySSID); in WiFiEndpoint()
64 bssid_ = properties.GetUint8s(WPASupplicant::kBSSPropertyBSSID); in WiFiEndpoint()
421 vector<uint8_t> ies = properties.GetUint8s(WPASupplicant::kBSSPropertyIEs); in ParseIEs()
/system/connectivity/shill/
Dkey_value_store.h86 const std::vector<uint8_t>& GetUint8s(const std::string& name) const;
Dkey_value_store_unittest.cc208 EXPECT_EQ(kValue, store_.GetUint8s(kKey)); in TEST_F()
720 EXPECT_EQ(kUint8sValue, store.GetUint8s(kUint8sKey)); in TEST_F()
Dkey_value_store.cc231 const vector<uint8_t>& KeyValueStore::GetUint8s(const string& name) const { in GetUint8s() function in shill::KeyValueStore