Searched refs:powerMah (Results 1 - 2 of 2) sorted by relevance
/base/powermgr/battery_statistics/services/native/src/entities/ |
H A D | bluetooth_entity.cpp | 126 void BluetoothEntity::UpdateAppBluetoothBlePower(PowerType type, int32_t uid, double powerMah)
in UpdateAppBluetoothBlePower() argument 132 iter->second = powerMah;
in UpdateAppBluetoothBlePower() 134 powerMah, uid);
in UpdateAppBluetoothBlePower() 137 appBluetoothBrPowerMap_.insert(std::pair<int32_t, double>(uid, powerMah));
in UpdateAppBluetoothBlePower() 139 powerMah, uid);
in UpdateAppBluetoothBlePower() 145 iter->second = powerMah;
in UpdateAppBluetoothBlePower() 147 powerMah, uid);
in UpdateAppBluetoothBlePower() 150 appBluetoothBlePowerMap_.insert(std::pair<int32_t, double>(uid, powerMah));
in UpdateAppBluetoothBlePower() 152 powerMah, uid);
in UpdateAppBluetoothBlePower() 158 iter->second = powerMah;
in UpdateAppBluetoothBlePower() [all...] |
/base/powermgr/battery_statistics/services/native/include/entities/ |
H A D | bluetooth_entity.h | 51 void UpdateAppBluetoothBlePower(PowerType type, int32_t uid, double powerMah);
|
Completed in 1 milliseconds