Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dpower_off_rule.hpp63 _active = false; in cancel()
83 if (!_active && satisfied && (state == _validState)) in check()
90 _active = true; in check()
93 else if (_active && !satisfied) in check()
100 _active = false; in check()
118 return _active; in active()
130 bool _active{false}; member in phosphor::fan::monitor::PowerOffRule
/openbmc/phosphor-fan-presence/control/json/
H A Dprofile.hpp68 return _active; in isActive()
73 bool _active; member in phosphor::fan::control::json::Profile
H A Dprofile.cpp36 Profile::Profile(const json& jsonObj) : ConfigBase(jsonObj), _active(false) in Profile()
56 _active = handler->second(jsonObj["method"]); in setActive()
/openbmc/phosphor-fan-presence/control/
H A Dzone.cpp126 _active[*(group)] = isActiveAllow; in setActiveAllow()
135 _isActive = std::all_of(_active.begin(), _active.end(), actPred); in setActiveAllow()
H A Dzone.hpp789 std::map<const Group, bool> _active; member in phosphor::fan::control::Zone