Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dkey_value_store.h126 void RemoveUint8s(const std::string& name);
Dkey_value_store.cc368 void KeyValueStore::RemoveUint8s(const string& name) { in RemoveUint8s() function in shill::KeyValueStore
Dkey_value_store_unittest.cc209 store_.RemoveUint8s(kKey); in TEST_F()