Home
last modified time | relevance | path

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

/openbmc/pldm/requester/
H A Dmctp_endpoint_discovery.cpp78 const MctpEndpointProps& epProps = in getMctpInfos() local
83 auto types = std::get<MCTPMsgTypes>(epProps); in getMctpInfos()
88 MctpInfo(std::get<eid>(epProps), uuid, "", in getMctpInfos()
89 std::get<NetworkId>(epProps), std::nullopt); in getMctpInfos()
331 const MctpEndpointProps& epProps = in propertiesChangedCb() local
334 auto types = std::get<MCTPMsgTypes>(epProps); in propertiesChangedCb()
341 MctpInfo mctpInfo(std::get<eid>(epProps), uuid, "", in propertiesChangedCb()
342 std::get<NetworkId>(epProps), std::nullopt); in propertiesChangedCb()