Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_manager.h118 …void SetLocked(int type, std::chrono::nanoseconds when, std::chrono::steady_clock::time_point boot…
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp793SetLocked(ELAPSED_REALTIME_WAKEUP, firstWakeup->GetStart().time_since_epoch(), bootTime); in RescheduleKernelTimerLocked()
801 SetLocked(ELAPSED_REALTIME, nextNonWakeup.time_since_epoch(), bootTime); in RescheduleKernelTimerLocked()
816 void TimerManager::SetLocked(int type, std::chrono::nanoseconds when, std::chrono::steady_clock::ti… in SetLocked() function in OHOS::MiscServices::TimerManager