Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.cpp96 updateInventory(_functional); in TachSensor()
250 if (_functional) in resetMethod()
264 _functional = functional; in setFunctional()
265 updateInventory(_functional); in setFunctional()
272 if (!_functional) in setFunctional()
H A Dfan.cpp203 if (_functional && in startMonitor()
400 if (!_setFuncOnPresent && !_functional && in updateState()
412 if (_functional && (numNonFuncSensors >= _numSensorFailsForNonFunc)) in updateState()
458 _functional = functional; in updateInventory()
563 if (!_functional && in powerStateChanged()
H A Dtach_sensor.hpp252 return _functional; in functional()
446 bool _functional = true; member in phosphor::fan::monitor::TachSensor
H A Dfan.hpp282 bool _functional = true; member in phosphor::fan::monitor::Fan
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassive.cpp207 if (!_functional) in getFailed()
226 _functional = value; in setFunctional()
H A Ddbuspassive.hpp84 bool _functional = true; member in pid_control::DbusPassive