Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/services/native/src/entities/
H A Dbluetooth_entity.cpp156 auto iter = appBluetoothPowerMap_.find(uid); in UpdateAppBluetoothBlePower()
157 if (iter != appBluetoothPowerMap_.end()) { in UpdateAppBluetoothBlePower()
163 appBluetoothPowerMap_.insert(std::pair<int32_t, double>(uid, powerMah)); in UpdateAppBluetoothBlePower()
237 auto iter = appBluetoothPowerMap_.find(uidOrUserId); in GetEntityPowerMah()
238 if (iter != appBluetoothPowerMap_.end()) { in GetEntityPowerMah()
320 for (auto& iter : appBluetoothPowerMap_) { in Reset()
/ohos5.0/base/powermgr/battery_statistics/services/native/include/entities/
H A Dbluetooth_entity.h57 std::map<int32_t, double> appBluetoothPowerMap_; variable