Searched refs:verifyDumpOutput (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/modules/DnsResolver/ |
H A D | DnsQueryLogTest.cpp | 41 void verifyDumpOutput(const std::string& dumpLog, const std::vector<int>& expectedNetIds) { in verifyDumpOutput() function 81 verifyDumpOutput(output, {30, 31, 32, 33}); in TEST_F() 106 verifyDumpOutput(output, std::vector(size, 30)); in TEST_F() 121 verifyDumpOutput(output, {}); in TEST_F() 139 verifyDumpOutput(output, expectedNetIds); in TEST_F() 149 verifyDumpOutput(output, {30}); in TEST_F() 155 verifyDumpOutput(output, {}); in TEST_F() 161 verifyDumpOutput(output, {31}); in TEST_F()
|
H A D | DnsStatsTest.cpp | 117 void verifyDumpOutput(const std::vector<StatsData>& tcpData, in verifyDumpOutput() function in android::net::DnsStatsTest 174 verifyDumpOutput({}, {}, {}); in TEST_F() 231 verifyDumpOutput({}, {}, {}); in TEST_F() 250 verifyDumpOutput({}, {}, {}); in TEST_F() 265 verifyDumpOutput(expectedStats, expectedStats, expectedStats); in TEST_F() 298 verifyDumpOutput(expectedStatsForTcp, expectedStatsForUdp, {}); in TEST_F() 307 verifyDumpOutput({}, {}, {}); in TEST_F() 335 verifyDumpOutput({}, expectedStats, {}); in TEST_F() 351 verifyDumpOutput({}, expectedStats, {}); in TEST_F() 362 verifyDumpOutput({}, expectedStats, {}); in TEST_F() [all …]
|