Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dvm_websocket.hpp207 socketId(socketIdIn), endpointId(endpointIdIn), path(pathIn), in NbdProxyServer()
242 return endpointId; in getEndpointId()
406 const std::string endpointId; member
443 std::string endpointId; in afterGetSocket() local
448 endpointId, "Socket", socket); in afterGetSocket()
474 std::make_shared<NbdProxyServer>(conn, socket, endpointId, path); in afterGetSocket()