Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp286 auto activeProfs = getActiveProfiles(); in inConfig() local
287 return std::find(activeProfs.begin(), activeProfs.end(), in inConfig()
288 lProfile) != activeProfs.end(); in inConfig()