Home
last modified time | relevance | path

Searched refs:hasTarget (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.hpp108 const std::string& id, bool hasTarget, size_t funcDelay,
161 inline bool hasTarget() const in hasTarget() function in phosphor::fan::monitor::TachSensor
H A Dtypes.hpp105 bool hasTarget; member
H A Dtach_sensor.cpp76 Fan& fan, const std::string& id, bool hasTarget, in TachSensor() argument
83 _invName(fs::path(fan.getName()) / id), _hasTarget(hasTarget), in TachSensor()
H A Dfan.cpp67 mode, bus, *this, s.name, s.hasTarget, def.funcDelay, in Fan()
336 return s->hasTarget(); in findTargetSpeed()
H A Dsystem.cpp513 if (sensor->hasTarget()) in captureSensorData()
521 if (sensor->hasTarget()) in captureSensorData()
H A Djson_parser.cpp177 .hasTarget = sensor["has_target"].get<bool>(), in getSensorDefs()