Home
last modified time | relevance | path

Searched refs:RemoveStrings (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/vpn/
Dvpn_driver.cc77 args_.RemoveStrings(property); in Load()
185 args_.RemoveStrings(properties_[index].property); in ClearMappedStringsProperty()
/system/connectivity/shill/
Dstatic_ip_parameters.cc186 args_.RemoveStrings(property.name); in Load()
325 args_.RemoveStrings(property.name); in ClearMappedProperty()
Dkey_value_store.h118 void RemoveStrings(const std::string& name);
Dkey_value_store.cc356 void KeyValueStore::RemoveStrings(const string& name) { in RemoveStrings() function in shill::KeyValueStore
Dkey_value_store_unittest.cc169 store_.RemoveStrings(kKey); in TEST_F()