Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dsignal.cpp78 auto& pkgActions = std::get<TriggerActions>(signalPkg); in subscribe() local
80 actions.insert(actions.end(), pkgActions.begin(), in subscribe()
81 pkgActions.end()); in subscribe()