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.cpp357 operationalStatusIntf = in NumericSensor()
367 operationalStatusIntf->functional(!sensorDisabled); in NumericSensor()
600 operationalStatusIntf = in NumericSensor()
610 operationalStatusIntf->functional(!sensorDisabled); in NumericSensor()
695 if (!availabilityIntf || !operationalStatusIntf || in updateReading()
705 operationalStatusIntf->functional(functional); in updateReading()
752 if (!operationalStatusIntf || (!useMetricInterface && !valueIntf) || in handleErrGetSensorReading()
760 operationalStatusIntf->functional(false); in handleErrGetSensorReading()
H A Dnumeric_sensor.hpp444 std::unique_ptr<OperationalStatusIntf> operationalStatusIntf = nullptr; member in pldm::platform_mc::NumericSensor