Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dcellular_bearer.cc202 if (changed_properties.ContainsKeyValueStore(MM_BEARER_PROPERTY_IP4CONFIG)) { in OnPropertiesChanged()
210 if (changed_properties.ContainsKeyValueStore(MM_BEARER_PROPERTY_IP6CONFIG)) { in OnPropertiesChanged()
/system/connectivity/shill/wifi/
Dwifi_endpoint.cc81 properties.ContainsKeyValueStore(WPASupplicant::kPropertyRSN); in WiFiEndpoint()
83 properties.ContainsKeyValueStore(WPASupplicant::kPropertyWPA); in WiFiEndpoint()
323 if (properties.ContainsKeyValueStore(WPASupplicant::kPropertyRSN)) { in ParseSecurity()
332 if (properties.ContainsKeyValueStore(WPASupplicant::kPropertyWPA)) { in ParseSecurity()
/system/connectivity/shill/
Dkey_value_store_unittest.cc106 EXPECT_FALSE(store_.ContainsKeyValueStore(kKey)); in TEST_F()
108 EXPECT_TRUE(store_.ContainsKeyValueStore(kKey)); in TEST_F()
111 EXPECT_FALSE(store_.ContainsKeyValueStore(kKey)); in TEST_F()
280 EXPECT_TRUE(store_.ContainsKeyValueStore(kKeyValueStoreKey)); in TEST_F()
723 EXPECT_TRUE(store.ContainsKeyValueStore(kKeyValueStoreKey)); in TEST_F()
Dkey_value_store.h58 bool ContainsKeyValueStore(const std::string& name) const;
Dkey_value_store.cc72 bool KeyValueStore::ContainsKeyValueStore(const string& name) const { in ContainsKeyValueStore() function in shill::KeyValueStore