Home
last modified time | relevance | path

Searched refs:GetStringmap (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dkey_value_store.h80 const std::map<std::string, std::string>& GetStringmap(
Dkey_value_store_unittest.cc157 EXPECT_EQ(kValue, store_.GetStringmap(kKey)); in TEST_F()
702 EXPECT_EQ(kStringmapValue, store.GetStringmap(kStringmapKey)); in TEST_F()
Dkey_value_store.cc195 const map<string, string>& KeyValueStore::GetStringmap( in GetStringmap() function in shill::KeyValueStore