Home
last modified time | relevance | path

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

/system/netd/resolv/
Dresolver_test.cpp87 ScopedAddrinfo safe_getaddrinfo(const char* node, const char* service, in safe_getaddrinfo() function
585 ScopedAddrinfo result = safe_getaddrinfo("howdy", nullptr, nullptr); in TEST_F()
596 result = safe_getaddrinfo("howdy", nullptr, nullptr); in TEST_F()
610 result = safe_getaddrinfo("howdy", nullptr, nullptr); in TEST_F()
629 ScopedAddrinfo result = safe_getaddrinfo("hello", nullptr, &hints); in TEST_F()
641 ScopedAddrinfo result = safe_getaddrinfo(kLocalHost, nullptr, nullptr); in TEST_F()
647 result = safe_getaddrinfo(kIp6LocalHost, nullptr, nullptr); in TEST_F()
693 ScopedAddrinfo result = safe_getaddrinfo(host_name_deferred, nullptr, &hints); in TEST_F()
706 ScopedAddrinfo result = safe_getaddrinfo(host_name_deferred, nullptr, &hints); in TEST_F()
728 ScopedAddrinfo result = safe_getaddrinfo(host_name_normal, nullptr, &hints); in TEST_F()
[all …]