Searched refs:pathIt (Results 1 – 5 of 5) sorted by relevance
58 InterfaceMapType::iterator pathIt = interfaceMap.begin(); in processNameChangeDelete() local59 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 …]
104 auto pathIt = in remove() local106 if (pathIt != it->second.end()) in remove()108 it->second.erase(pathIt); in remove()123 auto pathIt = in remove() local125 if (pathIt != it->second.end()) in remove()127 it->second.erase(pathIt); in remove()
541 for (auto pathIt = configurations.begin(); in init() local542 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()
255 fs::path::iterator pathIt = p->path().begin(); in findFiles() local264 pathIt++; in findFiles()267 while (pathIt != p->path().end()) in findFiles()276 std::string component = pathIt->string(); in findFiles()285 pathIt++; in findFiles()
2298 decltype(sensors::paths)::const_iterator pathIt = in retrieveUriToDbusMap() local2301 if (pathIt == sensors::paths.cend()) in retrieveUriToDbusMap()2318 asyncResp, chassis, pathIt->second, node, std::move(callback)); in retrieveUriToDbusMap()