Searched refs:allGroups (Results 1 – 4 of 4) sorted by relevance
96 allGroups.clear(); in clearAllGroups()107 allGroups = std::move(groups); in setAllGroups()171 static std::map<configKey, std::unique_ptr<Group>> allGroups; member in phosphor::fan::control::json::Event
39 std::map<configKey, std::unique_ptr<Group>> Event::allGroups; member in phosphor::fan::control::json::Event96 if (allGroups.empty() && loadGroups) in getAllGroups()98 allGroups = Manager::getConfig<Group>(true); in getAllGroups()101 return allGroups; in getAllGroups()
319 std::vector<std::string> allGroups = {predefinedGroups.begin(), in readAllGroupsOnSystem() local331 allGroups.push_back(gr->gr_name); in readAllGroupsOnSystem()338 return allGroups; in readAllGroupsOnSystem()439 UserMgrIface::allGroups(groupsMgr); in deleteGroup()473 UserMgrIface::allGroups(groupsMgr); in createGroup()1486 UserMgrIface::allGroups(groupsMgr); in UserMgr()
1072 EXPECT_THAT(allGroups().size(), predefGroupCount); in TEST_F()1102 EXPECT_THAT(allGroups(), testing::UnorderedElementsAre( in TEST_F()