Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp287 auto findEndpoint = associationMaps.ifaces.find(associationPath.str); in getAssociatedSubTree() local
288 if (findEndpoint == associationMaps.ifaces.end()) in getAssociatedSubTree()
293 std::get<endpointsPos>(findEndpoint->second); in getAssociatedSubTree()
317 auto findEndpoint = associationMaps.ifaces.find(associationPath.str); in getAssociatedSubTreePaths() local
318 if (findEndpoint == associationMaps.ifaces.end()) in getAssociatedSubTreePaths()
323 std::get<endpointsPos>(findEndpoint->second); in getAssociatedSubTreePaths()