Home
last modified time | relevance | path

Searched refs:RuntimeMonitor (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-power/power-sequencer/
H A Druntime_monitor.hpp33 class RuntimeMonitor : public DeviceMonitor class
36 RuntimeMonitor() = delete;
37 ~RuntimeMonitor() = default;
38 RuntimeMonitor(const RuntimeMonitor&) = delete;
39 RuntimeMonitor& operator=(const RuntimeMonitor&) = delete;
40 RuntimeMonitor(RuntimeMonitor&&) = delete;
41 RuntimeMonitor& operator=(RuntimeMonitor&&) = delete;
51 RuntimeMonitor(std::unique_ptr<phosphor::power::Device>&& d, in RuntimeMonitor() function in phosphor::power::RuntimeMonitor
56 std::bind(std::mem_fn(&RuntimeMonitor::onPowerLost), this, in RuntimeMonitor()
H A Druntime_monitor.cpp34 int RuntimeMonitor::run() in run()
43 void RuntimeMonitor::onPowerLost(sdbusplus::message_t&) in onPowerLost()
H A Dmain.cpp87 monitor = std::make_unique<RuntimeMonitor>(std::move(device), bus, in main()
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Druntime_monitor.hpp33 class RuntimeMonitor : public DeviceMonitor class
36 RuntimeMonitor() = delete;
37 ~RuntimeMonitor() = default;
38 RuntimeMonitor(const RuntimeMonitor&) = delete;
39 RuntimeMonitor& operator=(const RuntimeMonitor&) = delete;
40 RuntimeMonitor(RuntimeMonitor&&) = delete;
41 RuntimeMonitor& operator=(RuntimeMonitor&&) = delete;
51 RuntimeMonitor(std::unique_ptr<witherspoon::power::Device>&& d, in RuntimeMonitor() function in witherspoon::power::RuntimeMonitor
56 std::bind(std::mem_fn(&RuntimeMonitor::onPowerLost), this, in RuntimeMonitor()
H A Druntime_monitor.cpp34 int RuntimeMonitor::run() in run()
43 void RuntimeMonitor::onPowerLost(sdbusplus::message_t&) in onPowerLost()
H A Dmain.cpp70 monitor = std::make_unique<RuntimeMonitor>(std::move(device), bus, in main()