Searched defs:pollRate (Results 1 – 9 of 9) sorted by relevance
/openbmc/dbus-sensors/src/psu/ |
H A D | PSUEvent.cpp | 48 double pollRate) : objServer(objectServer) in PSUCombineEvent() 147 std::shared_ptr<bool> state, const std::string& psuName, double pollRate) : in PSUSubEvent()
|
H A D | PSUSensor.cpp | 55 double offset, const std::string& label, size_t tSize, double pollRate, in PSUSensor()
|
H A D | PSUSensorMain.cpp | 548 float pollRate = getPollRate(*baseConfig, PSUSensor::defaultSensorPoll); in createSensorsCallback() local
|
/openbmc/dbus-sensors/src/ipmb/ |
H A D | IpmbSensor.cpp | 69 uint8_t hostSMbusIndex, const float pollRate, std::string& sensorTypeName) : in IpmbSensor() 640 float pollRate = getPollRate(cfg, pollRateDefault); in createSensors() local
|
/openbmc/dbus-sensors/src/hwmon-temp/ |
H A D | HwmonTempSensor.cpp | 58 const struct SensorParams& thisSensorParameters, const float pollRate, in HwmonTempSensor()
|
H A D | HwmonTempMain.cpp | 430 float pollRate = getPollRate(baseConfigMap, pollRateDefault); in createSensors() local
|
/openbmc/dbus-sensors/src/adc/ |
H A D | ADCSensor.cpp | 56 const float pollRate, PowerState readState, in ADCSensor()
|
H A D | ADCSensorMain.cpp | 262 float pollRate = in createSensors() local
|
/openbmc/dbus-sensors/src/ |
H A D | Utils.hpp | 209 float pollRate = dflt; in getPollRate() local
|