Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmanager.cpp509 if (_hostNotifier) in hostAck()
511 _hostNotifier->ackPEL(pelID); in hostAck()
533 if (_hostNotifier) in hostReject()
535 _hostNotifier->setBadPEL(pelID); in hostReject()
538 else if ((reason == RejectionReason::HostFull) && _hostNotifier) in hostReject()
540 _hostNotifier->setHostFull(pelID); in hostReject()
H A Dmanager.hpp92 _hostNotifier = std::make_unique<HostNotifier>( in Manager()
568 std::unique_ptr<HostNotifier> _hostNotifier; member in openpower::pels::Manager