Home
last modified time | relevance | path

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

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