Searched defs:DeleteGroup (Results 1 – 5 of 5) sorted by relevance
52 bool DeleteGroup(const std::string& group) override { return false; } in DeleteGroup() function
140 bool FakeStore::DeleteGroup(const string& group) { in DeleteGroup() function in shill::FakeStore
201 bool KeyFileStore::DeleteGroup(const string& group) { in DeleteGroup() function in shill::KeyFileStore
534 bool JsonStore::DeleteGroup(const string& group) { in DeleteGroup() function in shill::JsonStore
305 TEST_F(KeyFileStoreTest, DeleteGroup) { in TEST_F() argument