Lines Matching full:zone
17 control::Zone& zone, const std::string& name, const Group& group, in timer()
19 zone.addTimer(name, group, actions, tConf); in timer()
26 control::Zone& zone, const std::string& name, const Group& group, in signal() argument
36 zone.getBus(), match.c_str(), in signal()
37 std::bind(std::mem_fn(&Zone::handleEvent), &zone, in signal()
42 // When match is empty, handle if zone object member in signal()
46 if (std::get<pathPos>(entry) == zone.getPath()) in signal()
48 auto ifaces = zone.getIfaces(); in signal()
49 // Group member interface in list owned by zone in signal()
54 zone.setObjectData( in signal()
61 zone.addSignal(name, std::move(eventData), std::move(mPtr)); in signal()
68 control::Zone& zone, const std::string& /*name*/, in init()
73 handler(zone, group); in init()
78 [&zone, &group](const auto& action) { in init()
79 action(zone, group); in init()