Home
last modified time | relevance | path

Searched refs:GetStringmapsProperty (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dproperty_store_unittest.h103 return store.GetStringmapsProperty(name, storage, error); in GetProperty()
Dproperty_store.h71 bool GetStringmapsProperty(const std::string& name, Stringmaps* values,
Dproperty_store_unittest.cc465 EXPECT_FALSE(store.GetStringmapsProperty(keys[0], nullptr, &errors[0])); in TEST_F()
468 EXPECT_TRUE(store.GetStringmapsProperty(keys[1], &test_value, &errors[1])); in TEST_F()
Dproperty_store.cc283 bool PropertyStore::GetStringmapsProperty(const string& name, in GetStringmapsProperty() function in shill::PropertyStore