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.cpp34 _hostUpTimer(_hostIface->getEvent(), in HostNotifier()
67 _hostUpTimer.restartOnce(_hostIface->getHostUpDelay()); in HostNotifier()
183 if (!_dataIface.isHostUp() || _hostFull || _hostUpTimer.isEnabled()) in newLogCallback()
333 _hostUpTimer.restartOnce(_hostIface->getHostUpDelay()); in hostStateChange()
356 if (_hostUpTimer.isEnabled()) in hostStateChange()
358 _hostUpTimer.setEnabled(false); in hostStateChange()
H A Dhost_notifier.hpp335 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> _hostUpTimer; member in openpower::pels::HostNotifier