Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/services/native/src/entities/
H A Dbluetooth_entity.cpp178 auto brScanIter = appBluetoothBrScanTimerMap_.find(uid); in GetActiveTimeMs()
179 if (brScanIter != appBluetoothBrScanTimerMap_.end()) { in GetActiveTimeMs()
325 for (auto& iter : appBluetoothBrScanTimerMap_) { in Reset()
344 auto brScanIter = appBluetoothBrScanTimerMap_.find(uid); in GetOrCreateTimer()
345 if (brScanIter != appBluetoothBrScanTimerMap_.end()) { in GetOrCreateTimer()
352 appBluetoothBrScanTimerMap_.insert( in GetOrCreateTimer()
/ohos5.0/base/powermgr/battery_statistics/services/native/include/entities/
H A Dbluetooth_entity.h60 std::map<int32_t, std::shared_ptr<StatsHelper::ActiveTimer>> appBluetoothBrScanTimerMap_; variable