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.cpp327 operationalStatusIntf = in NumericSensor()
337 operationalStatusIntf->functional(!sensorDisabled); in NumericSensor()
538 operationalStatusIntf = in NumericSensor()
548 operationalStatusIntf->functional(!sensorDisabled); in NumericSensor()
614 if (!availabilityIntf || !operationalStatusIntf || in updateReading()
624 operationalStatusIntf->functional(functional); in updateReading()
672 if (!operationalStatusIntf || (!useMetricInterface && !valueIntf) || in handleErrGetSensorReading()
680 operationalStatusIntf->functional(false); in handleErrGetSensorReading()
H A Dnumeric_sensor.hpp247 std::unique_ptr<OperationalStatusIntf> operationalStatusIntf = nullptr; member in pldm::platform_mc::NumericSensor