Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/
H A Dzone.cpp143 auto& sNames = _services.at(*group); in removeService() local
144 auto it = std::find_if(sNames.begin(), sNames.end(), in removeService()
148 if (it != std::end(sNames)) in removeService()
151 sNames.erase(it); in removeService()
165 auto& sNames = _services.at(*group); in setServiceOwner() local
166 auto it = std::find_if(sNames.begin(), sNames.end(), in setServiceOwner()
170 if (it != std::end(sNames)) in setServiceOwner()