Searched refs:SensorConfig (Results 1 – 15 of 15) sorted by relevance
/openbmc/phosphor-pid-control/sensors/ |
H A D | buildjson.cpp | 32 void from_json(const json& j, conf::SensorConfig& s) in from_json() 109 std::map<std::string, conf::SensorConfig> buildSensorsFromJson(const json& data) in buildSensorsFromJson() 111 std::map<std::string, conf::SensorConfig> config; in buildSensorsFromJson() 119 config[sensor["name"]] = sensor.get<conf::SensorConfig>(); in buildSensorsFromJson()
|
H A D | buildjson.hpp | 23 std::map<std::string, conf::SensorConfig>
|
H A D | builder.hpp | 19 buildSensors(const std::map<std::string, conf::SensorConfig>& config,
|
H A D | builder.cpp | 46 buildSensors(const std::map<std::string, conf::SensorConfig>& config, in buildSensors() 59 const conf::SensorConfig* info = &it.second; in buildSensors()
|
/openbmc/docs/designs/ |
H A D | phosphor-hwmon-refactoring.md | 44 - Add a SensorConfig struct that does all std::getenv() calls in one place 45 - DI: make the sensor struct take SensorConfig as dependency 46 - Unit tests for SensorConfig
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbusconfiguration.hpp | 54 std::map<std::string, conf::SensorConfig>& sensorConfig,
|
H A D | dbuspassive.hpp | 46 const conf::SensorConfig* info,
|
H A D | dbuspassive.cpp | 43 std::unique_ptr<DbusHelperInterface> helper, const conf::SensorConfig* info, in createDbusPassive()
|
H A D | dbusconfiguration.cpp | 307 const std::map<std::string, conf::SensorConfig>& sensorConfig) in populatePidInfo() 425 std::map<std::string, conf::SensorConfig>& sensorConfig, in init()
|
/openbmc/phosphor-pid-control/ |
H A D | conf.hpp | 20 struct SensorConfig struct
|
H A D | util.hpp | 61 void debugPrint(const std::map<std::string, conf::SensorConfig>& sensorConfig,
|
H A D | util.cpp | 28 void debugPrint(const std::map<std::string, conf::SensorConfig>& sensorConfig, in debugPrint()
|
H A D | main.cpp | 57 std::map<std::string, conf::SensorConfig> sensorConfig = {};
|
/openbmc/phosphor-pid-control/test/ |
H A D | dbus_passive_unittest.cpp | 43 auto info = conf::SensorConfig(); in TEST() 94 auto info = conf::SensorConfig(); in DbusPassiveTestObj() 635 auto info = conf::SensorConfig(); in DbusPassiveTestUnaSensorNotAsFailedObj() 845 auto info = conf::SensorConfig(); in DbusPassiveTest3kMaxObj() 888 auto info = conf::SensorConfig(); in DbusPassiveTest3kMaxIgnoredObj()
|
/openbmc/dbus-sensors/src/hwmon-temp/ |
H A D | HwmonTempMain.cpp | 196 struct SensorConfig struct 206 boost::container::flat_map<SensorConfigKey, SensorConfig>; argument 251 SensorConfig val = {path.str, cfgData, intf, cfg, hwmonNames}; in buildSensorConfigMap()
|