Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dkey_value_store.h125 void RemoveUint8(const std::string& name);
Dkey_value_store.cc364 void KeyValueStore::RemoveUint8(const string& name) { in RemoveUint8() function in shill::KeyValueStore
Dkey_value_store_unittest.cc198 store_.RemoveUint8(kKey); in TEST_F()