Searched defs:eventName (Results 1 – 12 of 12) sorted by relevance
/openbmc/phosphor-dbus-monitor/src/ |
H A D | event_manager.cpp | 31 void Manager::create(const std::string& eventName, in create() 108 auto eventName = eventPath.substr(pos2, (pos1 - pos2)); in restore() local
|
H A D | event.hpp | 93 Event(const std::string& eventName, const std::string& eventMessage, in Event()
|
H A D | event_serialize.cpp | 59 fs::path serialize(const Entry& event, const std::string& eventName) in serialize()
|
/openbmc/openpower-debug-collector/watchdog/ |
H A D | watchdog_logging.cpp | 23 std::string eventName = "org.open_power.Host.Boot.Error.WatchdogTimedOut"; in event() local
|
/openbmc/phosphor-fan-presence/control/json/triggers/ |
H A D | parameter.cpp | 28 const json& jsonObj, const std::string& eventName, in triggerParameter()
|
H A D | timer.cpp | 96 std::vector<std::unique_ptr<ActionBase>>& actions) { in triggerTimer()
|
H A D | init.cpp | 155 std::vector<std::unique_ptr<ActionBase>>& actions) { in triggerInit()
|
H A D | signal.cpp | 239 const json& jsonObj, const std::string& eventName, in triggerSignal()
|
/openbmc/dbus-sensors/src/psu/ |
H A D | PSUEvent.hpp | 64 std::string eventName; member in PSUSubEvent
|
H A D | PSUEvent.cpp | 144 PSUSubEvent(std::shared_ptr<sdbusplus::asio::dbus_interface> eventInterface,const std::string & path,std::shared_ptr<sdbusplus::asio::connection> & conn,boost::asio::io_context & io,const PowerState & powerState,const std::string & groupEventName,const std::string & eventName,std::shared_ptr<std::set<std::string>> asserts,std::shared_ptr<std::set<std::string>> combineEvent,std::shared_ptr<bool> state,const std::string & psuName,double pollRate) PSUSubEvent() argument [all...] |
H A D | PSUSensorMain.cpp | 181 const std::string& eventName = match.first; in checkEvent() local 246 const std::string& eventName = limitMatch.first; in checkEventLimits() local
|
/openbmc/openpower-hw-diags/attn/ |
H A D | attn_logging.cpp | 329 std::string eventName; in event() local
|