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.cpp144 auto& sNames = _services.at(*group); in removeService() local
145 auto it = std::find_if(sNames.begin(), sNames.end(), in removeService()
149 if (it != std::end(sNames)) in removeService()
152 sNames.erase(it); in removeService()
166 auto& sNames = _services.at(*group); in setServiceOwner() local
167 auto it = std::find_if(sNames.begin(), sNames.end(), in setServiceOwner()
171 if (it != std::end(sNames)) in setServiceOwner()