Home
last modified time | relevance | path

Searched refs:GetUint32s (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Dkey_value_store.h87 const std::vector<uint32_t>& GetUint32s(const std::string& name) const;
Dkey_value_store_unittest.cc219 EXPECT_EQ(kValue, store_.GetUint32s(kKey)); in TEST_F()
722 EXPECT_EQ(kUint32sValue, store.GetUint32s(kUint32sKey)); in TEST_F()
Dkey_value_store.cc239 const vector<uint32_t>& KeyValueStore::GetUint32s(const string& name) const { in GetUint32s() function in shill::KeyValueStore
/system/connectivity/shill/wifi/
Dwifi_endpoint.cc389 properties.GetUint32s(WPASupplicant::kBSSPropertyRates); in DeterminePhyModeFromFrequency()
/system/connectivity/shill/cellular/
Dcellular_capability_universal.cc1155 properties.GetUint32s(MM_MODEM_PROPERTY_SUPPORTEDCAPABILITIES)); in OnModemPropertiesChanged()