Home
last modified time | relevance | path

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

/base/powermgr/battery_statistics/services/native/src/entities/
Dbluetooth_entity.cpp34 BluetoothEntity::BluetoothEntity() in BluetoothEntity() function in OHOS::PowerMgr::BluetoothEntity
39 void BluetoothEntity::Calculate(int32_t uid) in Calculate()
50 void BluetoothEntity::CalculateBtPower() in CalculateBtPower()
90 void BluetoothEntity::CalculateBtPowerForApp(int32_t uid) in CalculateBtPowerForApp()
123 void BluetoothEntity::UpdateAppBluetoothBlePower(PowerType type, int32_t uid, double powerMah) in UpdateAppBluetoothBlePower()
170 int64_t BluetoothEntity::GetActiveTimeMs(int32_t uid, StatsUtils::StatsType statsType, int16_t leve… in GetActiveTimeMs()
202 int64_t BluetoothEntity::GetActiveTimeMs(StatsUtils::StatsType statsType, int16_t level) in GetActiveTimeMs()
230 double BluetoothEntity::GetEntityPowerMah(int32_t uidOrUserId) in GetEntityPowerMah()
250 double BluetoothEntity::GetStatsPowerMah(StatsUtils::StatsType statsType, int32_t uid) in GetStatsPowerMah()
294 void BluetoothEntity::Reset() in Reset()
[all …]
/base/powermgr/battery_statistics/services/native/include/entities/
Dbluetooth_entity.h25 class BluetoothEntity : public BatteryStatsEntity {
32 BluetoothEntity();
33 ~BluetoothEntity() = default;
/base/powermgr/battery_statistics/services/native/src/
Dbattery_stats_core.cpp61 bluetoothEntity_ = std::make_shared<BluetoothEntity>(); in CreatePartEntity()