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()
4778 void VerifyQueryHelloExampleComV4(const test::DNSResponder& dns, const CallType calltype, in VerifyQueryHelloExampleComV4() argument4780 if (calltype == CallType::GETADDRINFO) { in VerifyQueryHelloExampleComV4()4785 } else if (calltype == CallType::GETHOSTBYNAME) { in VerifyQueryHelloExampleComV4()4793 FAIL() << "Unsupported call type: " << static_cast<uint32_t>(calltype); in VerifyQueryHelloExampleComV4()4817 const auto& calltype = GetParam(); in TEST_P() local4881 VerifyQueryHelloExampleComV4(dns, calltype); in TEST_P()4885 const auto& calltype = GetParam(); in TEST_P() local5006 VerifyQueryHelloExampleComV4(dns, calltype); in TEST_P()5011 const auto& calltype = GetParam(); in TEST_P() local5018 VerifyQueryHelloExampleComV4(dns, calltype, false); in TEST_P()