Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/
H A Dzone.cpp474 auto servIter = pathIter->second.find(sIter.first); in addServices() local
475 if (servIter != pathIter->second.end()) in addServices()
480 if (std::find(servIter->second.begin(), in addServices()
481 servIter->second.end(), iIter) == in addServices()
482 servIter->second.end()) in addServices()
485 servIter->second.emplace_back(iIter); in addServices()
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp417 auto servIter = pathIter->second.find(itServ.first); in addServices() local
418 if (servIter != pathIter->second.end()) in addServices()
420 if (std::find(servIter->second.second.begin(), in addServices()
421 servIter->second.second.end(), intf) == in addServices()
422 servIter->second.second.end()) in addServices()
425 servIter->second.second.emplace_back(intf); in addServices()