Searched refs:_active (Results 1 – 5 of 5) sorted by relevance
63 _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
68 return _active; in isActive()73 bool _active; member in phosphor::fan::control::json::Profile
36 Profile::Profile(const json& jsonObj) : ConfigBase(jsonObj), _active(false) in Profile()56 _active = handler->second(jsonObj["method"]); in setActive()
126 _active[*(group)] = isActiveAllow; in setActiveAllow()135 _isActive = std::all_of(_active.begin(), _active.end(), actPred); in setActiveAllow()
789 std::map<const Group, bool> _active; member in phosphor::fan::control::Zone