Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_user_history.cpp43 database_.PutDurationData(bootBasedDuration_, ScreenOnDuration_); in WriteDeviceDuration()
71 ScreenOnDuration_ = bootAndScreenOnDuraton.second; in BundleActiveUserHistory()
110 int64_t result = ScreenOnDuration_; in GetScreenOnTimeStamp()
271 ScreenOnDuration_ += bootBasedTimeStamp - screenOnTimeStamp_; in UpdateBootBasedAndScreenTime()
275 database_.PutDurationData(bootBasedDuration_, ScreenOnDuration_); in UpdateBootBasedAndScreenTime()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_user_history.h39 int64_t ScreenOnDuration_; variable