| /openbmc/phosphor-power/phosphor-power-supply/ |
| H A D | util_base.hpp | 35 virtual std::string getChassis(sdbusplus::bus_t& /*bus*/, 64 inline std::string getChassis(sdbusplus::bus_t& bus, const std::string& invpath) in getChassis() function 66 return getUtils().getChassis(bus, invpath); in getChassis()
|
| H A D | util.hpp | 128 auto chassisPath = getChassis(bus, invpath); in handleChassisHealthRollup() 188 std::string getChassis(sdbusplus::bus_t& bus, in getChassis() function in phosphor::power::psu::Util
|
| H A D | power_supply.cpp | 1326 auto chassis = getChassis(bus, inventoryPath); in getSensorAssociations()
|
| H A D | new_power_supply.cpp | 1341 auto chassis = getChassis(bus, inventoryPath); in getSensorAssociations()
|
| /openbmc/phosphor-power/phosphor-power-sequencer/test/ |
| H A D | system_tests.cpp | 76 system.getChassis()[i]->getStatusMonitor()); in getMockStatusMonitor() 90 *(system.getChassis()[i]->getPowerSequencers()[0])); in getMockDevice() 100 EXPECT_EQ(system.getChassis().size(), 1); in TEST() 101 EXPECT_EQ(system.getChassis()[0]->getNumber(), 1); in TEST() 102 EXPECT_EQ(system.getChassis()[0]->getInventoryPath(), in TEST() 119 EXPECT_EQ(system.getChassis().size(), 3); in TEST() 120 EXPECT_EQ(system.getChassis()[0]->getNumber(), 1); in TEST() 121 EXPECT_EQ(system.getChassis()[0]->getInventoryPath(), in TEST() 123 EXPECT_EQ(system.getChassis()[1]->getNumber(), 3); in TEST() 124 EXPECT_EQ(system.getChassis()[1]->getInventoryPath(), in TEST() [all …]
|
| /openbmc/phosphor-power/phosphor-regulators/src/ |
| H A D | system.hpp | 108 const std::vector<std::unique_ptr<Chassis>>& getChassis() const in getChassis() function in phosphor::power::regulators::System
|
| /openbmc/phosphor-power/phosphor-power-sequencer/src/ |
| H A D | system.hpp | 65 const std::vector<std::unique_ptr<Chassis>>& getChassis() const in getChassis() function in phosphor::power::sequencer::System
|
| H A D | power_control.cpp | 137 for (auto& chassis : system->getChassis()) in findPgoodFault()
|
| /openbmc/phosphor-power/phosphor-regulators/test/ |
| H A D | system_tests.cpp | 76 EXPECT_EQ(system.getChassis().size(), 1); in TEST() 77 EXPECT_EQ(system.getChassis()[0]->getNumber(), 1); in TEST() 372 EXPECT_EQ(system.getChassis().size(), 2); in TEST() 373 EXPECT_EQ(system.getChassis()[0]->getNumber(), 1); in TEST() 374 EXPECT_EQ(system.getChassis()[1]->getNumber(), 3); in TEST()
|
| /openbmc/phosphor-power/phosphor-power-supply/test/ |
| H A D | mock.hpp | 70 std::string getChassis(sdbusplus::bus_t& /*bus*/, in getChassis() function in phosphor::power::psu::MockedUtil
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | sensors.hpp | 430 void getChassis(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassis() function 2157 getChassis(sensorsAsyncResp->asyncResp, sensorsAsyncResp->chassisId, in getChassisData() 2316 getChassis(sensorAsyncResp->asyncResp, sensorAsyncResp->chassisId, in setSensorsOverride() 2430 getChassis(asyncResp, chassisId, sensors::sensorsNodeStr, dbus::sensorPaths, in handleSensorCollectionGet()
|
| H A D | storage_chassis.hpp | 600 .privileges(redfish::privileges::getChassis) in requestRoutesChassisDrive()
|
| H A D | chassis.hpp | 866 .privileges(redfish::privileges::getChassis) in requestRoutesChassis()
|
| /openbmc/bmcweb/redfish-core/include/registries/ |
| H A D | privilege_registry.hpp | 300 const static auto& getChassis = privilegeSetLogin; variable
|