• Home
  • Raw
  • Download

Lines Matching refs:BatteryBenchmarkTest

28 class BatteryBenchmarkTest : public benchmark::Fixture {  class
44 BENCHMARK_F(BatteryBenchmarkTest, GetCapacity)(benchmark::State& st) in BENCHMARK_F() argument
52 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetCapacity)
62 BENCHMARK_F(BatteryBenchmarkTest, GetChargingStatus)(benchmark::State& st) in BENCHMARK_F() argument
70 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetChargingStatus)
80 BENCHMARK_F(BatteryBenchmarkTest, GetHealthStatus)(benchmark::State& st) in BENCHMARK_F() argument
88 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetHealthStatus)
98 BENCHMARK_F(BatteryBenchmarkTest, GetPluggedType)(benchmark::State& st) in BENCHMARK_F() argument
106 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetPluggedType)
116 BENCHMARK_F(BatteryBenchmarkTest, GetVoltage)(benchmark::State& st) in BENCHMARK_F() argument
123 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetVoltage)
133 BENCHMARK_F(BatteryBenchmarkTest, GetPresent)(benchmark::State& st) in BENCHMARK_F() argument
140 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetPresent)
150 BENCHMARK_F(BatteryBenchmarkTest, GetTechnology)(benchmark::State& st) in BENCHMARK_F() argument
157 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetTechnology)
167 BENCHMARK_F(BatteryBenchmarkTest, GetBatteryTemperature)(benchmark::State& st) in BENCHMARK_F() argument
175 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetBatteryTemperature)
185 BENCHMARK_F(BatteryBenchmarkTest, GetNowCurrent)(benchmark::State& st) in BENCHMARK_F() argument
193 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetNowCurrent)
203 BENCHMARK_F(BatteryBenchmarkTest, GetRemainEnergy)(benchmark::State& st) in BENCHMARK_F() argument
211 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetRemainEnergy)
221 BENCHMARK_F(BatteryBenchmarkTest, GetTotalEnergy)(benchmark::State& st) in BENCHMARK_F() argument
229 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetTotalEnergy)
239 BENCHMARK_F(BatteryBenchmarkTest, GetCapacityLevel)(benchmark::State& st) in BENCHMARK_F() argument
247 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetCapacityLevel)
257 BENCHMARK_F(BatteryBenchmarkTest, GetRemainingChargeTime)(benchmark::State& st) in BENCHMARK_F() argument
264 BENCHMARK_REGISTER_F(BatteryBenchmarkTest, GetRemainingChargeTime)