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.cpp77 const MctpEndpointProps& epProps = in getMctpInfos() local
82 auto types = std::get<MCTPMsgTypes>(epProps); in getMctpInfos()
86 mctpInfoMap[MctpInfo(std::get<eid>(epProps), uuid, "", in getMctpInfos()
87 std::get<NetworkId>(epProps))] = in getMctpInfos()
308 const MctpEndpointProps& epProps = in propertiesChangedCb() local
311 auto types = std::get<MCTPMsgTypes>(epProps); in propertiesChangedCb()
318 MctpInfo mctpInfo(std::get<eid>(epProps), uuid, "", in propertiesChangedCb()
319 std::get<NetworkId>(epProps)); in propertiesChangedCb()