Searched refs:windowLength (Results 1 – 8 of 8) sorted by relevance
/base/time/time_service/services/timer/include/ |
D | timer_info.h | 38 std::chrono::milliseconds windowLength; variable 49 std::chrono::milliseconds windowLength,
|
D | timer_manager_interface.h | 28 uint64_t windowLength; member
|
D | timer_manager.h | 60 uint64_t windowLength, 70 std::chrono::milliseconds windowLength,
|
/base/time/time_service/services/timer/src/ |
D | timer_info.cpp | 53 windowLength {_windowLength}, 69 maxWhenElapsed = whenElapsed + windowLength; in UpdateWhenElapsed()
|
D | timer_manager.cpp | 93 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/ |
D | time_common.h | 31 int64_t windowLength; member
|
/base/time/time_service/services/time/src/ |
D | ntp_update_time.cpp | 109 timerPara.windowLength = 0; in Init()
|
/base/time/time_service/services/ |
D | time_system_ability.cpp | 223 paras.windowLength = (uIntType & TIMER_TYPE_EXACT_MASK) > 0 ? 0 : -1; in ParseTimerPara()
|