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.cpp310 operationalStatusIntf = in NumericSensor()
320 operationalStatusIntf->functional(!sensorDisabled); in NumericSensor()
520 operationalStatusIntf = in NumericSensor()
530 operationalStatusIntf->functional(!sensorDisabled); in NumericSensor()
586 if (!availabilityIntf || !operationalStatusIntf || !valueIntf) in updateReading()
594 operationalStatusIntf->functional(functional); in updateReading()
619 if (!operationalStatusIntf || !valueIntf) in handleErrGetSensorReading()
626 operationalStatusIntf->functional(false); in handleErrGetSensorReading()
H A Dnumeric_sensor.hpp198 std::unique_ptr<OperationalStatusIntf> operationalStatusIntf = nullptr; member in pldm::platform_mc::NumericSensor