Searched defs:triggerId (Results 1 – 13 of 13) sorted by relevance
/openbmc/telemetry/src/ |
H A D | trigger_actions.cpp | 47 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 D | trigger_factory.cpp | 25 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 D | on_change_threshold.hpp | 35 const std::string& triggerId; member in OnChangeThreshold
|
H A D | discrete_threshold.hpp | 42 const std::string& triggerId; member in DiscreteThreshold
|
H A D | numeric_threshold.hpp | 42 const std::string& triggerId; member in NumericThreshold
|
H A D | report.cpp | 353 [](const auto& triggerId) { in makeReportInterface()
|
/openbmc/telemetry/src/messages/ |
H A D | collect_trigger_id.hpp | 15 std::string triggerId; member
|
H A D | trigger_presence_changed_ind.hpp | 14 std::string triggerId; member
|
/openbmc/telemetry/tests/src/ |
H A D | test_on_change_threshold.cpp | 25 std::string triggerId = "MyTrigger"; member in TestOnChangeThreshold
|
H A D | test_trigger_actions.cpp | 288 std::string triggerId = "MyTrigger"; member in action::TestUpdateReport
|
H A D | test_numeric_threshold.cpp | 25 std::string triggerId = "MyTrigger"; member in TestNumericThreshold
|
H A D | test_discrete_threshold.cpp | 26 std::string triggerId = "MyTrigger"; member in TestDiscreteThreshold
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | trigger.hpp | 706 const std::optional<std::string>& triggerId = in afterCreateTrigger() local
|