Home
last modified time | relevance | path

Searched refs:getGroups (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-fan-presence/control/
H A Dgen-fan-zone-defs.py263 def getGroups(zNum, zCond, edata, events): function
464 actions["groups"] = getGroups(zNum, zCond, eActions, events)
566 event["groups"] = getGroups(zone_num, zone_conditions, e, events_data)
624 precond["pcgrps"] = getGroups(
/openbmc/phosphor-fan-presence/control/json/actions/
H A Daction.hpp131 inline const auto& getGroups() const in getGroups() function in phosphor::fan::control::json::ActionBase