Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/
H A Dactions.cpp21 auto it = zone.getTimerEvents().find(__func__); in call_actions_based_on_timer()
22 if (it != zone.getTimerEvents().end()) in call_actions_based_on_timer()
37 zone.getTimerEvents().erase(it); in call_actions_based_on_timer()
H A Dzone.hpp493 inline auto& getTimerEvents() in getTimerEvents() function in phosphor::fan::control::Zone