Searched refs:LogToRedfishEventLog (Results 1 – 4 of 4) sorted by relevance
34 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()
34 class LogToRedfishEventLog : public interfaces::TriggerAction class37 LogToRedfishEventLog(::numeric::Type type, double val) : in LogToRedfishEventLog() function in action::numeric::LogToRedfishEventLog62 class LogToRedfishEventLog : public interfaces::TriggerAction class65 explicit LogToRedfishEventLog() {} in LogToRedfishEventLog() function in action::discrete::LogToRedfishEventLog81 class LogToRedfishEventLog : public interfaces::TriggerAction class84 LogToRedfishEventLog() {} in LogToRedfishEventLog() function in action::discrete::onChange::LogToRedfishEventLog
70 public TestActionNumeric<LogToRedfishEventLog>103 sut = std::make_unique<LogToRedfishEventLog>(); in SetUp()113 std::unique_ptr<LogToRedfishEventLog> sut;148 public TestActionOnChange<LogToRedfishEventLog>
17 LogToRedfishEventLog, enumerator27 TriggerAction::LogToRedfishEventLog),