Home
last modified time | relevance | path

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

/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric_collection.cpp31 const std::string thresholdInterface = member in HealthMetricCollectionTest
114 IsNull(), NotNull(), StrEq(thresholdInterface), NotNull())) in TEST_F()
148 IsNull(), NotNull(), StrEq(thresholdInterface), NotNull())) in TEST_F()
162 StrEq(thresholdInterface), in TEST_F()
/openbmc/dbus-sensors/src/
H A DThresholds.cpp145 std::string thresholdInterface = in persistThreshold() local
148 [&, path, threshold, thresholdInterface, in persistThreshold()
202 "Set", thresholdInterface, "Value", value); in persistThreshold()
205 "GetAll", thresholdInterface); in persistThreshold()
/openbmc/s2600wf-misc/callback-manager/src/
H A Dcallback_manager.cpp220 std::string thresholdInterface; in createThresholdMatch() local
227 message.read(sensorName, thresholdInterface, event, assert, in createThresholdMatch()
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp134 [this](const auto& thresholdInterface) { in ThresholdAlarmLogger() argument
135 const auto& interface = thresholdInterface.first; in ThresholdAlarmLogger()
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp754 std::string thresholdInterface = in getSensorThresholds() local
761 thresholdInterface, thresholds); in getSensorThresholds()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp2514 std::string thresholdInterface; in getMessageValue() local
2517 msg.read(thresholdInterface, propertiesChanged); in getMessageValue()