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,
163 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
81 _invName(fs::path(fan.getName()) / id), _hasTarget(hasTarget), in TachSensor()
H A Dtypes.hpp108 bool hasTarget; member
H A Dfan.cpp69 mode, bus, *this, s.name, s.hasTarget, def.funcDelay, in Fan()
336 [](const auto& s) { return s->hasTarget(); }); in findTargetSpeed()
H A Dsystem.cpp515 if (sensor->hasTarget()) in captureSensorData()
523 if (sensor->hasTarget()) in captureSensorData()
H A Djson_parser.cpp180 .hasTarget = sensor["has_target"].get<bool>(), in getSensorDefs()