Searched refs:phoneEntity_ (Results 1 – 2 of 2) sorted by relevance
67 if (phoneEntity_ == nullptr) { in CreatePartEntity()69 phoneEntity_ = std::make_shared<PhoneEntity>(); in CreatePartEntity()156 phoneEntity_->Calculate(); in ComputePower()181 return phoneEntity_; in GetEntity()370 timer = phoneEntity_->GetOrCreateTimer(statsType, level); in UpdatePhoneStats()587 time = phoneEntity_->GetActiveTimeMs(statsType, level); in GetTotalTimeMs()613 if (phoneEntity_) { in DumpInfo()614 phoneEntity_->DumpInfo(result); in DumpInfo()992 phoneEntity_->Reset(); in Reset()
71 std::shared_ptr<BatteryStatsEntity> phoneEntity_; variable