Home
last modified time | relevance | path

Searched refs:_fanInputs (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dzone.cpp247 _fanInputs.push_back(fan); in addFanInput()
425 for (const auto& f : _fanInputs) in initializeLog()
473 processSensorInputs</* fanSensorLogging */ true>(_fanInputs, now); in updateFanTelemetry()
499 for (const auto& f : _fanInputs) in initializeCache()
H A Dzone.hpp225 std::vector<std::string> _fanInputs; member in pid_control::DbusPidZone