Home
last modified time | relevance | path

Searched refs:operationalStatusIntf (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp383 operationalStatusIntf = in NumericSensor()
393 operationalStatusIntf->functional(!sensorDisabled); in NumericSensor()
643 operationalStatusIntf = in NumericSensor()
653 operationalStatusIntf->functional(!sensorDisabled); in NumericSensor()
709 if (!availabilityIntf || !operationalStatusIntf || in updateReading()
719 operationalStatusIntf->functional(functional); in updateReading()
767 if (!operationalStatusIntf || (!useMetricInterface && !valueIntf) || in handleErrGetSensorReading()
775 operationalStatusIntf->functional(false); in handleErrGetSensorReading()
H A Dnumeric_sensor.hpp239 std::unique_ptr<OperationalStatusIntf> operationalStatusIntf = nullptr; member in pldm::platform_mc::NumericSensor