Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dkey_value_store.h121 void RemoveInt16(const std::string& name);
Dkey_value_store.cc336 void KeyValueStore::RemoveInt16(const string& name) { in RemoveInt16() function in shill::KeyValueStore
Dkey_value_store_unittest.cc96 store_.RemoveInt16(kKey); in TEST_F()