Home
last modified time | relevance | path

Searched refs:flashlightEntity_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_core.cpp91 if (flashlightEntity_ == nullptr) { in CreateAppEntity()
93 flashlightEntity_ = std::make_shared<FlashlightEntity>(); in CreateAppEntity()
191 return flashlightEntity_; in GetEntity()
256 UpdateTimer(flashlightEntity_, statsType, state, uid); in UpdateCommonStats()
361 UpdateTimer(flashlightEntity_, StatsUtils::STATS_TYPE_FLASHLIGHT_ON, state, lastCameraUid_); in UpdateCameraStats()
470 UpdateTimer(flashlightEntity_, in UpdateCameraTimer()
661 time = flashlightEntity_->GetActiveTimeMs(uid, statsType); in GetTotalTimeMs()
989 flashlightEntity_->Reset(); in Reset()
/ohos5.0/base/powermgr/battery_statistics/services/native/include/
H A Dbattery_stats_core.h68 std::shared_ptr<BatteryStatsEntity> flashlightEntity_; variable