Searched refs:calltype (Results 1 – 2 of 2) sorted by relevance
229 switch (const auto calltype = goldtest.config().call()) { in VerifyResolver() local243 FAIL() << "Unsupported call type: " << calltype; in VerifyResolver()
5873 void VerifyQueryHelloExampleComV4(const test::DNSResponder& dns, const CallType calltype, in VerifyQueryHelloExampleComV4() argument5875 if (calltype == CallType::GETADDRINFO) { in VerifyQueryHelloExampleComV4()5880 } else if (calltype == CallType::GETHOSTBYNAME) { in VerifyQueryHelloExampleComV4()5888 FAIL() << "Unsupported call type: " << static_cast<uint32_t>(calltype); in VerifyQueryHelloExampleComV4()5912 const auto& calltype = GetParam(); in TEST_P() local5976 VerifyQueryHelloExampleComV4(dns, calltype); in TEST_P()5980 const auto& calltype = GetParam(); in TEST_P() local6101 VerifyQueryHelloExampleComV4(dns, calltype); in TEST_P()6106 const auto& calltype = GetParam(); in TEST_P() local6113 VerifyQueryHelloExampleComV4(dns, calltype, false); in TEST_P()