Home
last modified time | relevance | path

Searched refs:getChassis (Results 1 – 10 of 10) 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.hpp135 auto chassisPath = getChassis(bus, invpath); in handleChassisHealthRollup()
197 std::string getChassis(sdbusplus::bus_t& bus, in getChassis() function in phosphor::power::psu::Util
H A Dpower_supply.cpp1323 auto chassis = getChassis(bus, inventoryPath); in getSensorAssociations()
/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-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-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.hpp400 void getChassis(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassis() function
2113 getChassis(sensorsAsyncResp->asyncResp, sensorsAsyncResp->chassisId, in getChassisData()
2270 getChassis(sensorAsyncResp->asyncResp, sensorAsyncResp->chassisId, in setSensorsOverride()
2384 getChassis(asyncResp, chassisId, sensors::sensorsNodeStr, dbus::sensorPaths, in handleSensorCollectionGet()
H A Dchassis.hpp797 .privileges(redfish::privileges::getChassis) in requestRoutesChassis()
H A Dstorage.hpp973 .privileges(redfish::privileges::getChassis) in requestRoutesChassisDriveName()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dprivilege_registry.hpp282 const static auto& getChassis = privilegeSetLogin; variable