Lines Matching refs:Property
42 ::testing::Property("rcode", &DnsQueryEvent::rcode,
44 ::testing::Property("ns_type", &DnsQueryEvent::type,
46 ::testing::Property("cache_hit", &DnsQueryEvent::cache_hit,
48 ::testing::Property("ip_version", &DnsQueryEvent::ip_version,
50 ::testing::Property("protocol", &DnsQueryEvent::protocol,
52 ::testing::Property("retry_times", &DnsQueryEvent::retry_times,
54 ::testing::Property("dns_server_index", &DnsQueryEvent::dns_server_index,
59 ::testing::Property("linux_errno", &DnsQueryEvent::linux_errno,
61 ::testing::Property("connected", &DnsQueryEvent::connected,
121 ::testing::Property("dns_query_events",
124 ::testing::Property("uid", &android::net::NetworkDnsEventReported::uid,
132 ::testing::Property("protocol", &Server::protocol,
134 ::testing::Property("index", &Server::index, ::testing::Eq(other.index())),
135 ::testing::Property("validated", &Server::validated,
161 ::testing::Property("network_type",
164 ::testing::Property("private_dns_modes",
167 ::testing::Property("servers", &NetworkDnsServerSupportReported::servers,