Home
last modified time | relevance | path

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

/base/time/time_service/services/timer/include/
Dtimer_info.h38 std::chrono::milliseconds windowLength; variable
49 std::chrono::milliseconds windowLength,
Dtimer_manager_interface.h28 uint64_t windowLength; member
Dtimer_manager.h60 uint64_t windowLength,
70 std::chrono::milliseconds windowLength,
/base/time/time_service/services/timer/src/
Dtimer_info.cpp53 windowLength {_windowLength},
69 maxWhenElapsed = whenElapsed + windowLength; in UpdateWhenElapsed()
Dtimer_manager.cpp93 paras.windowLength, in CreateTimer()
102 static_cast<uint64_t>(paras.windowLength), in CreateTimer()
128 timerInfo->windowLength, in StartTimer()
191 uint64_t windowLength, in SetHandler() argument
200 type, windowLength, interval, flag); in SetHandler()
201 auto windowLengthDuration = milliseconds(windowLength); in SetHandler()
251 std::chrono::milliseconds windowLength, in SetHandlerLocked() argument
261 auto alarm = std::make_shared<TimerInfo>(id, type, when, whenElapsed, windowLength, maxWhen, in SetHandlerLocked()
385 if (timer->windowLength == milliseconds::zero()) { in ReAddTimerLocked()
388 maxElapsed = (timer->windowLength > milliseconds::zero()) ? in ReAddTimerLocked()
[all …]
/base/time/time_service/utils/native/include/
Dtime_common.h31 int64_t windowLength; member
/base/time/time_service/services/time/src/
Dntp_update_time.cpp109 timerPara.windowLength = 0; in Init()
/base/time/time_service/services/
Dtime_system_ability.cpp223 paras.windowLength = (uIntType & TIMER_TYPE_EXACT_MASK) > 0 ? 0 : -1; in ParseTimerPara()