Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/test/benchmarktest/
H A Dusb_benchmark_function_test.cpp34 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
[all …]