Home
last modified time | relevance | path

Searched defs:DeleteGroup (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Dstub_storage.h52 bool DeleteGroup(const std::string& group) override { return false; } in DeleteGroup() function
Dfake_store.cc140 bool FakeStore::DeleteGroup(const string& group) { in DeleteGroup() function in shill::FakeStore
Dkey_file_store.cc201 bool KeyFileStore::DeleteGroup(const string& group) { in DeleteGroup() function in shill::KeyFileStore
Djson_store.cc534 bool JsonStore::DeleteGroup(const string& group) { in DeleteGroup() function in shill::JsonStore
Dkey_file_store_unittest.cc305 TEST_F(KeyFileStoreTest, DeleteGroup) { in TEST_F() argument