Home
last modified time | relevance | path

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

/base/powermgr/battery_statistics/services/native/src/entities/
Dbluetooth_entity.cpp411 double bluetoothUidPower = StatsUtils::DEFAULT_VALUE; in GetBluetoothUidPower() local
416 return bluetoothUidPower; in GetBluetoothUidPower()
422 return bluetoothUidPower; in GetBluetoothUidPower()
433 bluetoothUidPower = uidEntity->GetEntityPowerMah(bluetoothUid); in GetBluetoothUidPower()
435 … STATS_HILOGD(COMP_SVC, "Get bluetooth uid power consumption: %{public}lfmAh", bluetoothUidPower); in GetBluetoothUidPower()
436 return bluetoothUidPower; in GetBluetoothUidPower()