Searched refs:batteryHealthSnapshot (Results 1 – 2 of 2) sorted by relevance
52 const VendorBatteryHealthSnapshot &batteryHealthSnapshot) { in reportBatteryHealthSnapshot() argument56 tmp.set<VendorAtomValue::intValue>(batteryHealthSnapshot.type()); in reportBatteryHealthSnapshot()58 tmp.set<VendorAtomValue::intValue>(batteryHealthSnapshot.temperature_deci_celsius()); in reportBatteryHealthSnapshot()60 tmp.set<VendorAtomValue::intValue>(batteryHealthSnapshot.voltage_micro_volt()); in reportBatteryHealthSnapshot()62 tmp.set<VendorAtomValue::intValue>(batteryHealthSnapshot.current_micro_amps()); in reportBatteryHealthSnapshot()64 tmp.set<VendorAtomValue::intValue>(batteryHealthSnapshot.open_circuit_micro_volt()); in reportBatteryHealthSnapshot()66 tmp.set<VendorAtomValue::intValue>(batteryHealthSnapshot.resistance_micro_ohm()); in reportBatteryHealthSnapshot()68 tmp.set<VendorAtomValue::intValue>(batteryHealthSnapshot.level_percent()); in reportBatteryHealthSnapshot()
35 const VendorBatteryHealthSnapshot &batteryHealthSnapshot);