Home
last modified time | relevance | path

Searched refs:addCallback (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-debug-collector/
H A Delog_watch.cpp40 std::bind(std::mem_fn(&Watch::addCallback), this, in Watch()
58 void Watch::addCallback(sdbusplus::message_t& msg) in addCallback() function in phosphor::dump::elog::Watch
H A Delog_watch.hpp71 void addCallback(sdbusplus::message_t& msg);
/openbmc/phosphor-fan-presence/presence/
H A Danyof.cpp50 _powerState->addCallback( in AnyOf()
H A Derror_reporter.cpp54 _powerState->addCallback("errorReporter", in ErrorReporter()
/openbmc/phosphor-fan-presence/
H A Dpower_state.hpp68 void addCallback(const std::string& name, StateChangeFunc callback) in addCallback() function in phosphor::fan::PowerState
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp126 _powerState->addCallback("thresholdMon", in ThresholdAlarmLogger()
H A Dshutdown_alarm_monitor.cpp108 _powerState->addCallback("shutdownMon", in ShutdownAlarmMonitor()