Home
last modified time | relevance | path

Searched refs:SensorConfig (Results 1 – 15 of 15) sorted by relevance

/openbmc/phosphor-pid-control/sensors/
H A Dbuildjson.cpp32 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 Dbuildjson.hpp23 std::map<std::string, conf::SensorConfig>
H A Dbuilder.hpp19 buildSensors(const std::map<std::string, conf::SensorConfig>& config,
H A Dbuilder.cpp46 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 Dphosphor-hwmon-refactoring.md44 - 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 Ddbusconfiguration.hpp54 std::map<std::string, conf::SensorConfig>& sensorConfig,
H A Ddbuspassive.hpp46 const conf::SensorConfig* info,
H A Ddbuspassive.cpp39 std::unique_ptr<DbusHelperInterface> helper, const conf::SensorConfig* info, in createDbusPassive()
H A Ddbusconfiguration.cpp307 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 Dconf.hpp20 struct SensorConfig struct
H A Dutil.hpp61 void debugPrint(const std::map<std::string, conf::SensorConfig>& sensorConfig,
H A Dutil.cpp28 void debugPrint(const std::map<std::string, conf::SensorConfig>& sensorConfig, in debugPrint()
H A Dmain.cpp56 std::map<std::string, conf::SensorConfig> sensorConfig = {};
/openbmc/phosphor-pid-control/test/
H A Ddbus_passive_unittest.cpp40 auto info = conf::SensorConfig(); in TEST()
92 auto info = conf::SensorConfig(); in DbusPassiveTestObj()
634 auto info = conf::SensorConfig(); in DbusPassiveTestUnaSensorNotAsFailedObj()
845 auto info = conf::SensorConfig(); in DbusPassiveTest3kMaxObj()
889 auto info = conf::SensorConfig(); in DbusPassiveTest3kMaxIgnoredObj()
/openbmc/dbus-sensors/src/
H A DHwmonTempMain.cpp196 struct SensorConfig struct
206 boost::container::flat_map<SensorConfigKey, SensorConfig>; argument
251 SensorConfig val = {path.str, cfgData, intf, cfg, hwmonNames}; in buildSensorConfigMap()