Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/tests/
Dresolv_gold_test.cpp229 switch (const auto calltype = goldtest.config().call()) { in VerifyResolver() local
243 FAIL() << "Unsupported call type: " << calltype; in VerifyResolver()
Dresolv_integration_test.cpp4778 void VerifyQueryHelloExampleComV4(const test::DNSResponder& dns, const CallType calltype, in VerifyQueryHelloExampleComV4() argument
4780 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() local
4881 VerifyQueryHelloExampleComV4(dns, calltype); in TEST_P()
4885 const auto& calltype = GetParam(); in TEST_P() local
5006 VerifyQueryHelloExampleComV4(dns, calltype); in TEST_P()
5011 const auto& calltype = GetParam(); in TEST_P() local
5018 VerifyQueryHelloExampleComV4(dns, calltype, false); in TEST_P()