Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dprocessing.cpp58 InterfaceMapType::iterator pathIt = interfaceMap.begin(); in processNameChangeDelete() local
59 while (pathIt != interfaceMap.end()) in processNameChangeDelete()
64 auto ifaces = pathIt->second.find(wellKnown); in processNameChangeDelete()
65 if (ifaces != pathIt->second.end()) in processNameChangeDelete()
71 removeAssociation(io, pathIt->first, wellKnown, server, in processNameChangeDelete()
79 if ((pathIt->second.size() == 2) && in processNameChangeDelete()
81 pathIt->second.end())) in processNameChangeDelete()
88 pathIt->second.erase(wellKnown); in processNameChangeDelete()
89 if (pathIt->second.empty()) in processNameChangeDelete()
93 pathIt = interfaceMap.erase(pathIt); in processNameChangeDelete()
[all …]
/openbmc/entity-manager/src/
H A Dtopology.cpp104 auto pathIt = in remove() local
106 if (pathIt != it->second.end()) in remove()
108 it->second.erase(pathIt); in remove()
123 auto pathIt = in remove() local
125 if (pathIt != it->second.end()) in remove()
127 it->second.erase(pathIt); in remove()
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp541 for (auto pathIt = configurations.begin(); in init() local
542 pathIt != configurations.end();) in init()
544 for (auto confIt = pathIt->second.begin(); in init()
545 confIt != pathIt->second.end();) in init()
578 confIt = pathIt->second.erase(confIt); in init()
581 if (pathIt->second.empty()) in init()
583 pathIt = configurations.erase(pathIt); in init()
587 pathIt++; in init()
/openbmc/dbus-sensors/src/
H A DUtils.cpp255 fs::path::iterator pathIt = p->path().begin(); in findFiles() local
264 pathIt++; in findFiles()
267 while (pathIt != p->path().end()) in findFiles()
276 std::string component = pathIt->string(); in findFiles()
285 pathIt++; in findFiles()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp2298 decltype(sensors::paths)::const_iterator pathIt = in retrieveUriToDbusMap() local
2301 if (pathIt == sensors::paths.cend()) in retrieveUriToDbusMap()
2318 asyncResp, chassis, pathIt->second, node, std::move(callback)); in retrieveUriToDbusMap()