Home
last modified time | relevance | path

Searched refs:getAllGroups (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/
H A Devent.hpp118 static std::map<configKey, std::unique_ptr<Group>>& getAllGroups(
H A Devent.cpp90 std::map<configKey, std::unique_ptr<Group>>& Event::getAllGroups( in getAllGroups() function in phosphor::fan::control::json::Event
141 auto& availGroups = getAllGroups(); in setGroups()
H A Dmanager.cpp191 auto groups = std::move(Event::getAllGroups(false)); in load()