Home
last modified time | relevance | path

Searched refs:socketPath (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_util.hpp158 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 Dnetwork_protocol.hpp153 const std::string& socketPath = get<0>(data); in afterNetworkPortRequest() local
160 getPortNumber(socketPath, [asyncResp, protocolName]( in afterNetworkPortRequest()
H A Dsystems.hpp3003 const std::string& socketPath = get<0>(data); in afterPortRequest() local
3012 getPortNumber(socketPath, [asyncResp, protocolName]( in afterPortRequest()