Home
last modified time | relevance | path

Searched refs:GetGroupsWithKey (Results 1 – 11 of 11) sorted by relevance

/system/connectivity/shill/
Dstub_storage.h39 std::set<std::string> GetGroupsWithKey( in GetGroupsWithKey() function
Dmock_store.h43 MOCK_CONST_METHOD1(GetGroupsWithKey,
Dstore_interface.h59 virtual std::set<std::string> GetGroupsWithKey(
Dkey_file_store.h48 std::set<std::string> GetGroupsWithKey(const std::string& key) const override;
Dfake_store.h46 std::set<std::string> GetGroupsWithKey(const std::string& key) const override;
Djson_store.h47 std::set<std::string> GetGroupsWithKey(const std::string& key) const override;
Dfake_store.cc92 set<string> FakeStore::GetGroupsWithKey(const string& key) const { in GetGroupsWithKey() function in shill::FakeStore
Dkey_file_store_unittest.cc156 TEST_F(KeyFileStoreTest, GetGroupsWithKey) { in TEST_F() argument
175 set<string> groups_a = store_->GetGroupsWithKey(kKeyA); in TEST_F()
179 set<string> groups_b = store_->GetGroupsWithKey(kKeyB); in TEST_F()
Djson_store_unittest.cc390 EXPECT_EQ(set<string>(), store_->GetGroupsWithKey("knob_1")); in TEST_F()
404 store_->GetGroupsWithKey("knob_1")); in TEST_F()
410 EXPECT_EQ(set<string>({"group_a"}), store_->GetGroupsWithKey("knob_1")); in TEST_F()
Dkey_file_store.cc161 set<string> KeyFileStore::GetGroupsWithKey(const string& key) const { in GetGroupsWithKey() function in shill::KeyFileStore
Djson_store.cc486 set<string> JsonStore::GetGroupsWithKey(const string& key) const { in GetGroupsWithKey() function in shill::JsonStore