Lines Matching refs:vector
899 std::vector<std::string> subsampling_vector = in resolv_get_dns_event_subsampling_map()
904 std::vector<std::string> rate_denom = Split(pair, ":"); in resolv_get_dns_event_subsampling_map()
976 std::vector<Entry> entries;
994 std::vector<std::string> nameservers;
995 std::vector<IPSockAddr> nameserverSockAddrs;
999 std::vector<std::string> search_domains;
1009 std::vector<int32_t> transportTypes;
1440 static bool resolv_is_nameservers_equal(const std::vector<std::string>& oldServers,
1441 const std::vector<std::string>& newServers);
1482 std::vector<unsigned> resolv_list_caches() { in resolv_list_caches()
1484 std::vector<unsigned> result; in resolv_list_caches()
1526 std::vector<std::string> filter_domains(const std::vector<std::string>& domains) { in filter_domains()
1528 std::vector<std::string> res; in filter_domains()
1542 std::vector<std::string> filter_nameservers(const std::vector<std::string>& servers) { in filter_nameservers()
1543 std::vector<std::string> res = servers; in filter_nameservers()
1568 std::vector<std::string> getCustomizedTableByName(const size_t netid, const char* hostname) { in getCustomizedTableByName()
1572 std::vector<std::string> result; in getCustomizedTableByName()
1582 int resolv_set_nameservers(unsigned netid, const std::vector<std::string>& servers, in resolv_set_nameservers()
1583 const std::vector<std::string>& domains, const res_params& params, in resolv_set_nameservers()
1585 const std::vector<int32_t>& transportTypes) { in resolv_set_nameservers()
1586 std::vector<std::string> nameservers = filter_nameservers(servers); in resolv_set_nameservers()
1593 std::vector<IPSockAddr> ipSockAddrs; in resolv_set_nameservers()
1658 static bool resolv_is_nameservers_equal(const std::vector<std::string>& oldServers, in resolv_is_nameservers_equal()
1659 const std::vector<std::string>& newServers) { in resolv_is_nameservers_equal()
1759 std::vector<std::string> resolv_cache_dump_subsampling_map(unsigned netid) { in resolv_cache_dump_subsampling_map()
1764 std::vector<std::string> result; in resolv_cache_dump_subsampling_map()
1796 const std::vector<IPSockAddr>& serverSockAddrs) { in resolv_cache_get_resolver_stats()
1848 int resolv_cache_get_expiration(unsigned netid, const std::vector<char>& query, in resolv_cache_get_expiration()
1882 int resolv_stats_set_servers_for_dot(unsigned netid, const std::vector<std::string>& servers) { in resolv_stats_set_servers_for_dot()
1888 std::vector<IPSockAddr> serverSockAddrs; in resolv_stats_set_servers_for_dot()
1945 android::net::NetworkType convert_network_type(const std::vector<int32_t>& transportTypes) { in convert_network_type()
1952 std::vector<int32_t> sortedTransTypes = transportTypes; in convert_network_type()
1954 if (sortedTransTypes != std::vector<int32_t>{IDnsResolver::TRANSPORT_CELLULAR, in convert_network_type()
1975 static const char* transport_type_to_str(const std::vector<int32_t>& transportTypes) { in transport_type_to_str()