Searched refs:powerMah (Results 1 – 2 of 2) sorted by relevance
/base/powermgr/battery_statistics/services/native/src/entities/ |
D | bluetooth_entity.cpp | 123 void BluetoothEntity::UpdateAppBluetoothBlePower(PowerType type, int32_t uid, double powerMah) in UpdateAppBluetoothBlePower() argument 129 iter->second = powerMah; in UpdateAppBluetoothBlePower() 131 powerMah, uid); in UpdateAppBluetoothBlePower() 134 appBluetoothBrPowerMap_.insert(std::pair<int32_t, double>(uid, powerMah)); in UpdateAppBluetoothBlePower() 136 powerMah, uid); in UpdateAppBluetoothBlePower() 142 iter->second = powerMah; in UpdateAppBluetoothBlePower() 144 powerMah, uid); in UpdateAppBluetoothBlePower() 147 appBluetoothBlePowerMap_.insert(std::pair<int32_t, double>(uid, powerMah)); in UpdateAppBluetoothBlePower() 149 powerMah, uid); in UpdateAppBluetoothBlePower() 155 iter->second = powerMah; in UpdateAppBluetoothBlePower() [all …]
|
/base/powermgr/battery_statistics/services/native/include/entities/ |
D | bluetooth_entity.h | 51 void UpdateAppBluetoothBlePower(PowerType type, int32_t uid, double powerMah);
|