Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/
H A DREADME.md22 `xyz/openbmc_project/mctp/<NetworkId>/<EID>` where NetworkId is the locally
37 `xyz/openbmc_project/mctp/<NetworkId>` where NetworkId is the locally defined
/openbmc/pldm/requester/
H A Dmctp_endpoint_discovery.cpp89 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()
/openbmc/pldm/common/
H A Dtypes.hpp35 using NetworkId = uint32_t; typedef
49 using MctpInfo = std::tuple<eid, UUID, MctpMedium, NetworkId, MctpInfoName>;
59 using MctpEndpointProps = std::tuple<NetworkId, eid, MCTPMsgTypes>;
/openbmc/pldm/fw-update/test/
H A Dfirmware_inventory_manager_test.cpp63 pldm::NetworkId endpointNetId = 0; in TEST()