Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dproperty_store_unittest.cc437 EXPECT_FALSE(store.GetStringmapProperty(keys[0], nullptr, &errors[0])); in TEST_F()
440 EXPECT_TRUE(store.GetStringmapProperty(keys[1], &test_value, &errors[1])); in TEST_F()
630 EXPECT_TRUE(store.GetStringmapProperty(key, &test_value, &error)); in TEST_F()
637 EXPECT_TRUE(store.GetStringmapProperty(key, &test_value, &error)); in TEST_F()
Dproperty_store_unittest.h98 return store.GetStringmapProperty(name, storage, error); in GetProperty()
Dproperty_store.h69 bool GetStringmapProperty(const std::string& name, Stringmap* values,
Dproperty_store.cc276 bool PropertyStore::GetStringmapProperty(const string& name, in GetStringmapProperty() function in shill::PropertyStore
Dservice.cc772 if (!store_.GetStringmapProperty(it.first, &value, &get_error) || in DoPropertiesMatch()