Home | History | Annotate | Download | only in benchmarks

Lines Matching defs:dns

29  *      The control case. Switches all kinds of DNS events reporting off and runs getaddrinfo() in a
36 * DNS Logging Lite? includes staple favourites such as event type (getaddrinfo/gethostbyname),
47 * DNS Logging, in full HD, includes extra non-metrics fields such as hostname, a truncated
53 * - real_time: the average time taken to make a single getaddrinfo lookup on a local DNS resolver
55 * block on DNS lookups and Binder connections.
85 DnsResponderClient dns;
92 dns.SetUp();
96 dns.SetupMappings(num_hosts, domains, &mappings);
98 dns.SetupDNSServers(MAXNS, mappings, &mDns, &servers);
101 dns.SetResolversForNetwork(servers, domains, mDefaultParams_Binder);
107 dns.ShutdownDNSServers(&mDns);
108 dns.TearDown();
117 return dns.mNetdSrv;
172 // DNS calls without any metrics logged or sent.
180 // DNS calls with metrics only (netId, latency, return code) sent to the system server.
188 // DNS calls with all information logged and sent to the system server.