Home
last modified time | relevance | path

Searched refs:ThresholdCriticalIntf (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-modbus/tests/
H A Dtest_device_events.cpp27 using ThresholdCriticalIntf = typedef
164 ThresholdCriticalIntf::properties_t& thresholdProperties, in verifyResult()
251 co_await ThresholdCriticalIntf(ctx) in testSensorCreation()
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.hpp35 using ThresholdCriticalIntf = sdbusplus::server::object_t< typedef
440 std::unique_ptr<ThresholdCriticalIntf> thresholdCriticalIntf = nullptr;
H A Dnumeric_sensor.cpp393 std::make_unique<ThresholdCriticalIntf>(bus, path.c_str()); in NumericSensor()
636 std::make_unique<ThresholdCriticalIntf>(bus, path.c_str()); in NumericSensor()