Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dkey_value_store.h117 void RemoveStringmap(const std::string& name);
Dkey_value_store.cc352 void KeyValueStore::RemoveStringmap(const string& name) { in RemoveStringmap() function in shill::KeyValueStore
Dkey_value_store_unittest.cc158 store_.RemoveStringmap(kKey); in TEST_F()