Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dtypes.hpp89 using ExistingEndpoints = std::vector<ExistingEndpoint>; typedef
90 using PendingAssociations = std::map<std::string, ExistingEndpoints>;
H A Dassociations.cpp315 ExistingEndpoints ee; in addPendingAssociation()