Searched refs:NetworkId (Results 1 – 4 of 4) sorted by relevance
22 `xyz/openbmc_project/mctp/<NetworkId>/<EID>` where NetworkId is the locally37 `xyz/openbmc_project/mctp/<NetworkId>` where NetworkId is the locally defined
89 std::get<NetworkId>(epProps), std::nullopt); in getMctpInfos()110 auto networkId = std::get<NetworkId>( in getMctpEndpointProps()222 auto networkId = std::get<NetworkId>( in getAddedMctpInfos()342 std::get<NetworkId>(epProps), std::nullopt); in propertiesChangedCb()439 const auto networkId = std::get<NetworkId>(mctpInfo); in constructMctpReactorObjectPath()518 const auto netToRemove = std::get<NetworkId>(mctpInfo); in removeConfigs()524 const auto netValue = std::get<NetworkId>(mctpInfo); in removeConfigs()
35 using NetworkId = uint32_t; typedef49 using MctpInfo = std::tuple<eid, UUID, MctpMedium, NetworkId, MctpInfoName>;59 using MctpEndpointProps = std::tuple<NetworkId, eid, MCTPMsgTypes>;
63 pldm::NetworkId endpointNetId = 0; in TEST()