Searched refs:UpdateAppBluetoothBlePower (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/powermgr/battery_statistics/services/native/src/entities/ |
H A D | bluetooth_entity.cpp | 100 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 D | bluetooth_entity.h | 51 void UpdateAppBluetoothBlePower(PowerType type, int32_t uid, double powerMah);
|