Searched refs:BluetoothEntity (Results 1 – 3 of 3) sorted by relevance
34 BluetoothEntity::BluetoothEntity() in BluetoothEntity() function in OHOS::PowerMgr::BluetoothEntity39 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 …]
25 class BluetoothEntity : public BatteryStatsEntity {32 BluetoothEntity();33 ~BluetoothEntity() = default;
61 bluetoothEntity_ = std::make_shared<BluetoothEntity>(); in CreatePartEntity()