Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/
H A Dactions.cpp25 auto timerIter = zone.findTimer(group, actions, timers); in call_actions_based_on_timer() local
26 if (timerIter == timers.end()) in call_actions_based_on_timer()
31 else if (timerIter != timers.end()) in call_actions_based_on_timer()
34 timers.erase(timerIter); in call_actions_based_on_timer()