Searched refs:portPath (Results 1 – 1 of 1) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | fabric_ports.hpp | 66 const std::string& portPath, const std::string& serviceName) in getFabricPortLocation() argument 69 serviceName, portPath, in getFabricPortLocation() 96 const std::string& portPath, const std::string& serviceName) in getFabricPortState() argument 100 serviceName, portPath, "xyz.openbmc_project.Inventory.Item", "Present", in getFabricPortState() 128 const std::string& portPath, const std::string& serviceName) in getFabricPortHealth() argument 132 serviceName, portPath, in getFabricPortHealth() 140 const std::string& portId, const std::string& portPath, in getFabricPortProperties() argument 143 if (portPath.empty()) in getFabricPortProperties() 161 getFabricPortLocation(asyncResp, portPath, serviceName); in getFabricPortProperties() 162 getFabricPortState(asyncResp, portPath, serviceName); in getFabricPortProperties() [all …]
|