Lines Matching refs:HostNotifier

26 HostNotifier::HostNotifier(Repository& repo, DataInterfaceBase& dataIface,  in HostNotifier()  function in openpower::pels::HostNotifier
31 std::bind(std::mem_fn(&HostNotifier::retryTimerExpired), this)), in HostNotifier()
34 std::bind(std::mem_fn(&HostNotifier::hostFullTimerExpired), this)), in HostNotifier()
37 std::bind(std::mem_fn(&HostNotifier::hostUpTimerExpired), this)) in HostNotifier()
41 std::bind(std::mem_fn(&HostNotifier::newLogCallback), in HostNotifier()
47 std::bind(std::mem_fn(&HostNotifier::deleteLogCallback), this, in HostNotifier()
51 _repo.for_each(std::bind(std::mem_fn(&HostNotifier::addPELToQueue), this, in HostNotifier()
56 subscriptionName, std::bind(std::mem_fn(&HostNotifier::hostStateChange), in HostNotifier()
61 std::bind(std::mem_fn(&HostNotifier::commandResponse), this, in HostNotifier()
72 HostNotifier::~HostNotifier() in ~HostNotifier()
78 void HostNotifier::hostUpTimerExpired() in hostUpTimerExpired()
84 bool HostNotifier::addPELToQueue(const PEL& pel) in addPELToQueue()
95 bool HostNotifier::enqueueRequired(uint32_t id) const in enqueueRequired()
136 bool HostNotifier::notifyRequired(uint32_t id) const in notifyRequired()
171 void HostNotifier::newLogCallback(const PEL& pel) in newLogCallback()
207 void HostNotifier::deleteLogCallback(uint32_t id) in deleteLogCallback()
232 void HostNotifier::scheduleDispatch() in scheduleDispatch()
235 _hostIface->getEvent(), std::bind(std::mem_fn(&HostNotifier::dispatch), in scheduleDispatch()
239 void HostNotifier::dispatch(sdeventplus::source::EventBase& /*source*/) in dispatch()
246 void HostNotifier::doNewLogNotify() in doNewLogNotify()
326 void HostNotifier::hostStateChange(bool hostUp) in hostStateChange()
364 void HostNotifier::commandResponse(ResponseStatus status) in commandResponse()
395 void HostNotifier::retryTimerExpired() in retryTimerExpired()
406 void HostNotifier::hostFullTimerExpired() in hostFullTimerExpired()
412 void HostNotifier::stopCommand() in stopCommand()
431 void HostNotifier::ackPEL(uint32_t id) in ackPEL()
462 void HostNotifier::setHostFull(uint32_t id) in setHostFull()
492 void HostNotifier::setBadPEL(uint32_t id) in setBadPEL()