Searched refs:curTimerId (Results 1 – 2 of 2) sorted by relevance
44 uint32_t curTimerId = handlerTimer_->Register(callback, timeoutMs, once); in RegisterRunningLockTimer() local45 if (curTimerId == OHOS::Utils::TIMER_ERR_DEAL_FAILED) { in RegisterRunningLockTimer()53 curTimerId, timeoutMs); in RegisterRunningLockTimer()54 AddRunningLockTimerMap(token, curTimerId); in RegisterRunningLockTimer()
49 uint32_t curTimerId = handlerTimer_->Register(callback, timeoutMs, once); in RegisterRunningLockTimer() local50 if (curTimerId == OHOS::Utils::TIMER_ERR_DEAL_FAILED) { in RegisterRunningLockTimer()57 AddRunningLockTimerMap(runninglockType, runninglockName, curTimerId); in RegisterRunningLockTimer()