Searched refs:HostNotifier (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | host_notifier.cpp | 26 HostNotifier::HostNotifier(Repository& repo, DataInterfaceBase& dataIface, in HostNotifier() function in openpower::pels::HostNotifier 30 std::bind(std::mem_fn(&HostNotifier::retryTimerExpired), this)), in HostNotifier() 33 std::bind(std::mem_fn(&HostNotifier::hostFullTimerExpired), this)), in HostNotifier() 35 std::bind(std::mem_fn(&HostNotifier::hostUpTimerExpired), in HostNotifier() 40 std::bind(std::mem_fn(&HostNotifier::newLogCallback), in HostNotifier() 46 std::bind(std::mem_fn(&HostNotifier::deleteLogCallback), this, in HostNotifier() 50 _repo.for_each(std::bind(std::mem_fn(&HostNotifier::addPELToQueue), this, in HostNotifier() 55 subscriptionName, std::bind(std::mem_fn(&HostNotifier::hostStateChange), in HostNotifier() 60 std::bind(std::mem_fn(&HostNotifier::commandResponse), this, in HostNotifier() 71 HostNotifier::~HostNotifier() in ~HostNotifier() [all …]
|
H A D | host_notifier.hpp | 49 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 D | manager.hpp | 92 _hostNotifier = std::make_unique<HostNotifier>( in Manager() 568 std::unique_ptr<HostNotifier> _hostNotifier;
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | host_notifier_test.cpp | 160 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 …]
|