Home
last modified time | relevance | path

Searched refs:RemoveInt (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dstatic_ip_parameters.cc162 args_.RemoveInt(property.name); in Load()
311 args_.RemoveInt(property.name); in ClearMappedProperty()
Dkey_value_store.h119 void RemoveInt(const std::string& name);
Dkey_value_store_unittest.cc85 store_.RemoveInt(kKey); in TEST_F()
228 store_.RemoveInt(kKey); in TEST_F()
229 store_.RemoveInt(kKey); in TEST_F()
Dkey_value_store.cc332 void KeyValueStore::RemoveInt(const string& name) { in RemoveInt() function in shill::KeyValueStore