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.hpp160 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 Dnetwork_protocol.hpp154 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 Dsystems.hpp2986 const std::string& socketPath = get<0>(data); in afterPortRequest() local
2995 getPortNumber(socketPath, [asyncResp, protocolName]( in afterPortRequest()