Searched refs:zoneConfigs (Results 1 – 2 of 2) sorted by relevance
46 std::map<int64_t, conf::ZoneConfig>& zoneConfigs, SensorManager& mgr, in buildZones() argument57 auto zoneConf = zoneConfigs.find(zoneId); in buildZones()58 if (zoneConf == zoneConfigs.end()) in buildZones()
19 std::map<int64_t, conf::ZoneConfig>& zoneConfigs, SensorManager& mgr,