Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/services/native/src/entities/
H A Dbluetooth_entity.cpp143 auto iter = appBluetoothBlePowerMap_.find(uid); in UpdateAppBluetoothBlePower()
144 if (iter != appBluetoothBlePowerMap_.end()) { in UpdateAppBluetoothBlePower()
150 appBluetoothBlePowerMap_.insert(std::pair<int32_t, double>(uid, powerMah)); in UpdateAppBluetoothBlePower()
280 auto bleIter = appBluetoothBlePowerMap_.find(uid); in GetStatsPowerMah()
281 if (bleIter != appBluetoothBlePowerMap_.end()) { in GetStatsPowerMah()
316 for (auto& iter : appBluetoothBlePowerMap_) { in Reset()
/ohos5.0/base/powermgr/battery_statistics/services/native/include/entities/
H A Dbluetooth_entity.h56 std::map<int32_t, double> appBluetoothBlePowerMap_; variable