Searched refs:appBluetoothBlePowerMap_ (Results 1 – 2 of 2) sorted by relevance
143 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()
56 std::map<int32_t, double> appBluetoothBlePowerMap_; variable