Searched refs:chassisPath (Results 1 – 9 of 9) sorted by relevance
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | chassis_utils.hpp | 53 std::optional<std::string> chassisPath; in getValidChassisPath() local 65 chassisPath = chassis; in getValidChassisPath() 69 callback(chassisPath); in getValidChassisPath()
|
/openbmc/phosphor-state-manager/ |
H A D | chassis_check_power_status.cpp | 51 std::string chassisPath = in main() local 58 bus, chassisPath, ChassisState::interface, "CurrentPowerStatus"); in main()
|
/openbmc/openpower-occ-control/ |
H A D | occ_dbus.cpp | 180 if (chassisPath.empty()) in setChassisAssociation() 182 chassisPath = getChassisPath(); in setChassisAssociation() 188 associations.emplace_back("chassis", fType, chassisPath); in setChassisAssociation()
|
H A D | occ_dbus.hpp | 183 std::string chassisPath; member in open_power::occ::dbus::OccDBusSensors
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | util.hpp | 135 auto chassisPath = getChassis(bus, invpath); in handleChassisHealthRollup() local 146 chassisPath}; in handleChassisHealthRollup()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | power.hpp | 75 const std::optional<std::string>& chassisPath) in afterGetChassisPath() argument 77 if (!chassisPath) in afterGetChassisPath()
|
H A D | chassis.hpp | 350 const std::string& chassisId, const std::string& chassisPath) in getChassisConnectivity() argument 359 chassisPath + "/contained_by", in getChassisConnectivity() 365 chassisPath + "/containing", in getChassisConnectivity()
|
H A D | sensors.hpp | 434 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 D | Utils.cpp | 618 const std::string& inventoryPath, const std::string& chassisPath) in setInventoryAssociation() argument 624 associations.emplace_back("chassis", "all_sensors", chassisPath); in setInventoryAssociation()
|