Home
last modified time | relevance | path

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

/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_gold_test.cpp229 switch (const auto calltype = goldtest.config().call()) { in VerifyResolver() local
243 FAIL() << "Unsupported call type: " << calltype; in VerifyResolver()
H A Dresolv_integration_test.cpp5489 void VerifyQueryHelloExampleComV4(const test::DNSResponder& dns, const CallType calltype, in VerifyQueryHelloExampleComV4() argument
5491 if (calltype == CallType::GETADDRINFO) { in VerifyQueryHelloExampleComV4()
5496 } else if (calltype == CallType::GETHOSTBYNAME) { in VerifyQueryHelloExampleComV4()
5504 FAIL() << "Unsupported call type: " << static_cast<uint32_t>(calltype); in VerifyQueryHelloExampleComV4()
5528 const auto& calltype = GetParam(); in TEST_P() local
5592 VerifyQueryHelloExampleComV4(dns, calltype); in TEST_P()
5596 const auto& calltype = GetParam(); in TEST_P() local
5717 VerifyQueryHelloExampleComV4(dns, calltype); in TEST_P()
5722 const auto& calltype = GetParam(); in TEST_P() local
5729 VerifyQueryHelloExampleComV4(dns, calltype, false); in TEST_P()