Searched refs:GetUint8s (Results 1 – 4 of 4) sorted by relevance
63 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()
86 const std::vector<uint8_t>& GetUint8s(const std::string& name) const;
208 EXPECT_EQ(kValue, store_.GetUint8s(kKey)); in TEST_F()720 EXPECT_EQ(kUint8sValue, store.GetUint8s(kUint8sKey)); in TEST_F()
231 const vector<uint8_t>& KeyValueStore::GetUint8s(const string& name) const { in GetUint8s() function in shill::KeyValueStore