Searched refs:getChassis (Results 1 – 10 of 10) sorted by relevance
/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 | 135 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 D | power_supply.cpp | 1323 auto chassis = getChassis(bus, inventoryPath); in getSensorAssociations()
|
/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-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-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 | 400 void getChassis(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassis() function 2117 getChassis(sensorsAsyncResp->asyncResp, sensorsAsyncResp->chassisId, in getChassisData() 2276 getChassis(sensorAsyncResp->asyncResp, sensorAsyncResp->chassisId, in setSensorsOverride() 2390 getChassis(asyncResp, chassisId, sensors::sensorsNodeStr, dbus::sensorPaths, in handleSensorCollectionGet()
|
H A D | chassis.hpp | 799 .privileges(redfish::privileges::getChassis) in requestRoutesChassis()
|
H A D | storage.hpp | 973 .privileges(redfish::privileges::getChassis) in requestRoutesChassisDriveName()
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | privilege_registry.hpp | 282 const static auto& getChassis = privilegeSetLogin; variable
|