Searched refs:socketPath (Results 1 – 3 of 3) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | redfish_util.hpp | 158 const std::string& socketPath = in getPortStatusAndPath() local 194 socketData.emplace_back(socketPath, std::string(kv.first), in getPortStatusAndPath() 208 void getPortNumber(const std::string& socketPath, CallbackFunc&& callback) in getPortNumber() argument 212 *crow::connections::systemBus, "org.freedesktop.systemd1", socketPath, in getPortNumber()
|
| H A D | network_protocol.hpp | 153 const std::string& socketPath = get<0>(data); in afterNetworkPortRequest() local 160 getPortNumber(socketPath, [asyncResp, protocolName]( in afterNetworkPortRequest()
|
| H A D | systems.hpp | 3003 const std::string& socketPath = get<0>(data); in afterPortRequest() local 3012 getPortNumber(socketPath, [asyncResp, protocolName]( in afterPortRequest()
|