Searched refs:_hostUpTimer (Results 1 – 2 of 2) sorted by relevance
34 _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()
335 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> _hostUpTimer; member in openpower::pels::HostNotifier