Home
last modified time | relevance | path

Searched refs:timerManager (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp335 if (timerManager == nullptr) { in CreateTimer()
370 if (timerManager == nullptr) { in CreateTimer()
379 if (timerManager == nullptr) { in StartTimer()
389 if (timerManager == nullptr) { in StopTimer()
399 if (timerManager == nullptr) { in DestroyTimer()
519 if (timerManager == nullptr) { in DumpTimerInfo()
530 if (timerManager == nullptr) { in DumpTimerInfoById()
541 if (timerManager == nullptr) { in DumpTimerTriggerById()
551 if (timerManager == nullptr) { in DumpIdleTimerInfo()
758 if (timerManager == nullptr) { in ProxyTimer()
[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
310 auto decisionMaker = std::make_shared<DecisionMaker>(timerManager, deviceInfoManeger);
349 auto timerManager = std::make_shared<TimerManager>(bgtaskService, variable
351 auto decisionMaker = std::make_shared<DecisionMaker>(timerManager, deviceInfoManeger);
471 auto timerManager = std::make_shared<TimerManager>(bgtaskService, variable
508 auto timerManager = variable
578 auto timerManager = variable
580 auto decisionMaker = std::make_shared<DecisionMaker>(timerManager, deviceInfoManeger);
697 auto timerManager = variable
741 auto timerManager = std::make_shared<TimerManager>(bgtaskService, variable
[all …]
/ohos5.0/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()
/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() argument
35 : pkg_(pkg), uid_(uid), timerManager_(timerManager) {} in PkgDelaySuspendInfo()
H A Ddecision_maker.h43 …DecisionMaker(const std::shared_ptr<TimerManager>& timerManager, const std::shared_ptr<DeviceInfoM…
/ohos5.0/base/time/time_service/services/time/include/inner_api_include/
H A Dtimer_notify_callback.h30 static sptr<TimerNotifyCallback> GetInstance(TimerManager* timerManager);
/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() argument
41 timerManager_ = timerManager; in DecisionMaker()
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_service_test.cpp1346 auto timerManager = TimerManager::GetInstance(); variable
1347 auto res = TimerNotifyCallback::GetInstance(timerManager);
1349 res = TimerNotifyCallback::GetInstance(timerManager);