Lines Matching refs:td
109 for (const auto& td : mExpectedLogData) { in expectLog() local
123 return output == td.output; in expectLog()
125 EXPECT_TRUE(found) << "Didn't find line '" << td.output << "' in dumpsys output."; in expectLog()
129 if (std::regex_search(line, std::basic_regex(td.hintRegex))) { in expectLog()
138 for (const auto& td : mExpectedLogDataWithPacel) { in expectLog() local
143 return (match.size() == 2) && ((match[1].str() == td.withPacel.output) || in expectLog()
144 (match[1].str() == td.withoutPacel.output)); in expectLog()
147 td.withPacel.output, td.withoutPacel.output); in expectLog()
151 if (std::regex_search(line, std::basic_regex(td.withPacel.hintRegex))) { in expectLog()
154 if (std::regex_search(line, std::basic_regex(td.withoutPacel.hintRegex))) { in expectLog()
386 const auto& td = kTlsTestData[i]; in TEST_F() local
389 .setDotServers(td.servers) in TEST_F()
390 .setPrivateDnsProvider(td.tlsName) in TEST_F()
394 if (td.expectedReturnCode == 0) { in TEST_F()
402 EXPECT_EQ(td.expectedReturnCode, status.getServiceSpecificError()); in TEST_F()
404 toSetResolverConfigurationLogData(resolverParams, td.expectedReturnCode)); in TEST_F()