Home
last modified time | relevance | path

Searched defs:pollRate (Results 1 – 10 of 10) sorted by relevance

/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaDeviceDiscovery.hpp27 uint64_t pollRate{}; member
/openbmc/dbus-sensors/src/psu/
H A DPSUEvent.cpp47 double pollRate) : objServer(objectServer) in PSUCombineEvent()
146 std::shared_ptr<bool> state, const std::string& psuName, double pollRate) : in PSUSubEvent()
H A DPSUSensor.cpp55 PSUSensor(const std::string & path,const std::string & objectType,sdbusplus::asio::object_server & objectServer,std::shared_ptr<sdbusplus::asio::connection> & conn,boost::asio::io_context & io,const std::string & sensorName,std::vector<thresholds::Threshold> && thresholdsIn,const std::string & sensorConfiguration,const PowerState & powerState,const std::string & sensorUnits,unsigned int factor,double max,double min,double offset,const std::string & label,size_t tSize,double pollRate,const std::shared_ptr<I2CDevice> & i2cDevice) PSUSensor() argument
H A DPSUSensorMain.cpp559 float pollRate = getPollRate(*baseConfig, PSUSensor::defaultSensorPoll); createSensorsCallback() local
/openbmc/dbus-sensors/src/hwmon-temp/
H A DHwmonTempSensor.cpp58 const struct SensorParams& thisSensorParameters, const float pollRate, in HwmonTempSensor()
H A DHwmonTempMain.cpp436 float pollRate = getPollRate(baseConfigMap, pollRateDefault); in createSensors() local
/openbmc/dbus-sensors/src/ipmb/
H A DIpmbSensor.cpp72 IpmbSensor(std::shared_ptr<sdbusplus::asio::connection> & conn,boost::asio::io_context & io,const std::string & sensorName,const std::string & sensorConfiguration,sdbusplus::asio::object_server & objectServer,std::vector<thresholds::Threshold> && thresholdData,uint8_t deviceAddress,uint8_t hostSMbusIndex,const float pollRate,std::string & sensorTypeName) IpmbSensor() argument
642 float pollRate = getPollRate(cfg, pollRateDefault); createSensors() local
/openbmc/dbus-sensors/src/adc/
H A DADCSensor.cpp58 const float pollRate, PowerState readState, in ADCSensor()
H A DADCSensorMain.cpp262 float pollRate = createSensors() local
/openbmc/dbus-sensors/src/
H A DUtils.hpp222 float pollRate = dflt; in getPollRate() local