Searched refs:g_autoconn_whitelist (Results 1 – 1 of 1) sorted by relevance
47 static auto& g_autoconn_whitelist = *new std::unordered_set<int>(); variable63 g_autoconn_whitelist.insert(kADBSecureConnectServiceRefIndex); in config_auto_connect_services()71 g_autoconn_whitelist.clear(); in config_auto_connect_services()77 g_autoconn_whitelist.insert(kADBTransportServiceRefIndex); in config_auto_connect_services()95 g_autoconn_whitelist = std::move(new_whitelist); in config_auto_connect_services()105 if (g_autoconn_whitelist.find(index) == g_autoconn_whitelist.end()) { in adb_DNSServiceShouldAutoConnect()622 std::for_each(g_autoconn_whitelist.begin(), g_autoconn_whitelist.end(), [&](const int& i) { in init_mdns_transport_discovery_thread()