Lines Matching refs:group
115 void setActiveAllow(const Group* group, bool isActiveAllow);
123 inline void setFloorChangeAllow(const Group* group, bool isAllow) in setFloorChangeAllow() argument
125 _floorChange[*(group)] = isAllow; in setFloorChangeAllow()
134 inline void setDecreaseAllow(const Group* group, bool isAllow) in setDecreaseAllow() argument
136 _decAllowed[*(group)] = isAllow; in setDecreaseAllow()
297 void removeService(const Group* group, const std::string& name);
306 void setServiceOwner(const Group* group, const std::string& name,
314 void setServices(const Group* group);
323 inline auto getGroupServices(const Group* group) in getGroupServices() argument
325 return _services.at(*group); in getGroupServices()
519 void addTimer(const std::string& name, const Group& group,