Home
last modified time | relevance | path

Searched refs:lastTimerId (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/power/interfaces/hdi_service/src/
H A Drunning_lock_timer_handler.cpp44 uint32_t lastTimerId = GetRunningLockTimerId(runninglockType, runninglockName); in RegisterRunningLockTimer() local
45 if (lastTimerId != OHOS::Utils::TIMER_ERR_DEAL_FAILED) { in RegisterRunningLockTimer()
46 HDF_LOGI("Running lock timer is exist, unregister old timerId=%{public}d, register new timer", lastTimerId); in RegisterRunningLockTimer()
47 UnregisterTimer(lastTimerId); in RegisterRunningLockTimer()
52 if (lastTimerId != OHOS::Utils::TIMER_ERR_DEAL_FAILED) { in RegisterRunningLockTimer()

Completed in 1 milliseconds