/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | test_utils.hpp | diff db0b833cdd29f1c7d4939d795cb94c2f48a95ef3 Mon Apr 06 14:13:04 CDT 2020 Shawn McCarney <shawnmm@us.ibm.com> regulators: Build IDMap for system
The IDMap class is used to map string IDs to the corresponding C++ Device, Rail, and Rule objects.
The IDMap class is complete and tested, but it was not previously being populated except in testcases.
Add new methods to the System, Chassis, and Device classes to populate the IDMap with all the ID -> object mappings in the system.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I80f39b663b011ca643c91f7281ff50c956631331
|
H A D | chassis_tests.cpp | diff db0b833cdd29f1c7d4939d795cb94c2f48a95ef3 Mon Apr 06 14:13:04 CDT 2020 Shawn McCarney <shawnmm@us.ibm.com> regulators: Build IDMap for system
The IDMap class is used to map string IDs to the corresponding C++ Device, Rail, and Rule objects.
The IDMap class is complete and tested, but it was not previously being populated except in testcases.
Add new methods to the System, Chassis, and Device classes to populate the IDMap with all the ID -> object mappings in the system.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I80f39b663b011ca643c91f7281ff50c956631331
|
H A D | system_tests.cpp | diff db0b833cdd29f1c7d4939d795cb94c2f48a95ef3 Mon Apr 06 14:13:04 CDT 2020 Shawn McCarney <shawnmm@us.ibm.com> regulators: Build IDMap for system
The IDMap class is used to map string IDs to the corresponding C++ Device, Rail, and Rule objects.
The IDMap class is complete and tested, but it was not previously being populated except in testcases.
Add new methods to the System, Chassis, and Device classes to populate the IDMap with all the ID -> object mappings in the system.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I80f39b663b011ca643c91f7281ff50c956631331
|
H A D | device_tests.cpp | diff db0b833cdd29f1c7d4939d795cb94c2f48a95ef3 Mon Apr 06 14:13:04 CDT 2020 Shawn McCarney <shawnmm@us.ibm.com> regulators: Build IDMap for system
The IDMap class is used to map string IDs to the corresponding C++ Device, Rail, and Rule objects.
The IDMap class is complete and tested, but it was not previously being populated except in testcases.
Add new methods to the System, Chassis, and Device classes to populate the IDMap with all the ID -> object mappings in the system.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I80f39b663b011ca643c91f7281ff50c956631331
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | system.cpp | db0b833cdd29f1c7d4939d795cb94c2f48a95ef3 Mon Apr 06 14:13:04 CDT 2020 Shawn McCarney <shawnmm@us.ibm.com> regulators: Build IDMap for system
The IDMap class is used to map string IDs to the corresponding C++ Device, Rail, and Rule objects.
The IDMap class is complete and tested, but it was not previously being populated except in testcases.
Add new methods to the System, Chassis, and Device classes to populate the IDMap with all the ID -> object mappings in the system.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I80f39b663b011ca643c91f7281ff50c956631331
|
H A D | chassis.cpp | db0b833cdd29f1c7d4939d795cb94c2f48a95ef3 Mon Apr 06 14:13:04 CDT 2020 Shawn McCarney <shawnmm@us.ibm.com> regulators: Build IDMap for system
The IDMap class is used to map string IDs to the corresponding C++ Device, Rail, and Rule objects.
The IDMap class is complete and tested, but it was not previously being populated except in testcases.
Add new methods to the System, Chassis, and Device classes to populate the IDMap with all the ID -> object mappings in the system.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I80f39b663b011ca643c91f7281ff50c956631331
|
H A D | device.cpp | db0b833cdd29f1c7d4939d795cb94c2f48a95ef3 Mon Apr 06 14:13:04 CDT 2020 Shawn McCarney <shawnmm@us.ibm.com> regulators: Build IDMap for system
The IDMap class is used to map string IDs to the corresponding C++ Device, Rail, and Rule objects.
The IDMap class is complete and tested, but it was not previously being populated except in testcases.
Add new methods to the System, Chassis, and Device classes to populate the IDMap with all the ID -> object mappings in the system.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I80f39b663b011ca643c91f7281ff50c956631331
|
H A D | system.hpp | diff db0b833cdd29f1c7d4939d795cb94c2f48a95ef3 Mon Apr 06 14:13:04 CDT 2020 Shawn McCarney <shawnmm@us.ibm.com> regulators: Build IDMap for system
The IDMap class is used to map string IDs to the corresponding C++ Device, Rail, and Rule objects.
The IDMap class is complete and tested, but it was not previously being populated except in testcases.
Add new methods to the System, Chassis, and Device classes to populate the IDMap with all the ID -> object mappings in the system.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I80f39b663b011ca643c91f7281ff50c956631331
|
H A D | chassis.hpp | diff db0b833cdd29f1c7d4939d795cb94c2f48a95ef3 Mon Apr 06 14:13:04 CDT 2020 Shawn McCarney <shawnmm@us.ibm.com> regulators: Build IDMap for system
The IDMap class is used to map string IDs to the corresponding C++ Device, Rail, and Rule objects.
The IDMap class is complete and tested, but it was not previously being populated except in testcases.
Add new methods to the System, Chassis, and Device classes to populate the IDMap with all the ID -> object mappings in the system.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I80f39b663b011ca643c91f7281ff50c956631331
|
H A D | device.hpp | diff db0b833cdd29f1c7d4939d795cb94c2f48a95ef3 Mon Apr 06 14:13:04 CDT 2020 Shawn McCarney <shawnmm@us.ibm.com> regulators: Build IDMap for system
The IDMap class is used to map string IDs to the corresponding C++ Device, Rail, and Rule objects.
The IDMap class is complete and tested, but it was not previously being populated except in testcases.
Add new methods to the System, Chassis, and Device classes to populate the IDMap with all the ID -> object mappings in the system.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I80f39b663b011ca643c91f7281ff50c956631331
|
H A D | meson.build | diff db0b833cdd29f1c7d4939d795cb94c2f48a95ef3 Mon Apr 06 14:13:04 CDT 2020 Shawn McCarney <shawnmm@us.ibm.com> regulators: Build IDMap for system
The IDMap class is used to map string IDs to the corresponding C++ Device, Rail, and Rule objects.
The IDMap class is complete and tested, but it was not previously being populated except in testcases.
Add new methods to the System, Chassis, and Device classes to populate the IDMap with all the ID -> object mappings in the system.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I80f39b663b011ca643c91f7281ff50c956631331
|