Home
last modified time | relevance | path

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

/base/time/time_service/services/timer/include/
H A Dtimer_manager.h119 void SetLocked(int type, std::chrono::nanoseconds when, std::chrono::steady_clock::time_point bootTime);
/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp723 SetLocked(ELAPSED_REALTIME_WAKEUP, firstWakeup->GetStart().time_since_epoch(), bootTime); in RescheduleKernelTimerLocked()
731 SetLocked(ELAPSED_REALTIME, nextNonWakeup.time_since_epoch(), bootTime); in RescheduleKernelTimerLocked()
746 void TimerManager::SetLocked(int type, std::chrono::nanoseconds when, std::chrono::steady_clock::time_point bootTime) in SetLocked() function in OHOS::MiscServices::TimerManager

Completed in 4 milliseconds