Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/services/native/src/entities/
H A Dbluetooth_entity.cpp100 UpdateAppBluetoothBlePower(POWER_TYPE_BR, uid, bluetoothBrScanPowerMah); in CalculateBtPowerForApp()
107 UpdateAppBluetoothBlePower(POWER_TYPE_BLE, uid, bluetoothBleScanPowerMah); in CalculateBtPowerForApp()
110 UpdateAppBluetoothBlePower(POWER_TYPE_ALL, uid, bluetoothUidPowerMah); in CalculateBtPowerForApp()
126 void BluetoothEntity::UpdateAppBluetoothBlePower(PowerType type, int32_t uid, double powerMah) in UpdateAppBluetoothBlePower() function in OHOS::PowerMgr::BluetoothEntity
/ohos5.0/base/powermgr/battery_statistics/services/native/include/entities/
H A Dbluetooth_entity.h51 void UpdateAppBluetoothBlePower(PowerType type, int32_t uid, double powerMah);