Home
last modified time | relevance | path

Searched refs:timeSpeed_ (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp77 if (task.period >= (Constants::MIN_PERIOD / timeSpeed_) && // Min period is 30 minutes in AddFormTimer()
78 task.period <= (Constants::MAX_PERIOD / timeSpeed_) && // Max period is 1 week in AddFormTimer()
79 task.period % (Constants::MIN_PERIOD / timeSpeed_) == 0) { in AddFormTimer()
96 auto duration = updateDuration / timeSpeed_; in AddFormTimer()
191 intervalTask->second.period = timerCfg.updateDuration / timeSpeed_; in UpdateIntervalValue()
351 int64_t refreshTime = timeInSec + nextGapTime * Constants::MS_PER_SECOND / timeSpeed_; in SetNextRefreshTime()
743 timeSpeed_ = timeSpeed; in SetTimeSpeed()
1257 int64_t interval = Constants::MIN_PERIOD / timeSpeed_; in EnsureInitIntervalTimer()
1290 int64_t interval = Constants::MS_PER_DAY / timeSpeed_; in FormRefreshCountReport()
/foundation/ability/form_fwk/services/include/
H A Dform_timer_mgr.h404 int32_t timeSpeed_ = 1; member in OHOS::AppExecFwk::final

Completed in 4 milliseconds