Lines Matching full:sensorintf
35 std::string(SensorIntf::namespace_path::value) + "/" + sensorType + in getObjectPath()
41 constexpr SensorIntf::Availability::properties_t initAvailability{}; in createSensors()
42 constexpr SensorIntf::OperationalStatus::properties_t initOperationalStatus{ in createSensors()
44 constexpr SensorIntf::Warning::properties_t initWarning{}; in createSensors()
45 constexpr SensorIntf::Critical::properties_t initCritical{}; in createSensors()
46 const SensorIntf::Definitions::properties_t initAssociations{ in createSensors()
52 SensorIntf::Value::properties_t initValue = { in createSensors()
60 auto sensor = std::make_unique<SensorIntf>( in createSensors()
197 std::string(SensorIntf::namespace_path::value) + "/" + name); in getObjectPath()
228 SensorIntf& sensor, config::StatusType statusType, bool statusAsserted) in updateSensorOnStatusChange()
281 SensorIntf::Unit sensorUnit = SensorIntf::Unit::Percent; in readStatusRegisters()
303 SensorIntf::Unit sensorUnit, bool statusAsserted) in generateEvent()