Searched refs:numZones (Results 1 – 2 of 2) sorted by relevance
318 int numZones = VehicleNetworkUtil::countNumberOfZones(in.vehicle_zone_flags); in toVehiclePropConfig() local322 for (int i = 0; i < numZones; i++) { in toVehiclePropConfig()333 for (int i = 0; i < numZones; i++) { in toVehiclePropConfig()359 int numZones = VehicleNetworkUtil::countNumberOfZones(in.vehicle_zone_flags); in toVehiclePropConfig() local363 for (int i = 0; i < numZones; i++) { in toVehiclePropConfig()374 for (int i = 0; i < numZones; i++) { in toVehiclePropConfig()439 int numZones = VehicleNetworkUtil::countNumberOfZones(out.vehicle_zone_flags); in fromVehiclePropConfig() local457 } else if (numZones > 1){ in fromVehiclePropConfig()458 if (numZones != maxSize) { in fromVehiclePropConfig()460 numZones); in fromVehiclePropConfig()[all …]
56 int numZones = 0; in getNumberOfZones() local59 numZones++; in getNumberOfZones()61 return numZones; in getNumberOfZones()