Home
last modified time | relevance | path

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

/base/powermgr/battery_statistics/services/native/src/entities/
Dbluetooth_entity.cpp68 bluetoothPowerMah_ = bluetoothBrOnPowerMah + bluetoothBleOnPowerMah + bluetoothUidPowerMah; in CalculateBtPower()
69 totalPowerMah_ += bluetoothPowerMah_; in CalculateBtPower()
73 statsInfo->SetPower(bluetoothPowerMah_); in CalculateBtPower()
87 bluetoothPowerMah_); in CalculateBtPower()
244 power = bluetoothPowerMah_; in GetEntityPowerMah()
299 bluetoothPowerMah_ = StatsUtils::DEFAULT_VALUE; in Reset()
/base/powermgr/battery_statistics/services/native/include/entities/
Dbluetooth_entity.h54 double bluetoothPowerMah_ = StatsUtils::DEFAULT_VALUE; variable