Home
last modified time | relevance | path

Searched full:logtojournal (Results 1 – 6 of 6) sorted by relevance

/openbmc/telemetry/src/
H A Dtrigger_actions.hpp33 class LogToJournal : public interfaces::TriggerAction class
36 LogToJournal(::numeric::Type type, double val) : type(type), threshold(val) in LogToJournal() function in action::numeric::LogToJournal
75 class LogToJournal : public interfaces::TriggerAction class
78 explicit LogToJournal(::discrete::Severity severity) : severity(severity) {} in LogToJournal() function in action::discrete::LogToJournal
106 class LogToJournal : public interfaces::TriggerAction class
109 LogToJournal() {} in LogToJournal() function in action::discrete::onChange::LogToJournal
H A Dtrigger_actions.cpp47 void LogToJournal::commit( in commit()
142 case TriggerAction::LogToJournal: in fillActions()
145 std::make_unique<LogToJournal>(type, thresholdValue)); in fillActions()
169 void LogToJournal::commit( in commit()
214 case TriggerAction::LogToJournal: in fillActions()
217 std::make_unique<LogToJournal>(severity)); in fillActions()
238 void LogToJournal::commit( in commit()
279 case TriggerAction::LogToJournal: in fillActions()
281 actionsIf.emplace_back(std::make_unique<LogToJournal>()); in fillActions()
/openbmc/telemetry/tests/src/
H A Dtest_trigger_actions.cpp69 class TestLogToJournalNumeric : public TestActionNumeric<LogToJournal>
149 sut = std::make_unique<LogToJournal>(severity); in SetUp()
161 std::unique_ptr<LogToJournal> sut;
232 class TestLogToJournalDiscreteOnChange : public TestActionOnChange<LogToJournal>
/openbmc/telemetry/src/types/
H A Dtrigger_types.hpp17 LogToJournal = 0, enumerator
27 "xyz.openbmc_project.Telemetry.Trigger.TriggerAction.LogToJournal",
28 TriggerAction::LogToJournal),
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DTrigger.interface.yaml62 - name: LogToJournal
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp82 "xyz.openbmc_project.Telemetry.Trigger.TriggerAction.LogToJournal") in toRedfishTriggerAction()
101 return "xyz.openbmc_project.Telemetry.Trigger.TriggerAction.LogToJournal"; in toDbusTriggerAction()