Searched refs:timerManager (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/time/time_service/services/ |
H A D | time_system_ability.cpp | 335 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 D | bgtask_misc_unit_test.cpp | 308 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 D | timer_notify_callback.cpp | 29 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 D | pkg_delay_suspend_info.h | 34 …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 D | decision_maker.h | 43 …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 D | timer_notify_callback.h | 30 static sptr<TimerNotifyCallback> GetInstance(TimerManager* timerManager);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/ |
H A D | decision_maker.cpp | 38 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 D | time_service_test.cpp | 1346 auto timerManager = TimerManager::GetInstance(); variable 1347 auto res = TimerNotifyCallback::GetInstance(timerManager); 1349 res = TimerNotifyCallback::GetInstance(timerManager);
|