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