Home
last modified time | relevance | path

Searched refs:bleScanIter (Results 1 – 1 of 1) 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() local
190 if (bleScanIter != appBluetoothBleScanTimerMap_.end()) { in GetActiveTimeMs()
191 time = bleScanIter->second->GetRunningTimeMs(); in GetActiveTimeMs()
358 auto bleScanIter = appBluetoothBleScanTimerMap_.find(uid); in GetOrCreateTimer() local
359 if (bleScanIter != appBluetoothBleScanTimerMap_.end()) { in GetOrCreateTimer()
361 timer = bleScanIter->second; in GetOrCreateTimer()