Searched refs:latestUnplugUpTimeMs_ (Results 1 – 2 of 2) sorted by relevance
24 int64_t StatsHelper::latestUnplugUpTimeMs_ = StatsUtils::DEFAULT_VALUE; member in OHOS::PowerMgr::StatsHelper69 latestUnplugUpTimeMs_ = currentUpTimeMs; in SetOnBattery()72 onBatteryUpTimeMs_ += currentUpTimeMs - latestUnplugUpTimeMs_; in SetOnBattery()114 onBatteryUpTimeMs += currentUpTimeMs - latestUnplugUpTimeMs_; in GetOnBatteryUpTimeMs()
128 static int64_t latestUnplugUpTimeMs_; variable