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.hpp109 const std::string& id, bool hasTarget, size_t funcDelay,
162 inline bool hasTarget() const in hasTarget() function in phosphor::fan::monitor::TachSensor
H A Dtach_sensor.cpp73 Fan& fan, const std::string& id, bool hasTarget, in TachSensor() argument
80 _invName(fs::path(fan.getName()) / id), _hasTarget(hasTarget), in TachSensor()
H A Dtypes.hpp108 bool hasTarget; member
H A Dfan.cpp68 mode, bus, *this, s.name, s.hasTarget, def.funcDelay, in Fan()
335 return s->hasTarget(); in findTargetSpeed()
H A Dsystem.cpp514 if (sensor->hasTarget()) in captureSensorData()
522 if (sensor->hasTarget()) in captureSensorData()
H A Djson_parser.cpp181 .hasTarget = sensor["has_target"].get<bool>(), in getSensorDefs()