/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | rail.cpp | diff 8a55292d4a16589700a3efd72711a14dd5381a76 Wed Aug 05 04:02:31 CDT 2020 Bob King <Bob_King@wistron.com> regulators: Modify monitorSensors() to use Services
Modify the monitorSensors() method in the System, Chassis, Device, and Rail classes to have a new first parameter: Services& services.
Modify SensorMonitoring::execute() to log messages using the new Journal interface.
Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: I05820cfa94bc3d15dee7a1714a3d253720aa7f92
|
H A D | sensor_monitoring.cpp | diff 8a55292d4a16589700a3efd72711a14dd5381a76 Wed Aug 05 04:02:31 CDT 2020 Bob King <Bob_King@wistron.com> regulators: Modify monitorSensors() to use Services
Modify the monitorSensors() method in the System, Chassis, Device, and Rail classes to have a new first parameter: Services& services.
Modify SensorMonitoring::execute() to log messages using the new Journal interface.
Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: I05820cfa94bc3d15dee7a1714a3d253720aa7f92
|
H A D | sensor_monitoring.hpp | diff 8a55292d4a16589700a3efd72711a14dd5381a76 Wed Aug 05 04:02:31 CDT 2020 Bob King <Bob_King@wistron.com> regulators: Modify monitorSensors() to use Services
Modify the monitorSensors() method in the System, Chassis, Device, and Rail classes to have a new first parameter: Services& services.
Modify SensorMonitoring::execute() to log messages using the new Journal interface.
Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: I05820cfa94bc3d15dee7a1714a3d253720aa7f92
|
H A D | system.cpp | diff 8a55292d4a16589700a3efd72711a14dd5381a76 Wed Aug 05 04:02:31 CDT 2020 Bob King <Bob_King@wistron.com> regulators: Modify monitorSensors() to use Services
Modify the monitorSensors() method in the System, Chassis, Device, and Rail classes to have a new first parameter: Services& services.
Modify SensorMonitoring::execute() to log messages using the new Journal interface.
Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: I05820cfa94bc3d15dee7a1714a3d253720aa7f92
|
H A D | chassis.cpp | diff 8a55292d4a16589700a3efd72711a14dd5381a76 Wed Aug 05 04:02:31 CDT 2020 Bob King <Bob_King@wistron.com> regulators: Modify monitorSensors() to use Services
Modify the monitorSensors() method in the System, Chassis, Device, and Rail classes to have a new first parameter: Services& services.
Modify SensorMonitoring::execute() to log messages using the new Journal interface.
Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: I05820cfa94bc3d15dee7a1714a3d253720aa7f92
|
H A D | device.cpp | diff 8a55292d4a16589700a3efd72711a14dd5381a76 Wed Aug 05 04:02:31 CDT 2020 Bob King <Bob_King@wistron.com> regulators: Modify monitorSensors() to use Services
Modify the monitorSensors() method in the System, Chassis, Device, and Rail classes to have a new first parameter: Services& services.
Modify SensorMonitoring::execute() to log messages using the new Journal interface.
Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: I05820cfa94bc3d15dee7a1714a3d253720aa7f92
|
H A D | rail.hpp | diff 8a55292d4a16589700a3efd72711a14dd5381a76 Wed Aug 05 04:02:31 CDT 2020 Bob King <Bob_King@wistron.com> regulators: Modify monitorSensors() to use Services
Modify the monitorSensors() method in the System, Chassis, Device, and Rail classes to have a new first parameter: Services& services.
Modify SensorMonitoring::execute() to log messages using the new Journal interface.
Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: I05820cfa94bc3d15dee7a1714a3d253720aa7f92
|
H A D | system.hpp | diff 8a55292d4a16589700a3efd72711a14dd5381a76 Wed Aug 05 04:02:31 CDT 2020 Bob King <Bob_King@wistron.com> regulators: Modify monitorSensors() to use Services
Modify the monitorSensors() method in the System, Chassis, Device, and Rail classes to have a new first parameter: Services& services.
Modify SensorMonitoring::execute() to log messages using the new Journal interface.
Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: I05820cfa94bc3d15dee7a1714a3d253720aa7f92
|
H A D | chassis.hpp | diff 8a55292d4a16589700a3efd72711a14dd5381a76 Wed Aug 05 04:02:31 CDT 2020 Bob King <Bob_King@wistron.com> regulators: Modify monitorSensors() to use Services
Modify the monitorSensors() method in the System, Chassis, Device, and Rail classes to have a new first parameter: Services& services.
Modify SensorMonitoring::execute() to log messages using the new Journal interface.
Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: I05820cfa94bc3d15dee7a1714a3d253720aa7f92
|
H A D | device.hpp | diff 8a55292d4a16589700a3efd72711a14dd5381a76 Wed Aug 05 04:02:31 CDT 2020 Bob King <Bob_King@wistron.com> regulators: Modify monitorSensors() to use Services
Modify the monitorSensors() method in the System, Chassis, Device, and Rail classes to have a new first parameter: Services& services.
Modify SensorMonitoring::execute() to log messages using the new Journal interface.
Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: I05820cfa94bc3d15dee7a1714a3d253720aa7f92
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | sensor_monitoring_tests.cpp | diff 8a55292d4a16589700a3efd72711a14dd5381a76 Wed Aug 05 04:02:31 CDT 2020 Bob King <Bob_King@wistron.com> regulators: Modify monitorSensors() to use Services
Modify the monitorSensors() method in the System, Chassis, Device, and Rail classes to have a new first parameter: Services& services.
Modify SensorMonitoring::execute() to log messages using the new Journal interface.
Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: I05820cfa94bc3d15dee7a1714a3d253720aa7f92
|
H A D | rail_tests.cpp | diff 8a55292d4a16589700a3efd72711a14dd5381a76 Wed Aug 05 04:02:31 CDT 2020 Bob King <Bob_King@wistron.com> regulators: Modify monitorSensors() to use Services
Modify the monitorSensors() method in the System, Chassis, Device, and Rail classes to have a new first parameter: Services& services.
Modify SensorMonitoring::execute() to log messages using the new Journal interface.
Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: I05820cfa94bc3d15dee7a1714a3d253720aa7f92
|
H A D | chassis_tests.cpp | diff 8a55292d4a16589700a3efd72711a14dd5381a76 Wed Aug 05 04:02:31 CDT 2020 Bob King <Bob_King@wistron.com> regulators: Modify monitorSensors() to use Services
Modify the monitorSensors() method in the System, Chassis, Device, and Rail classes to have a new first parameter: Services& services.
Modify SensorMonitoring::execute() to log messages using the new Journal interface.
Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: I05820cfa94bc3d15dee7a1714a3d253720aa7f92
|
H A D | system_tests.cpp | diff 8a55292d4a16589700a3efd72711a14dd5381a76 Wed Aug 05 04:02:31 CDT 2020 Bob King <Bob_King@wistron.com> regulators: Modify monitorSensors() to use Services
Modify the monitorSensors() method in the System, Chassis, Device, and Rail classes to have a new first parameter: Services& services.
Modify SensorMonitoring::execute() to log messages using the new Journal interface.
Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: I05820cfa94bc3d15dee7a1714a3d253720aa7f92
|
H A D | device_tests.cpp | diff 8a55292d4a16589700a3efd72711a14dd5381a76 Wed Aug 05 04:02:31 CDT 2020 Bob King <Bob_King@wistron.com> regulators: Modify monitorSensors() to use Services
Modify the monitorSensors() method in the System, Chassis, Device, and Rail classes to have a new first parameter: Services& services.
Modify SensorMonitoring::execute() to log messages using the new Journal interface.
Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: I05820cfa94bc3d15dee7a1714a3d253720aa7f92
|