Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/
H A Dzone.cpp357 const Group& eventGroup, const std::vector<Action>& eventActions, in findTimer() argument
363 if (std::get<eventGroupPos>(teEventData) == eventGroup && in findTimer()
408 void Zone::timerExpired(const Group& eventGroup, in timerExpired() argument
413 [this, &eventGroup](const auto& action) { in timerExpired()
414 action(*this, eventGroup); in timerExpired()
H A Dzone.hpp508 const Group& eventGroup, const std::vector<Action>& eventActions,
529 void timerExpired(const Group& eventGroup,