Home
last modified time | relevance | path

Searched defs:servers (Results 1 – 25 of 77) sorted by relevance

1234

/aosp12/packages/modules/DnsResolver/tests/dns_responder/
H A Ddns_responder_client_ndk.cpp55 int netId, const std::vector<int>& params, const std::vector<std::string>& servers, in makeResolverParamsParcel()
92 unsigned netId, std::vector<std::string>* servers, in GetResolverInfo()
123 bool DnsResponderClient::SetResolversForNetwork(const std::vector<std::string>& servers, in SetResolversForNetwork()
132 bool DnsResponderClient::SetResolversWithTls(const std::vector<std::string>& servers, in SetResolversWithTls()
158 std::vector<std::string>* servers) { in SetupDNSServers()
H A Ddns_responder_client_ndk.h80 bool SetResolversWithTls(const std::vector<std::string>& servers, in SetResolversWithTls()
/aosp12/frameworks/libs/net/common/device/com/android/net/module/util/structs/
H A DRdnssOption.java66 public static ByteBuffer build(final long lifetime, final Inet6Address... servers) { in build()
84 public static ByteBuffer build(final long lifetime, final String... servers) { in build()
/aosp12/packages/modules/DnsResolver/
H A DDnsStatsTest.cpp177 std::vector<std::string> servers; in TEST_F() member
235 const std::vector<IPSockAddr> servers = { in TEST_F() local
269 const std::vector<IPSockAddr> servers = { in TEST_F() local
311 std::vector<IPSockAddr> servers = { in TEST_F() local
371 const std::vector<IPSockAddr> servers = { in TEST_F() local
498 const auto servers = mDnsStats.getSortedServers(PROTO_UDP); in TEST_F() local
H A DResolverController.cpp77 int getDnsInfo(unsigned netId, std::vector<std::string>* servers, std::vector<std::string>* domains, in getDnsInfo()
232 int ResolverController::getResolverInfo(int32_t netId, std::vector<std::string>* servers, in getResolverInfo()
288 std::vector<std::string> servers; in dump() local
H A DDnsStats.cpp62 bool ensureNoInvalidIp(const std::vector<IPSockAddr>& servers) { in ensureNoInvalidIp()
174 bool DnsStats::setServers(const std::vector<netdutils::IPSockAddr>& servers, Protocol protocol) { in setServers()
H A DPrivateDnsConfiguration.h45 std::list<DnsTlsServer> servers; in validatedServers() local
/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_integration_test.cpp667 std::vector<std::string> servers; in TEST_F() local
1489 std::vector<std::string> servers; in TEST_F() local
1520 std::vector<std::string> servers = {listen_addr}; in TEST_F() local
1575 std::vector<std::string> servers = {listen_addr}; in TEST_F() local
1656 std::vector<std::string> servers; in TEST_F() local
1802 std::vector<std::string> servers = {listen_addr}; in TEST_F() local
1830 std::vector<std::string> servers = {listen_addr}; in TEST_F() local
1892 std::vector<std::string> servers = {listen_addr}; in TEST_F() local
1994 std::vector<std::string> servers = {listen_addr}; in TEST_F() local
2024 std::vector<std::string> servers = {listen_addr}; in TEST_F() local
[all …]
H A Dresolv_stress_test.cpp46 std::vector<std::string> servers; in RunGetAddrInfoStressTest() local
/aosp12/system/libfmq/tests/
H A Dfmq_test.py49 servers = [] variable
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test.py49 servers = [] variable
/aosp12/system/netd/tests/benchmarks/
H A Ddns_benchmark.cpp66 std::vector<std::string> servers; in SetUp() local
/aosp12/frameworks/base/core/java/android/net/
H A DINetworkManagementEventObserver.aidl104 void interfaceDnsServerInfo(String iface, long lifetime, in String[] servers); in interfaceDnsServerInfo()
/aosp12/packages/modules/NetworkStack/src/com/android/server/
H A DNetworkObserver.java75 default void onInterfaceDnsServerInfo(String ifName, long lifetime, String[] servers) {} in onInterfaceDnsServerInfo()
/aosp12/frameworks/base/core/java/com/android/server/net/
H A DBaseNetworkObserver.java78 public void interfaceDnsServerInfo(String iface, long lifetime, String[] servers) { in interfaceDnsServerInfo()
/aosp12/system/netd/server/
H A DNetlinkHandler.cpp181 const char *servers = evt->findParam("SERVERS"); in onEvent() local
276 const std::vector<std::string>& servers) { in notifyInterfaceDnsServers()
/aosp12/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/1/android/net/
H A DIDnsResolver.aidl6 …void getResolverInfo(int netId, out @utf8InCpp String[] servers, out @utf8InCpp String[] domains, … in getResolverInfo()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
H A DINetdUnsolicitedEventListener.aidl5 …onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp String[] servers); in onInterfaceDnsServerInfo()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DINetdUnsolicitedEventListener.aidl23 …onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp String[] servers); in onInterfaceDnsServerInfo()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetdUnsolicitedEventListener.aidl39 …onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp String[] servers); in onInterfaceDnsServerInfo()
/aosp12/system/netd/server/binder/android/net/
H A DINetdUnsolicitedEventListener.aidl63 @utf8InCpp String ifName, long lifetimeS, in @utf8InCpp String[] servers); in onInterfaceDnsServerInfo()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
H A DINetdUnsolicitedEventListener.aidl22 …onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp String[] servers); in onInterfaceDnsServerInfo()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetdUnsolicitedEventListener.aidl23 …onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp String[] servers); in onInterfaceDnsServerInfo()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetdUnsolicitedEventListener.aidl23 …onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp String[] servers); in onInterfaceDnsServerInfo()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetdUnsolicitedEventListener.aidl39 …onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp String[] servers); in onInterfaceDnsServerInfo()

1234