Home
last modified time | relevance | path

Searched refs:hostName (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
DEmailAddress.java263 public void setHost(final String hostName) { in setHost() argument
264 host = hostName; in setHost()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java927 String hostName = null; in decodeFullPacket() local
1128 hostName = readAsciiString(packet, optionLen, false); in decodeFullPacket()
1281 newPacket.mHostName = hostName; in decodeFullPacket()
1476 Inet4Address serverIdentifier, byte[] requestedParams, String hostName) { in buildRequestPacket() argument
1481 pkt.mHostName = hostName; in buildRequestPacket()
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/4/android/net/
DResolverHostsParcel.aidl22 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/5/android/net/
DResolverHostsParcel.aidl22 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/binder/android/net/
DResolverHostsParcel.aidl35 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/6/android/net/
DResolverHostsParcel.aidl22 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/current/android/net/
DResolverHostsParcel.aidl22 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp1037 std::string hostName = StringPrintf("hello%d.com.", i); in TEST_F() local
1038 dns.addMapping(hostName, ns_type::ns_t_a, "1.2.3.4"); in TEST_F()
1040 EXPECT_TRUE(safe_getaddrinfo(hostName.c_str(), nullptr, &hints) != nullptr); in TEST_F()
1071 std::string hostName = StringPrintf("hello%d.com.", i); in TEST_F() local
1072 dns1.addMapping(hostName, ns_type::ns_t_a, "1.2.3.4"); in TEST_F()
1073 dns2.addMapping(hostName, ns_type::ns_t_a, "1.2.3.5"); in TEST_F()
1075 EXPECT_TRUE(safe_getaddrinfo(hostName.c_str(), nullptr, &hints) != nullptr); in TEST_F()
5067 std::string hostName = fmt::format("blocked{}.com", i); in TEST_F() local
5069 EXPECT_EQ(safe_getaddrinfo(hostName.c_str(), nullptr, &hints), nullptr); in TEST_F()
/packages/modules/DnsResolver/
Dres_cache.cpp1638 if (!host.hostName.empty() && !host.ipAddr.empty()) in resolv_set_nameservers()
1639 netconfig->customizedTable.emplace(host.hostName, host.ipAddr); in resolv_set_nameservers()