Home
last modified time | relevance | path

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

/base/powermgr/battery_statistics/services/native/src/entities/
Dbluetooth_entity.cpp127 auto iter = appBluetoothBrPowerMap_.find(uid); in UpdateAppBluetoothBlePower()
128 if (iter != appBluetoothBrPowerMap_.end()) { in UpdateAppBluetoothBlePower()
134 appBluetoothBrPowerMap_.insert(std::pair<int32_t, double>(uid, powerMah)); in UpdateAppBluetoothBlePower()
265 auto brIter = appBluetoothBrPowerMap_.find(uid); in GetStatsPowerMah()
266 if (brIter != appBluetoothBrPowerMap_.end()) { in GetStatsPowerMah()
309 for (auto& iter : appBluetoothBrPowerMap_) { in Reset()
/base/powermgr/battery_statistics/services/native/include/entities/
Dbluetooth_entity.h55 std::map<int32_t, double> appBluetoothBrPowerMap_; variable