Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_manager.h106 void InsertAndBatchTimerLocked(std::shared_ptr<TimerInfo> alarm);
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp543 InsertAndBatchTimerLocked(std::move(alarm)); in SetHandlerLocked()
822 void TimerManager::InsertAndBatchTimerLocked(std::shared_ptr<TimerInfo> alarm) in InsertAndBatchTimerLocked() function in OHOS::MiscServices::TimerManager
1000 InsertAndBatchTimerLocked(alarm); in UpdateTimersState()