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.cpp20 void from_json(const json& j, conf::SensorConfig& s) in from_json()
104 std::map<std::string, conf::SensorConfig> buildSensorsFromJson(const json& data) in buildSensorsFromJson()
106 std::map<std::string, conf::SensorConfig> config; in buildSensorsFromJson()
114 config[sensor["name"]] = sensor.get<conf::SensorConfig>(); in buildSensorsFromJson()
H A Dbuildjson.hpp23 std::map<std::string, conf::SensorConfig> buildSensorsFromJson(
H A Dbuilder.hpp18 const std::map<std::string, conf::SensorConfig>& config,
H A Dbuilder.cpp36 const std::map<std::string, conf::SensorConfig>& config, in buildSensors()
49 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.hpp55 std::map<std::string, conf::SensorConfig>& sensorConfig,
H A Ddbuspassive.hpp43 const conf::SensorConfig* info,
H A Ddbuspassive.cpp56 std::unique_ptr<DbusHelperInterface> helper, const conf::SensorConfig* info, in createDbusPassive()
H A Ddbusconfiguration.cpp334 const std::map<std::string, conf::SensorConfig>& sensorConfig) in populatePidInfo()
454 std::map<std::string, conf::SensorConfig>& sensorConfig, in init()
/openbmc/phosphor-pid-control/
H A Dconf.hpp21 struct SensorConfig struct
H A Dutil.hpp54 void debugPrint(const std::map<std::string, conf::SensorConfig>& sensorConfig,
H A Dutil.cpp32 void debugPrint(const std::map<std::string, conf::SensorConfig>& sensorConfig, in debugPrint()
H A Dmain.cpp55 std::map<std::string, conf::SensorConfig> sensorConfig = {};
/openbmc/phosphor-pid-control/test/
H A Ddbus_passive_unittest.cpp53 auto info = conf::SensorConfig(); in TEST()
104 auto info = conf::SensorConfig(); in DbusPassiveTestObj()
638 auto info = conf::SensorConfig(); in DbusPassiveTestUnaSensorNotAsFailedObj()
847 auto info = conf::SensorConfig(); in DbusPassiveTest3kMaxObj()
893 auto info = conf::SensorConfig(); in DbusPassiveTest3kMaxIgnoredObj()
/openbmc/dbus-sensors/src/hwmon-temp/
H A DHwmonTempMain.cpp201 struct SensorConfig struct
211 boost::container::flat_map<SensorConfigKey, SensorConfig>; argument
256 SensorConfig val = {path.str, cfgData, intf, cfg, hwmonNames}; in buildSensorConfigMap()