Home
last modified time | relevance | path

Searched refs:BatteryBenchmarkTest (Results 1 - 1 of 1) sorted by relevance

/base/powermgr/battery_manager/test/benchmarktest/
H A Dbattery_benchmark_test.cpp28 class BatteryBenchmarkTest : public benchmark::Fixture { class
44 BENCHMARK_F(BatteryBenchmarkTest, GetCapacity)(benchmark::State& st) in BENCHMARK_F()
52 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetCapacity)
62 BENCHMARK_F(BatteryBenchmarkTest, GetChargingStatus)(benchmark::State& st) in BENCHMARK_F()
70 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetChargingStatus)
80 BENCHMARK_F(BatteryBenchmarkTest, GetHealthStatus)(benchmark::State& st) in BENCHMARK_F()
88 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetHealthStatus)
98 BENCHMARK_F(BatteryBenchmarkTest, GetPluggedType)(benchmark::State& st) in BENCHMARK_F()
106 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetPluggedType)
116 BENCHMARK_F(BatteryBenchmarkTest, GetVoltag
[all...]

Completed in 1 milliseconds