Searched refs:bluetoothEntity_ (Results 1 – 2 of 2) sorted by relevance
59 if (bluetoothEntity_ == nullptr) { in CreatePartEntity()61 bluetoothEntity_ = std::make_shared<BluetoothEntity>(); in CreatePartEntity()154 bluetoothEntity_->Calculate(); in ComputePower()176 return bluetoothEntity_; in GetEntity()237 UpdateTimer(bluetoothEntity_, statsType, state); in UpdateConnectivityStats()244 UpdateTimer(bluetoothEntity_, statsType, state, uid); in UpdateConnectivityStats()573 time = bluetoothEntity_->GetActiveTimeMs(statsType); in GetTotalTimeMs()598 if (bluetoothEntity_) { in DumpInfo()599 bluetoothEntity_->DumpInfo(result); in DumpInfo()646 time = bluetoothEntity_->GetActiveTimeMs(uid, statsType); in GetTotalTimeMs()[all …]
65 std::shared_ptr<BatteryStatsEntity> bluetoothEntity_; variable