Searched refs:GetGroupsWithKey (Results 1 – 11 of 11) sorted by relevance
39 std::set<std::string> GetGroupsWithKey( in GetGroupsWithKey() function
43 MOCK_CONST_METHOD1(GetGroupsWithKey,
59 virtual std::set<std::string> GetGroupsWithKey(
48 std::set<std::string> GetGroupsWithKey(const std::string& key) const override;
46 std::set<std::string> GetGroupsWithKey(const std::string& key) const override;
47 std::set<std::string> GetGroupsWithKey(const std::string& key) const override;
92 set<string> FakeStore::GetGroupsWithKey(const string& key) const { in GetGroupsWithKey() function in shill::FakeStore
156 TEST_F(KeyFileStoreTest, GetGroupsWithKey) { in TEST_F() argument175 set<string> groups_a = store_->GetGroupsWithKey(kKeyA); in TEST_F()179 set<string> groups_b = store_->GetGroupsWithKey(kKeyB); in TEST_F()
390 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()
161 set<string> KeyFileStore::GetGroupsWithKey(const string& key) const { in GetGroupsWithKey() function in shill::KeyFileStore
486 set<string> JsonStore::GetGroupsWithKey(const string& key) const { in GetGroupsWithKey() function in shill::JsonStore