Searched refs:getAllGroups (Results 1 – 3 of 3) sorted by relevance
118 static std::map<configKey, std::unique_ptr<Group>>& getAllGroups(
90 std::map<configKey, std::unique_ptr<Group>>& Event::getAllGroups( in getAllGroups() function in phosphor::fan::control::json::Event141 auto& availGroups = getAllGroups(); in setGroups()
191 auto groups = std::move(Event::getAllGroups(false)); in load()