Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/utils/native/src/
H A Dstats_helper.cpp48 struct timespec rawUpTime; in GetUpTimeMs() local
49 int errCode = clock_gettime(CLOCK_MONOTONIC, &rawUpTime); in GetUpTimeMs()
53 upTimeMs = static_cast<int64_t>(rawUpTime.tv_sec * StatsUtils::MS_IN_SECOND + in GetUpTimeMs()
54 rawUpTime.tv_nsec / StatsUtils::NS_IN_MS); in GetUpTimeMs()