Home
last modified time | relevance | path

Searched defs:timerManager (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp334 auto timerManager = TimerManager::GetInstance(); in CreateTimer() local
369 auto timerManager = TimerManager::GetInstance(); in CreateTimer() local
378 auto timerManager = TimerManager::GetInstance(); in StartTimer() local
388 auto timerManager = TimerManager::GetInstance(); in StopTimer() local
398 auto timerManager = TimerManager::GetInstance(); in DestroyTimer() local
518 auto timerManager = TimerManager::GetInstance(); in DumpTimerInfo() local
529 auto timerManager = TimerManager::GetInstance(); in DumpTimerInfoById() local
540 auto timerManager = TimerManager::GetInstance(); in DumpTimerTriggerById() local
550 auto timerManager = TimerManager::GetInstance(); in DumpIdleTimerInfo() local
757 auto timerManager = TimerManager::GetInstance(); in ProxyTimer() local
[all …]
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp308 auto timerManager = std::make_shared<TimerManager>(bgtaskService, variable
349 auto timerManager = std::make_shared<TimerManager>(bgtaskService, variable
471 auto timerManager = std::make_shared<TimerManager>(bgtaskService, variable
508 auto timerManager = variable
578 auto timerManager = variable
697 auto timerManager = variable
741 auto timerManager = std::make_shared<TimerManager>(bgtaskService, variable
773 auto timerManager = std::make_shared<TimerManager>(bgtaskService, variable
/ohos5.0/base/time/time_service/services/time/src/
H A Dtimer_notify_callback.cpp29 sptr<TimerNotifyCallback> TimerNotifyCallback::GetInstance(TimerManager* timerManager) in GetInstance()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Dpkg_delay_suspend_info.h34 …laySuspendInfo(const string& pkg, const int32_t& uid, const shared_ptr<TimerManager>& timerManager) in PkgDelaySuspendInfo()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Ddecision_maker.cpp38 DecisionMaker::DecisionMaker(const shared_ptr<TimerManager>& timerManager, const shared_ptr<DeviceI… in DecisionMaker()
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_service_test.cpp1346 auto timerManager = TimerManager::GetInstance(); variable