Home
last modified time | relevance | path

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

/base/powermgr/battery_statistics/services/native/src/entities/
Dbluetooth_entity.cpp153 auto iter = appBluetoothPowerMap_.find(uid); in UpdateAppBluetoothBlePower()
154 if (iter != appBluetoothPowerMap_.end()) { in UpdateAppBluetoothBlePower()
160 appBluetoothPowerMap_.insert(std::pair<int32_t, double>(uid, powerMah)); in UpdateAppBluetoothBlePower()
234 auto iter = appBluetoothPowerMap_.find(uidOrUserId); in GetEntityPowerMah()
235 if (iter != appBluetoothPowerMap_.end()) { in GetEntityPowerMah()
317 for (auto& iter : appBluetoothPowerMap_) { in Reset()
/base/powermgr/battery_statistics/services/native/include/entities/
Dbluetooth_entity.h57 std::map<int32_t, double> appBluetoothPowerMap_; variable