Lines Matching defs:buses
172 return; // the mux buses are random, no need to publish
702 // It's expected to have at least one field, "buses" that is an array of the
703 // buses by integer. Allow for future options to exclude further aspects,
711 // If buses field is missing, that's fine.
712 if (data.count("buses") == 1)
714 // Parse the buses array after a little validation.
715 auto buses = data.at("buses");
716 if (buses.type() != nlohmann::json::value_t::array)
719 lg2::error("Invalid contents for blocklist buses field");
726 for (const auto& busIterator : buses)
1398 // check for and load blocklist with initial buses.