Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/
H A Dzone.cpp135 auto actPred = [](const auto& entry) { return entry.second; }; in setActiveAllow() local
136 _isActive = std::all_of(_active.begin(), _active.end(), actPred); in setActiveAllow()