Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp1352 auto holdLockTime = nextTimerOffset + ONE_HUNDRED_MILLI; in HandleRunningLock() local
1354 … PRIu64", uid:%{public}d bundleName=%{public}s", static_cast<uint64_t>(holdLockTime), in HandleRunningLock()
1356 lockExpiredTime_ = currentTime + holdLockTime; in HandleRunningLock()
1357 AddRunningLock(holdLockTime); in HandleRunningLock()
1361 void TimerManager::AddRunningLockRetry(long long holdLockTime) in AddRunningLockRetry() argument
1363 auto retryRegister = [this, holdLockTime]() { in AddRunningLockRetry()
1366 runningLock_->Lock(static_cast<int32_t>(holdLockTime / NANO_TO_MILLI)); in AddRunningLockRetry()
1376 void TimerManager::AddRunningLock(long long holdLockTime) in AddRunningLock() argument
1387 runningLock_->Lock(static_cast<int32_t>(holdLockTime / NANO_TO_MILLI)); in AddRunningLock()
1389 AddRunningLockRetry(holdLockTime); in AddRunningLock()
/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_manager.h131 void AddRunningLock(long long holdLockTime);
132 void AddRunningLockRetry(long long holdLockTime);