Searched refs:doValidate (Results 1 – 2 of 2) sorted by relevance
/base/time/time_service/services/timer/include/ |
D | timer_manager.h | 76 bool doValidate, 81 void ReBatchAllTimersLocked(bool doValidate); 84 bool doValidate); 85 …void SetHandlerLocked(std::shared_ptr<TimerInfo> alarm, bool rebatching, bool doValidate, bool isR…
|
/base/time/time_service/services/timer/src/ |
D | timer_manager.cpp | 257 bool doValidate, in SetHandlerLocked() argument 263 SetHandlerLocked(alarm, false, doValidate, false); in SetHandlerLocked() 323 … TimerManager::SetHandlerLocked(std::shared_ptr<TimerInfo> alarm, bool rebatching, bool doValidate, in SetHandlerLocked() argument 326 …ME_MODULE_SERVICE, "start rebatching= %{public}d, doValidate= %{public}d", rebatching, doValidate); in SetHandlerLocked() 358 void TimerManager::ReBatchAllTimersLocked(bool doValidate) in ReBatchAllTimersLocked() argument 367 ReAddTimerLocked(batch->Get(i), nowElapsed, doValidate); in ReBatchAllTimersLocked() 376 bool doValidate) in ReAddTimerLocked() argument 394 SetHandlerLocked(timer, true, doValidate, true); in ReAddTimerLocked()
|