Home
last modified time | relevance | path

Searched refs:getChassis (Results 1 – 14 of 14) sorted by relevance

/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil_base.hpp35 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 Dutil.hpp128 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 Dpower_supply.cpp1326 auto chassis = getChassis(bus, inventoryPath); in getSensorAssociations()
H A Dnew_power_supply.cpp1341 auto chassis = getChassis(bus, inventoryPath); in getSensorAssociations()
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dsystem_tests.cpp76 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 Dsystem.hpp108 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 Dsystem.hpp65 const std::vector<std::unique_ptr<Chassis>>& getChassis() const in getChassis() function in phosphor::power::sequencer::System
H A Dpower_control.cpp137 for (auto& chassis : system->getChassis()) in findPgoodFault()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dsystem_tests.cpp76 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 Dmock.hpp70 std::string getChassis(sdbusplus::bus_t& /*bus*/, in getChassis() function in phosphor::power::psu::MockedUtil
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp430 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 Dstorage_chassis.hpp600 .privileges(redfish::privileges::getChassis) in requestRoutesChassisDrive()
H A Dchassis.hpp866 .privileges(redfish::privileges::getChassis) in requestRoutesChassis()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dprivilege_registry.hpp300 const static auto& getChassis = privilegeSetLogin; variable