Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/test/
H A Dfirmware_inventory_manager_test.cpp60 pldm::eid endpointId = 1; in TEST() local
66 endpointId, endpointUuid, endpointMedium, endpointNetId, endpointName); in TEST()
83 SoftwareIdentifier softwareIdentifier{endpointId, 100}; in TEST()
/openbmc/bmcweb/features/virtual_media/
H A Dvm_websocket.hpp206 socketId(socketIdIn), endpointId(endpointIdIn), path(pathIn), in NbdProxyServer()
241 return endpointId; in getEndpointId()
405 const std::string endpointId; member
442 std::string endpointId; in afterGetSocket() local
447 endpointId, "Socket", socket); in afterGetSocket()
473 std::make_shared<NbdProxyServer>(conn, socket, endpointId, path); in afterGetSocket()