Home
last modified time | relevance | path

Searched defs:triggerId (Results 1 – 13 of 13) sorted by relevance

/openbmc/telemetry/src/
H A Dtrigger_actions.cpp47 void LogToJournal::commit(const std::string& triggerId, in commit()
104 void LogToRedfishEventLog::commit(const std::string& triggerId, in commit()
171 void LogToJournal::commit(const std::string& triggerId, in commit()
189 void LogToRedfishEventLog::commit(const std::string& triggerId, in commit()
242 void LogToJournal::commit(const std::string& triggerId, in commit()
257 void LogToRedfishEventLog::commit(const std::string& triggerId, in commit()
308 void UpdateReport::commit(const std::string& triggerId, in commit()
H A Dtrigger_factory.cpp25 const std::string& triggerId, in updateDiscreteThresholds()
91 const std::string& triggerId, in updateNumericThresholds()
126 const std::string& triggerId, in updateThresholds()
154 const std::string& triggerId, in makeDiscreteThreshold()
179 const std::string& triggerId, in makeNumericThreshold()
202 const std::string& triggerId, in makeOnChangeThreshold()
H A Don_change_threshold.hpp35 const std::string& triggerId; member in OnChangeThreshold
H A Ddiscrete_threshold.hpp42 const std::string& triggerId; member in DiscreteThreshold
H A Dnumeric_threshold.hpp42 const std::string& triggerId; member in NumericThreshold
H A Dreport.cpp353 [](const auto& triggerId) { in makeReportInterface()
/openbmc/telemetry/src/messages/
H A Dcollect_trigger_id.hpp15 std::string triggerId; member
H A Dtrigger_presence_changed_ind.hpp14 std::string triggerId; member
/openbmc/telemetry/tests/src/
H A Dtest_on_change_threshold.cpp25 std::string triggerId = "MyTrigger"; member in TestOnChangeThreshold
H A Dtest_trigger_actions.cpp288 std::string triggerId = "MyTrigger"; member in action::TestUpdateReport
H A Dtest_numeric_threshold.cpp25 std::string triggerId = "MyTrigger"; member in TestNumericThreshold
H A Dtest_discrete_threshold.cpp26 std::string triggerId = "MyTrigger"; member in TestDiscreteThreshold
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp706 const std::optional<std::string>& triggerId = in afterCreateTrigger() local