Searched refs:GetStringmapProperty (Results 1 – 5 of 5) sorted by relevance
/system/connectivity/shill/ |
D | property_store_unittest.cc | 437 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()
|
D | property_store_unittest.h | 98 return store.GetStringmapProperty(name, storage, error); in GetProperty()
|
D | property_store.h | 69 bool GetStringmapProperty(const std::string& name, Stringmap* values,
|
D | property_store.cc | 276 bool PropertyStore::GetStringmapProperty(const string& name, in GetStringmapProperty() function in shill::PropertyStore
|
D | service.cc | 772 if (!store_.GetStringmapProperty(it.first, &value, &get_error) || in DoPropertiesMatch()
|