Searched refs:GetUint32s (Results 1 – 5 of 5) sorted by relevance
87 const std::vector<uint32_t>& GetUint32s(const std::string& name) const;
219 EXPECT_EQ(kValue, store_.GetUint32s(kKey)); in TEST_F()722 EXPECT_EQ(kUint32sValue, store.GetUint32s(kUint32sKey)); in TEST_F()
239 const vector<uint32_t>& KeyValueStore::GetUint32s(const string& name) const { in GetUint32s() function in shill::KeyValueStore
389 properties.GetUint32s(WPASupplicant::kBSSPropertyRates); in DeterminePhyModeFromFrequency()
1155 properties.GetUint32s(MM_MODEM_PROPERTY_SUPPORTEDCAPABILITIES)); in OnModemPropertiesChanged()