Searched refs:BatteryBenchmarkTest (Results 1 – 3 of 3) sorted by relevance
28 class BatteryBenchmarkTest : public benchmark::Fixture { class44 BENCHMARK_F(BatteryBenchmarkTest, GetCapacity)(benchmark::State& st) in BENCHMARK_F() argument52 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetCapacity)62 BENCHMARK_F(BatteryBenchmarkTest, GetChargingStatus)(benchmark::State& st) in BENCHMARK_F() argument70 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetChargingStatus)80 BENCHMARK_F(BatteryBenchmarkTest, GetHealthStatus)(benchmark::State& st) in BENCHMARK_F() argument88 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetHealthStatus)98 BENCHMARK_F(BatteryBenchmarkTest, GetPluggedType)(benchmark::State& st) in BENCHMARK_F() argument106 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetPluggedType)116 BENCHMARK_F(BatteryBenchmarkTest, GetVoltage)(benchmark::State& st) in BENCHMARK_F() argument[all …]
17 ohos_benchmarktest("BatteryBenchmarkTest") {
41 deps = [ "benchmarktest:BatteryBenchmarkTest" ]