Home
last modified time | relevance | path

Searched refs:chassisPath (Results 1 – 9 of 9) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/
H A Dchassis_utils.hpp53 std::optional<std::string> chassisPath; in getValidChassisPath() local
65 chassisPath = chassis; in getValidChassisPath()
69 callback(chassisPath); in getValidChassisPath()
/openbmc/phosphor-state-manager/
H A Dchassis_check_power_status.cpp51 std::string chassisPath = in main() local
58 bus, chassisPath, ChassisState::interface, "CurrentPowerStatus"); in main()
/openbmc/openpower-occ-control/
H A Docc_dbus.cpp180 if (chassisPath.empty()) in setChassisAssociation()
182 chassisPath = getChassisPath(); in setChassisAssociation()
188 associations.emplace_back("chassis", fType, chassisPath); in setChassisAssociation()
H A Docc_dbus.hpp183 std::string chassisPath; member in open_power::occ::dbus::OccDBusSensors
/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil.hpp135 auto chassisPath = getChassis(bus, invpath); in handleChassisHealthRollup() local
146 chassisPath}; in handleChassisHealthRollup()
/openbmc/bmcweb/redfish-core/lib/
H A Dpower.hpp75 const std::optional<std::string>& chassisPath) in afterGetChassisPath() argument
77 if (!chassisPath) in afterGetChassisPath()
H A Dchassis.hpp350 const std::string& chassisId, const std::string& chassisPath) in getChassisConnectivity() argument
359 chassisPath + "/contained_by", in getChassisConnectivity()
365 chassisPath + "/containing", in getChassisConnectivity()
H A Dsensors.hpp434 const std::string* chassisPath = nullptr; in getChassis() local
446 chassisPath = &chassis; in getChassis()
450 if (chassisPath == nullptr) in getChassis()
462 std::string sensorPath = *chassisPath + "/all_sensors"; in getChassis()
/openbmc/dbus-sensors/src/
H A DUtils.cpp618 const std::string& inventoryPath, const std::string& chassisPath) in setInventoryAssociation() argument
624 associations.emplace_back("chassis", "all_sensors", chassisPath); in setInventoryAssociation()