Home
last modified time | relevance | path

Searched refs:thresholdName (Results 1 – 6 of 6) sorted by relevance

/openbmc/telemetry/src/
H A Dtrigger_actions.hpp41 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 Dtrigger_factory.cpp162 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 Dtrigger_action.hpp18 const ThresholdName thresholdName,
/openbmc/telemetry/tests/src/
H A Dtest_trigger_actions.cpp108 std::string thresholdName = "MyThreshold"; in commit() local
109 sut->commit("MyTrigger", std::cref(thresholdName), "MySensor", in commit()
H A Dtest_discrete_threshold.cpp33 std::string thresholdName = "treshold name") in makeThreshold() argument
42 std::move(actions), dwellTime, thresholdValue, thresholdName, in makeThreshold()
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp760 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()