Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dtrigger_actions.cpp66 const char* LogToRedfishEventLog::getRedfishMessageId(const double value) const in getRedfishMessageId()
103 void LogToRedfishEventLog::commit( in commit()
148 case TriggerAction::LogToRedfishEventLog: in fillActions()
150 actionsIf.emplace_back(std::make_unique<LogToRedfishEventLog>( in fillActions()
186 void LogToRedfishEventLog::commit( in commit()
220 case TriggerAction::LogToRedfishEventLog: in fillActions()
223 std::make_unique<LogToRedfishEventLog>()); in fillActions()
252 void LogToRedfishEventLog::commit( in commit()
284 case TriggerAction::LogToRedfishEventLog: in fillActions()
287 std::make_unique<LogToRedfishEventLog>()); in fillActions()
H A Dtrigger_actions.hpp48 class LogToRedfishEventLog : public interfaces::TriggerAction class
51 LogToRedfishEventLog(::numeric::Type type, double val) : in LogToRedfishEventLog() function in action::numeric::LogToRedfishEventLog
88 class LogToRedfishEventLog : public interfaces::TriggerAction class
91 explicit LogToRedfishEventLog() {} in LogToRedfishEventLog() function in action::discrete::LogToRedfishEventLog
116 class LogToRedfishEventLog : public interfaces::TriggerAction class
119 LogToRedfishEventLog() {} in LogToRedfishEventLog() function in action::discrete::onChange::LogToRedfishEventLog
/openbmc/telemetry/tests/src/
H A Dtest_trigger_actions.cpp91 public TestActionNumeric<LogToRedfishEventLog>
188 sut = std::make_unique<LogToRedfishEventLog>(); in SetUp()
198 std::unique_ptr<LogToRedfishEventLog> sut;
246 public TestActionOnChange<LogToRedfishEventLog>
/openbmc/telemetry/src/types/
H A Dtrigger_types.hpp18 LogToRedfishEventLog, enumerator
31 TriggerAction::LogToRedfishEventLog),