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