Searched refs:windowLength (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/time/time_service/services/timer/src/ |
H A D | timer_manager.cpp | 140 insertValues.PutLong("windowLength", paras.windowLength); in GetInsertValues() 178 paras.windowLength, in CreateTimer() 373 int64_t windowLength, in SetHandler() argument 382 auto windowLengthDuration = milliseconds(windowLength); in SetHandler() 427 std::chrono::milliseconds windowLength, in SetHandlerLocked() argument 577 if (timer->windowLength == milliseconds::zero()) { in ReAddTimerLocked() 580 maxElapsed = (timer->windowLength > milliseconds::zero()) ? in ReAddTimerLocked() 581 (whenElapsed + timer->windowLength) : in ReAddTimerLocked() 1065 if (timer->windowLength == milliseconds::zero()) { in ReCalcuOriWhenElapsed() 1068 maxElapsed = (timer->windowLength > milliseconds::zero()) ? in ReCalcuOriWhenElapsed() [all …]
|
H A D | timer_info.cpp | 56 windowLength {_windowLength}, 73 maxWhenElapsed = whenElapsed + windowLength; in UpdateWhenElapsedFromNow() 95 if (windowLength == std::chrono::milliseconds::zero()) { in AdjustTimer()
|
H A D | timer_proxy.cpp | 277 && timer->windowLength == milliseconds::zero()) { in IsTimerExemption()
|
/ohos5.0/base/time/time_service/services/timer/include/ |
H A D | timer_info.h | 41 std::chrono::milliseconds windowLength; variable 53 std::chrono::milliseconds windowLength,
|
H A D | timer_manager.h | 77 int64_t windowLength, 89 std::chrono::milliseconds windowLength,
|
H A D | timer_manager_interface.h | 29 int64_t windowLength; member
|
/ohos5.0/base/time/time_service/test/unittest/service_test/src/ |
H A D | time_proxy_test.cpp | 81 paras.windowLength = -1; 124 paras.windowLength = -1; 162 paras.windowLength = -1; 205 paras.windowLength = -1; 248 paras.windowLength = -1; 290 paras.windowLength = -1; 359 paras.windowLength = -1; 490 TimerPara paras{.timerType = 2, .windowLength = 0, .interval = 0, .flag = 0}; 569 paras.windowLength = -1; 680 paras.windowLength = -1; [all …]
|
/ohos5.0/base/time/time_service/utils/native/include/ |
H A D | time_common.h | 31 int64_t windowLength; member
|
/ohos5.0/base/time/time_service/services/time/src/ |
H A D | time_tick_notify.cpp | 54 timerPara.windowLength = 0; in Init()
|
H A D | ntp_update_time.cpp | 86 timerPara.windowLength = 0; in Init()
|
/ohos5.0/base/time/time_service/services/ |
H A D | time_system_ability.cpp | 297 paras.windowLength = (uIntType & TIMER_TYPE_EXACT_MASK) > 0 ? 0 : -1; in ParseTimerPara()
|