Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp22 _hostUpTimer(_hostIface->getEvent(), in HostNotifier()
55 _hostUpTimer.restartOnce(_hostIface->getHostUpDelay()); in HostNotifier()
171 if (!_dataIface.isHostUp() || _hostFull || _hostUpTimer.isEnabled()) in newLogCallback()
321 _hostUpTimer.restartOnce(_hostIface->getHostUpDelay()); in hostStateChange()
344 if (_hostUpTimer.isEnabled()) in hostStateChange()
346 _hostUpTimer.setEnabled(false); in hostStateChange()
H A Dhost_notifier.hpp335 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> _hostUpTimer; member in openpower::pels::HostNotifier