Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dprocessing.cpp60 InterfaceMapType::iterator pathIt = interfaceMap.begin(); in processNameChangeDelete() local
61 while (pathIt != interfaceMap.end()) in processNameChangeDelete()
66 auto ifaces = pathIt->second.find(wellKnown); in processNameChangeDelete()
67 if (ifaces != pathIt->second.end()) in processNameChangeDelete()
73 removeAssociation(io, pathIt->first, wellKnown, server, in processNameChangeDelete()
81 if ((pathIt->second.size() == 2) && in processNameChangeDelete()
82 (pathIt->second.find("xyz.openbmc_project.ObjectMapper") != in processNameChangeDelete()
83 pathIt->second.end())) in processNameChangeDelete()
87 moveAssociationToPending(io, pathIt->first, assocMaps, server); in processNameChangeDelete()
90 pathIt->second.erase(wellKnown); in processNameChangeDelete()
[all …]
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp569 for (auto pathIt = configurations.begin(); in init() local
570 pathIt != configurations.end();) in init()
572 for (auto confIt = pathIt->second.begin(); in init()
573 confIt != pathIt->second.end();) in init()
606 confIt = pathIt->second.erase(confIt); in init()
609 if (pathIt->second.empty()) in init()
611 pathIt = configurations.erase(pathIt); in init()
615 pathIt++; in init()
/openbmc/dbus-sensors/src/
H A DUtils.cpp258 std::filesystem::path::iterator pathIt = p->path().begin(); in findFiles() local
267 pathIt++; in findFiles()
270 while (pathIt != p->path().end()) in findFiles()
279 std::string component = pathIt->string(); in findFiles()
288 pathIt++; in findFiles()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp2338 decltype(sensors::paths)::const_iterator pathIt = in retrieveUriToDbusMap() local
2341 if (pathIt == sensors::paths.cend()) in retrieveUriToDbusMap()
2358 asyncResp, chassis, pathIt->second, node, std::move(callback)); in retrieveUriToDbusMap()