Searched defs:GetGroups (Results 1 – 5 of 5) sorted by relevance
/system/connectivity/shill/ | ||
D | stub_storage.h | 38 std::set<std::string> GetGroups() const override { return {}; } in GetGroups() function |
D | fake_store.cc | 82 set<string> FakeStore::GetGroups() const { in GetGroups() function in shill::FakeStore |
D | key_file_store.cc | 146 set<string> KeyFileStore::GetGroups() const { in GetGroups() function in shill::KeyFileStore |
D | json_store.cc | 476 set<string> JsonStore::GetGroups() const { in GetGroups() function in shill::JsonStore |
D | key_file_store_unittest.cc | 137 TEST_F(KeyFileStoreTest, GetGroups) { in TEST_F() argument |