Searched refs:thresholdName (Results 1 – 7 of 7) sorted by relevance
/openbmc/telemetry/src/ |
H A D | trigger_actions.hpp | 39 void commit(const std::string& triggerId, const ThresholdName thresholdName, 55 void commit(const std::string& triggerId, const ThresholdName thresholdName, 80 void commit(const std::string& triggerId, const ThresholdName thresholdName, 93 void commit(const std::string& triggerId, const ThresholdName thresholdName, 111 void commit(const std::string& triggerId, const ThresholdName thresholdName, 121 void commit(const std::string& triggerId, const ThresholdName thresholdName, 142 void commit(const std::string& triggerId, const ThresholdName thresholdName,
|
H A D | trigger_actions.cpp | 53 std::string thresholdName = ::numeric::typeToString(type); in commit() local 57 "Numeric threshold '" + std::string(utils::toShortEnum(thresholdName)) + in commit()
|
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/tests/src/ |
H A D | test_trigger_actions.cpp | 155 std::string thresholdName = "MyThreshold"; in commit() local 156 sut->commit("MyTrigger", std::cref(thresholdName), "MySensor", in commit() 193 std::string thresholdName = "MyThreshold"; in commit() local 194 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/telemetry/src/interfaces/ |
H A D | trigger_action.hpp | 18 const ThresholdName thresholdName,
|
/openbmc/phosphor-host-ipmid/ |
H A D | sensorhandler.cpp | 752 for (const auto& thresholdName : thresholdNames) in getSensorThresholds() local 755 "xyz.openbmc_project.Sensor.Threshold." + thresholdName; in getSensorThresholds() 756 std::string thresholdLow = thresholdName + "Low"; in getSensorThresholds() 757 std::string thresholdHigh = thresholdName + "High"; in getSensorThresholds() 792 if (thresholdName == "Warning") in getSensorThresholds() 796 else if (thresholdName == "Critical") in getSensorThresholds() 800 else if (thresholdName == "NonRecoverable") in getSensorThresholds()
|