Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/services/native/src/entities/
H A Dbluetooth_entity.cpp189 auto bleScanIter = appBluetoothBleScanTimerMap_.find(uid); in GetActiveTimeMs()
190 if (bleScanIter != appBluetoothBleScanTimerMap_.end()) { in GetActiveTimeMs()
331 for (auto& iter : appBluetoothBleScanTimerMap_) { in Reset()
358 auto bleScanIter = appBluetoothBleScanTimerMap_.find(uid); in GetOrCreateTimer()
359 if (bleScanIter != appBluetoothBleScanTimerMap_.end()) { in GetOrCreateTimer()
366 appBluetoothBleScanTimerMap_.insert( in GetOrCreateTimer()
/ohos5.0/base/powermgr/battery_statistics/services/native/include/entities/
H A Dbluetooth_entity.h61 std::map<int32_t, std::shared_ptr<StatsHelper::ActiveTimer>> appBluetoothBleScanTimerMap_; variable