Home
last modified time | relevance | path

Searched defs:chassisPath (Results 1 – 11 of 11) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/
H A Dchassis_utils.hpp55 std::optional<std::string> chassisPath; in getValidChassisPath() local
/openbmc/phosphor-state-manager/
H A Dchassis_check_power_status.cpp51 std::string chassisPath = in main() local
/openbmc/openpower-occ-control/
H A Docc_dbus.hpp183 std::string chassisPath; member in open_power::occ::dbus::OccDBusSensors
/openbmc/phosphor-power/phosphor-power-supply/
H A Dchassis_manager.cpp128 for (const auto& chassisPath : chassisPathList) in initializeChassisList() local
H A Dchassis.hpp215 std::string chassisPath; member in phosphor::power::chassis::Chassis
H A Dutil.hpp128 auto chassisPath = getChassis(bus, invpath); in handleChassisHealthRollup() local
H A Dchassis.cpp31 Chassis::Chassis(sdbusplus::bus_t& bus, const std::string& chassisPath, in Chassis()
/openbmc/bmcweb/redfish-core/lib/
H A Dpower.hpp74 const std::optional<std::string>& chassisPath) in afterGetChassisPath()
H A Dchassis.hpp347 getChassisConnectivity(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & chassisPath) getChassisConnectivity() argument
H A Dsensors.hpp453 const std::string* chassisPath = nullptr; in getChassis() local
/openbmc/dbus-sensors/src/
H A DUtils.cpp623 const std::string& inventoryPath, const std::string& chassisPath) in setInventoryAssociation()