Searched refs:LogToRedfishEventLog (Results 1 – 4 of 4) sorted by relevance
66 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()
48 class LogToRedfishEventLog : public interfaces::TriggerAction class51 LogToRedfishEventLog(::numeric::Type type, double val) : in LogToRedfishEventLog() function in action::numeric::LogToRedfishEventLog88 class LogToRedfishEventLog : public interfaces::TriggerAction class91 explicit LogToRedfishEventLog() {} in LogToRedfishEventLog() function in action::discrete::LogToRedfishEventLog116 class LogToRedfishEventLog : public interfaces::TriggerAction class119 LogToRedfishEventLog() {} in LogToRedfishEventLog() function in action::discrete::onChange::LogToRedfishEventLog
91 public TestActionNumeric<LogToRedfishEventLog>188 sut = std::make_unique<LogToRedfishEventLog>(); in SetUp()198 std::unique_ptr<LogToRedfishEventLog> sut;246 public TestActionOnChange<LogToRedfishEventLog>
18 LogToRedfishEventLog, enumerator31 TriggerAction::LogToRedfishEventLog),