Searched refs:toIpString (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/DnsResolver/ |
H A D | DnsTlsDispatcher.cpp | 75 LOG(DEBUG) << "Skip using DoT server " << tlsServer.toIpString() << " on " in getOrderedAndUsableServerList() 219 LOG(WARNING) << "Requested validation for " << server.toIpString() << " with mark 0x" in query() 324 << " for server { " << server.toIpString() << "/" << server.name << " }"; in addTransport()
|
H A D | DnsTlsServer.h | 64 std::string toIpString() const;
|
H A D | DnsTlsTransport.cpp | 328 LOG(INFO) << fmt::format("UDP probe for {} {}, took {:.3f}ms", server.toIpString(), in validate() 356 LOG(INFO) << fmt::format("DoT probe for {} {}, took {:.3f}ms", server.toIpString(), in validate()
|
H A D | PrivateDnsConfiguration.cpp | 216 LOG(WARNING) << "Validating DnsTlsServer " << server.toIpString() << " with mark 0x" in startValidation() 220 << server.toIpString(); in startValidation()
|
H A D | ResolverController.cpp | 252 tlsServers->push_back(server.toIpString()); in getResolverInfo() 352 dw.println("%s name{%s} status{%s}", server.toIpString().c_str(), in dump()
|
H A D | DnsTlsServer.cpp | 129 std::string DnsTlsServer::toIpString() const { in toIpString() function in android::net::DnsTlsServer
|
/aosp12/packages/modules/DnsResolver/tests/ |
H A D | resolv_tls_unit_test.cpp | 867 EXPECT_EQ(s1.toIpString(), "192.0.2.1"); in TEST_F() 868 EXPECT_EQ(s2.toIpString(), "192.0.2.1"); in TEST_F() 875 EXPECT_EQ(s3.toIpString(), "2001:db8::1"); in TEST_F() 876 EXPECT_EQ(s4.toIpString(), "2001:db8::1"); in TEST_F()
|