Searched refs:pathIt (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-objmgr/src/ |
H A D | processing.cpp | 58 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() 80 (pathIt->second.find("xyz.openbmc_project.ObjectMapper") != in processNameChangeDelete() 81 pathIt->second.end())) in processNameChangeDelete() 85 moveAssociationToPending(io, pathIt->first, assocMaps, server); in processNameChangeDelete() 88 pathIt->second.erase(wellKnown); in processNameChangeDelete() [all …]
|
/openbmc/entity-manager/src/ |
H A D | topology.cpp | 104 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 D | dbusconfiguration.cpp | 541 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 D | Utils.cpp | 255 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 D | sensors.hpp | 2297 decltype(sensors::paths)::const_iterator pathIt = in retrieveUriToDbusMap() local 2300 if (pathIt == sensors::paths.cend()) in retrieveUriToDbusMap() 2317 asyncResp, chassis, pathIt->second, node, std::move(callback)); in retrieveUriToDbusMap()
|