Home
last modified time | relevance | path

Searched refs:HostNotifier (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.hpp49 class HostNotifier class
52 HostNotifier() = delete;
53 HostNotifier(const HostNotifier&) = delete;
54 HostNotifier& operator=(const HostNotifier&) = delete;
55 HostNotifier(HostNotifier&&) = delete;
56 HostNotifier& operator=(HostNotifier&&) = delete;
65 HostNotifier(Repository& repo, DataInterfaceBase& dataIface,
71 ~HostNotifier();
H A Dhost_notifier.cpp26 HostNotifier::HostNotifier(Repository& repo, DataInterfaceBase& dataIface, in HostNotifier() function in openpower::pels::HostNotifier
72 HostNotifier::~HostNotifier() in ~HostNotifier()
78 void HostNotifier::hostUpTimerExpired() in hostUpTimerExpired()
232 void HostNotifier::scheduleDispatch() in scheduleDispatch()
246 void HostNotifier::doNewLogNotify() in doNewLogNotify()
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()
[all …]
H A Dmanager.hpp93 _hostNotifier = std::make_unique<HostNotifier>( in Manager()
561 std::unique_ptr<HostNotifier> _hostNotifier;
/openbmc/phosphor-logging/test/openpower-pels/
H A Dhost_notifier_test.cpp160 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
184 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
203 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
224 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
248 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
274 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
293 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
355 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
369 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
418 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
[all …]