Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_calendar.cpp27 monthMilliseconds_ = ONE_MONTH_TIME; in BundleActiveCalendar()
60 time_ -= time_ % monthMilliseconds_; in TruncateToMonth()
95 time_ += val * monthMilliseconds_; in IncreaseMonths()
118 monthMilliseconds_ = ONE_MONTH_TIME_DEBUG; in ChangeToDebug()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/
H A Dbundle_active_calendar.h30 int64_t monthMilliseconds_; variable
38 monthMilliseconds_ = ONE_MONTH_TIME; in BundleActiveCalendar()