Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dtrigger_actions.hpp39 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 Dtrigger_actions.cpp53 std::string thresholdName = ::numeric::typeToString(type); in commit() local
57 "Numeric threshold '" + std::string(utils::toShortEnum(thresholdName)) + in commit()
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/tests/src/
H A Dtest_trigger_actions.cpp155 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 Dtest_discrete_threshold.cpp33 std::string thresholdName = "treshold name") in makeThreshold() argument
42 std::move(actions), dwellTime, thresholdValue, thresholdName, in makeThreshold()
/openbmc/telemetry/src/interfaces/
H A Dtrigger_action.hpp18 const ThresholdName thresholdName,
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp752 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()