Home
last modified time | relevance | path

Searched refs:timerManager (Results 1 - 4 of 4) sorted by relevance

/base/time/time_service/services/
H A Dtime_system_ability.cpp361 auto timerManager = TimerManager::GetInstance(); in CreateTimer() local
362 if (timerManager == nullptr) { in CreateTimer()
365 auto callbackFunc = [timerCallback, timerOptions, timerManager](uint64_t id) -> int32_t { in CreateTimer()
369 auto notifyCallback = TimerNotifyCallback::GetInstance(timerManager); in CreateTimer()
389 return timerManager->CreateTimer(paras, callbackFunc, timerOptions->wantAgent, in CreateTimer()
396 auto timerManager = TimerManager::GetInstance(); in CreateTimer() local
397 if (timerManager == nullptr) { in CreateTimer()
400 return timerManager->CreateTimer(paras, std::move(callback), nullptr, 0, 0, timerId, NOT_STORE); in CreateTimer()
405 auto timerManager = TimerManager::GetInstance(); in StartTimer() local
406 if (timerManager in StartTimer()
415 auto timerManager = TimerManager::GetInstance(); StopTimer() local
425 auto timerManager = TimerManager::GetInstance(); DestroyTimer() local
546 auto timerManager = TimerManager::GetInstance(); DumpTimerInfo() local
557 auto timerManager = TimerManager::GetInstance(); DumpTimerInfoById() local
568 auto timerManager = TimerManager::GetInstance(); DumpTimerTriggerById() local
578 auto timerManager = TimerManager::GetInstance(); DumpIdleTimerInfo() local
815 auto timerManager = TimerManager::GetInstance(); ProxyTimer() local
824 auto timerManager = TimerManager::GetInstance(); AdjustTimer() local
840 auto timerManager = TimerManager::GetInstance(); ProxyTimer() local
849 auto timerManager = TimerManager::GetInstance(); SetTimerExemption() local
864 auto timerManager = TimerManager::GetInstance(); ResetAllProxy() local
893 auto timerManager = TimerManager::GetInstance(); OnRemoteDied() local
978 auto timerManager = TimerManager::GetInstance(); RecoverTimerInner() local
[all...]
/base/time/time_service/services/time/src/
H A Dtimer_notify_callback.cpp29 sptr<TimerNotifyCallback> TimerNotifyCallback::GetInstance(TimerManager* timerManager) in GetInstance() argument
35 instance_->managerHandler_ = timerManager; in GetInstance()
/base/time/time_service/services/time/include/inner_api_include/
H A Dtimer_notify_callback.h30 static sptr<TimerNotifyCallback> GetInstance(TimerManager* timerManager);
/base/time/time_service/test/unittest/service_test/src/
H A Dtime_service_test.cpp1394 auto timerManager = TimerManager::GetInstance(); in HWTEST_F() local
1395 auto res = TimerNotifyCallback::GetInstance(timerManager); in HWTEST_F()
1397 res = TimerNotifyCallback::GetInstance(timerManager); in HWTEST_F()

Completed in 4 milliseconds