Searched refs:hname (Results 1 – 1 of 1) sorted by relevance
4513 const char* hname; in TEST_F() member4523 SCOPED_TRACE(td.hname); in TEST_F()4530 EXPECT_EQ(EAI_NODATA, getaddrinfo(td.hname, nullptr, &hints, &result)); in TEST_F()4531 ExpectDnsEvent(INetdEventListener::EVENT_GETADDRINFO, td.expectedErrorCode, td.hname, in TEST_F()4534 ScopedAddrinfo result = safe_getaddrinfo(td.hname, nullptr, &hints); in TEST_F()