Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_sched/
H A Dsched_scheduler.cpp193 auto tmpTimerEventId = extTime_.Register(tryUnload, checkingIntervalInMs); in TryUnloadServiceTimer() local
195 if (timerEventId.compare_exchange_strong(tmp, tmpTimerEventId)) { in TryUnloadServiceTimer()
198 extTime_.Unregister(tmpTimerEventId); in TryUnloadServiceTimer()