Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dkey_value_store.h120 void RemoveKeyValueStore(const std::string& name);
Dkey_value_store.cc340 void KeyValueStore::RemoveKeyValueStore(const string& name) { in RemoveKeyValueStore() function in shill::KeyValueStore
Dkey_value_store_unittest.cc110 store_.RemoveKeyValueStore(kKey); in TEST_F()