Home
last modified time | relevance | path

Searched refs:LogToRedfishEventLog (Results 1 – 4 of 4) sorted by relevance

/openbmc/telemetry/src/
H A Dtrigger_actions.cpp34 const char* LogToRedfishEventLog::getRedfishMessageId(const double value) const in getRedfishMessageId()
71 void LogToRedfishEventLog::commit( in commit()
111 case TriggerAction::LogToRedfishEventLog: in fillActions()
113 actionsIf.emplace_back(std::make_unique<LogToRedfishEventLog>( in fillActions()
132 void LogToRedfishEventLog::commit( in commit()
160 case TriggerAction::LogToRedfishEventLog: in fillActions()
163 std::make_unique<LogToRedfishEventLog>()); in fillActions()
179 void LogToRedfishEventLog::commit( in commit()
206 case TriggerAction::LogToRedfishEventLog: in fillActions()
209 std::make_unique<LogToRedfishEventLog>()); in fillActions()
H A Dtrigger_actions.hpp34 class LogToRedfishEventLog : public interfaces::TriggerAction class
37 LogToRedfishEventLog(::numeric::Type type, double val) : in LogToRedfishEventLog() function in action::numeric::LogToRedfishEventLog
62 class LogToRedfishEventLog : public interfaces::TriggerAction class
65 explicit LogToRedfishEventLog() {} in LogToRedfishEventLog() function in action::discrete::LogToRedfishEventLog
81 class LogToRedfishEventLog : public interfaces::TriggerAction class
84 LogToRedfishEventLog() {} in LogToRedfishEventLog() function in action::discrete::onChange::LogToRedfishEventLog
/openbmc/telemetry/tests/src/
H A Dtest_trigger_actions.cpp70 public TestActionNumeric<LogToRedfishEventLog>
103 sut = std::make_unique<LogToRedfishEventLog>(); in SetUp()
113 std::unique_ptr<LogToRedfishEventLog> sut;
148 public TestActionOnChange<LogToRedfishEventLog>
/openbmc/telemetry/src/types/
H A Dtrigger_types.hpp17 LogToRedfishEventLog, enumerator
27 TriggerAction::LogToRedfishEventLog),