Home
last modified time | relevance | path

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

/aosp_15_r20/system/netd/server/
H A DSockDiagTest.cpp269 enum MicroBenchmarkTestType { enum
278 const char *testTypeName(MicroBenchmarkTestType mode) { in testTypeName()
310 class SockDiagMicroBenchmarkTest : public ::testing::TestWithParam<MicroBenchmarkTestType> {
333 MicroBenchmarkTestType mode = GetParam(); in howManySockets()
348 MicroBenchmarkTestType mode = GetParam(); in modifySocketForTest()
370 MicroBenchmarkTestType mode = GetParam(); in destroySockets()
404 MicroBenchmarkTestType mode = GetParam(); in shouldHaveClosedSocket()
457 MicroBenchmarkTestType mode = GetParam(); in TEST_P()