Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp106 auto pathRef = interfaceMap.find(path); in getObject() local
107 if (pathRef == interfaceMap.end()) in getObject()
114 return pathRef->second; in getObject()
116 for (const auto& connectionInterfaces : pathRef->second) in getObject()