Searched refs:thresholdProperties (Results 1 – 3 of 3) sorted by relevance
| /openbmc/phosphor-modbus/tests/ |
| H A D | test_device_events.cpp | 164 ThresholdCriticalIntf::properties_t& thresholdProperties, in verifyResult() argument 175 verifyValue(thresholdProperties.critical_alarm_high, false, in verifyResult() 186 verifyValue(thresholdProperties.critical_alarm_high, true, in verifyResult() 250 auto thresholdProperties = in testSensorCreation() local 256 thresholdProperties, expectedValue, in testSensorCreation()
|
| /openbmc/phosphor-health-monitor/test/ |
| H A D | test_health_metric.cpp | 61 const auto thresholdProperties = std::set<std::string>{"Value", "Asserted"}; in TEST_F() 78 EXPECT_THAT(thresholdProperties, testing::Contains(names[0])); in TEST_F()
|
| H A D | test_health_metric_collection.cpp | 153 const std::set<std::string> thresholdProperties = {"Value", in TEST_F() local 155 EXPECT_THAT(thresholdProperties, testing::Contains(names[0])); in TEST_F()
|