Searched refs:thresholdName (Results 1 – 6 of 6) sorted by relevance
| /openbmc/telemetry/src/ |
| H A D | trigger_actions.hpp | 41 void commit(const std::string& triggerId, const ThresholdName thresholdName, 67 void commit(const std::string& triggerId, const ThresholdName thresholdName, 86 void commit(const std::string& triggerId, const ThresholdName thresholdName, 107 void commit(const std::string& triggerId, const ThresholdName thresholdName,
|
| H A D | trigger_factory.cpp | 162 const std::string& thresholdName = thresholdParam.at_label<ts::UserId>(); in makeDiscreteThreshold() local 173 Milliseconds(dwellTime), thresholdValue, thresholdName, severity, in makeDiscreteThreshold()
|
| /openbmc/telemetry/src/interfaces/ |
| H A D | trigger_action.hpp | 18 const ThresholdName thresholdName,
|
| /openbmc/telemetry/tests/src/ |
| H A D | test_trigger_actions.cpp | 108 std::string thresholdName = "MyThreshold"; in commit() local 109 sut->commit("MyTrigger", std::cref(thresholdName), "MySensor", in commit()
|
| H A D | test_discrete_threshold.cpp | 33 std::string thresholdName = "treshold name") in makeThreshold() argument 42 std::move(actions), dwellTime, thresholdValue, thresholdName, in makeThreshold()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | sensorhandler.cpp | 760 for (const auto& thresholdName : thresholdNames) in getSensorThresholds() local 763 "xyz.openbmc_project.Sensor.Threshold." + thresholdName; in getSensorThresholds() 764 std::string thresholdLow = thresholdName + "Low"; in getSensorThresholds() 765 std::string thresholdHigh = thresholdName + "High"; in getSensorThresholds() 800 if (thresholdName == "Warning") in getSensorThresholds() 804 else if (thresholdName == "Critical") in getSensorThresholds() 808 else if (thresholdName == "NonRecoverable") in getSensorThresholds()
|