Searched refs:verifyDumpOutput (Results 1 – 2 of 2) sorted by relevance
/packages/modules/DnsResolver/ |
D | DnsQueryLogTest.cpp | 43 void verifyDumpOutput(const std::string& dumpLog, const std::vector<int>& expectedNetIds) { in verifyDumpOutput() function 83 verifyDumpOutput(output, {30, 31, 32, 33}); in TEST_F() 108 verifyDumpOutput(output, std::vector(size, 30)); in TEST_F() 123 verifyDumpOutput(output, {}); in TEST_F() 141 verifyDumpOutput(output, expectedNetIds); in TEST_F() 156 verifyDumpOutput(output, std::vector(logSize, 30)); in TEST_F() 173 verifyDumpOutput(output, std::vector(200, 30)); in TEST_F()
|
D | DnsStatsTest.cpp | 118 void verifyDumpOutput(const std::vector<StatsData>& tcpData, in verifyDumpOutput() function in android::net::DnsStatsTest 179 verifyDumpOutput({}, {}, {}, {}, {}); in TEST_F() 236 verifyDumpOutput({}, {}, {}, {}, {}); in TEST_F() 255 verifyDumpOutput({}, {}, {}, {}, {}); in TEST_F() 270 verifyDumpOutput(expectedStats, expectedStats, expectedStats, {}, {}); in TEST_F() 317 verifyDumpOutput(expectedStatsForTcp, expectedStatsForUdp, {}, expectedStatsForMdns, {}); in TEST_F() 328 verifyDumpOutput({}, {}, {}, {}, {}); in TEST_F() 356 verifyDumpOutput({}, expectedStats, {}, {}, {}); in TEST_F() 372 verifyDumpOutput({}, expectedStats, {}, {}, {}); in TEST_F() 383 verifyDumpOutput({}, expectedStats, {}, {}, {}); in TEST_F() [all …]
|