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(const std::string& triggerId, in commit()
144 case TriggerAction::LogToJournal: in fillActions()
147 std::make_unique<LogToJournal>(type, thresholdValue)); in fillActions()
171 void LogToJournal::commit(const std::string& triggerId, in commit()
218 case TriggerAction::LogToJournal: in fillActions()
221 std::make_unique<LogToJournal>(severity)); in fillActions()
242 void LogToJournal::commit(const std::string& triggerId, in commit()
285 case TriggerAction::LogToJournal: in fillActions()
287 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.yaml59 - name: LogToJournal
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp59 "xyz.openbmc_project.Telemetry.Trigger.TriggerAction.LogToJournal") in toRedfishTriggerAction()
78 return "xyz.openbmc_project.Telemetry.Trigger.TriggerAction.LogToJournal"; in toDbusTriggerAction()