Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dtrigger_actions.cpp104 const std::string& triggerId, const ThresholdName thresholdNameInIn, in commit() argument
47 commit(const std::string & triggerId,const ThresholdName thresholdNameInIn,const std::string & sensorName,const Milliseconds timestamp,const TriggerValue triggerValue) commit() argument
171 commit(const std::string & triggerId,const ThresholdName thresholdNameIn,const std::string & sensorName,const Milliseconds timestamp,const TriggerValue triggerValue) commit() argument
189 commit(const std::string & triggerId,const ThresholdName thresholdNameIn,const std::string & sensorName,const Milliseconds timestamp,const TriggerValue triggerValue) commit() argument
242 commit(const std::string & triggerId,const ThresholdName thresholdNameIn,const std::string & sensorName,const Milliseconds timestamp,const TriggerValue triggerValue) commit() argument
257 commit(const std::string & triggerId,const ThresholdName thresholdNameIn,const std::string & sensorName,const Milliseconds timestamp,const TriggerValue triggerValue) commit() argument
308 commit(const std::string & triggerId,const ThresholdName thresholdNameIn,const std::string & sensorName,const Milliseconds timestamp,const TriggerValue triggerValue) commit() argument
[all...]
H A Dtrigger_factory.cpp25 const std::string& triggerId, in updateDiscreteThresholds() argument
91 const std::string& triggerId, in updateNumericThresholds() argument
126 const std::string& triggerId, in updateThresholds() argument
154 const std::string& triggerId, in makeDiscreteThreshold() argument
179 makeNumericThreshold(std::vector<std::shared_ptr<interfaces::Threshold>> & thresholds,const std::string & triggerId,const std::vector<TriggerAction> & triggerActions,const std::shared_ptr<std::vector<std::string>> & reportIds,const Sensors & sensors,const numeric::LabeledThresholdParam & thresholdParam) const makeNumericThreshold() argument
202 makeOnChangeThreshold(std::vector<std::shared_ptr<interfaces::Threshold>> & thresholds,const std::string & triggerId,const std::vector<TriggerAction> & triggerActions,const std::shared_ptr<std::vector<std::string>> & reportIds,const Sensors & sensors) const makeOnChangeThreshold() argument
[all...]
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 __anone99f31001d02(const auto& triggerId) makeReportInterface() argument
/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.hpp695 const std::optional<std::string>& triggerId = afterCreateTrigger() local