Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp544 for (auto confIt = pathIt->second.begin(); in init() local
545 confIt != pathIt->second.end();) in init()
547 auto profilesFind = confIt->second.find("Profiles"); in init()
548 if (profilesFind == confIt->second.end()) in init()
550 confIt++; in init()
557 confIt++; in init()
574 confIt++; in init()
578 confIt = pathIt->second.erase(confIt); in init()