Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DSockDiagTest.cpp268 enum MicroBenchmarkTestType { enum
277 const char *testTypeName(MicroBenchmarkTestType mode) { in testTypeName()
309 class SockDiagMicroBenchmarkTest : public ::testing::TestWithParam<MicroBenchmarkTestType> {
332 MicroBenchmarkTestType mode = GetParam(); in howManySockets()
347 MicroBenchmarkTestType mode = GetParam(); in modifySocketForTest()
369 MicroBenchmarkTestType mode = GetParam(); in destroySockets()
403 MicroBenchmarkTestType mode = GetParam(); in shouldHaveClosedSocket()
456 MicroBenchmarkTestType mode = GetParam(); in TEST_P()