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.cpp14 HostNotifier::HostNotifier(Repository& repo, DataInterfaceBase& dataIface, in HostNotifier() function in openpower::pels::HostNotifier
18 std::bind(std::mem_fn(&HostNotifier::retryTimerExpired), this)), in HostNotifier()
21 std::bind(std::mem_fn(&HostNotifier::hostFullTimerExpired), this)), in HostNotifier()
23 std::bind(std::mem_fn(&HostNotifier::hostUpTimerExpired), in HostNotifier()
28 std::bind(std::mem_fn(&HostNotifier::newLogCallback), in HostNotifier()
34 std::bind(std::mem_fn(&HostNotifier::deleteLogCallback), this, in HostNotifier()
38 _repo.for_each(std::bind(std::mem_fn(&HostNotifier::addPELToQueue), this, in HostNotifier()
43 subscriptionName, std::bind(std::mem_fn(&HostNotifier::hostStateChange), in HostNotifier()
48 std::bind(std::mem_fn(&HostNotifier::commandResponse), this, in HostNotifier()
59 HostNotifier::~HostNotifier() in ~HostNotifier()
[all …]
H A Dmanager.hpp92 _hostNotifier = std::make_unique<HostNotifier>( in Manager()
568 std::unique_ptr<HostNotifier> _hostNotifier;
/openbmc/phosphor-logging/test/openpower-pels/
H A Dhost_notifier_test.cpp147 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
171 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
190 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
211 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
235 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
261 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
280 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
342 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
356 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
405 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
[all …]