Lines Matching refs:UsbBenchmarkFunctionTest
34 class UsbBenchmarkFunctionTest : public benchmark::Fixture { class
45 void UsbBenchmarkFunctionTest::SetUp(const ::benchmark::State &state) in SetUp()
55 void UsbBenchmarkFunctionTest::TearDown(const ::benchmark::State& state) {} in TearDown()
64 BENCHMARK_F(UsbBenchmarkFunctionTest, GetCurrentFunctions)(benchmark::State &state) in BENCHMARK_F() argument
75 BENCHMARK_REGISTER_F(UsbBenchmarkFunctionTest, GetCurrentFunctions)->
85 BENCHMARK_F(UsbBenchmarkFunctionTest, SetCurrentFunctions)(benchmark::State &state) in BENCHMARK_F() argument
95 BENCHMARK_REGISTER_F(UsbBenchmarkFunctionTest, SetCurrentFunctions)->
105 BENCHMARK_F(UsbBenchmarkFunctionTest, SetPortRole)(benchmark::State &state) in BENCHMARK_F() argument
116 BENCHMARK_REGISTER_F(UsbBenchmarkFunctionTest, SetPortRole)->
127 BENCHMARK_F(UsbBenchmarkFunctionTest, QueryPort)(benchmark::State &state) in BENCHMARK_F() argument
141 BENCHMARK_REGISTER_F(UsbBenchmarkFunctionTest, QueryPort)->