Home
last modified time | relevance | path

Searched refs:BackgroundTaskMgrService (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/src/
H A Dbackground_task_mgr_service.cpp44 BackgroundTaskMgrService::BackgroundTaskMgrService() in BackgroundTaskMgrService() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrService
47 BackgroundTaskMgrService::~BackgroundTaskMgrService() {} in ~BackgroundTaskMgrService()
49 void BackgroundTaskMgrService::OnStart() in OnStart()
62 void BackgroundTaskMgrService::SetReady(uint32_t flag) in SetReady()
95 void BackgroundTaskMgrService::Init() in Init()
103 void BackgroundTaskMgrService::OnStop() in OnStop()
111 bool BackgroundTaskMgrService::CheckCallingToken() in CheckCallingToken()
243 ErrCode BackgroundTaskMgrService::ResetAllEfficiencyResources() in ResetAllEfficiencyResources()
248 ErrCode BackgroundTaskMgrService::GetEfficiencyResourcesInfos( in GetEfficiencyResourcesInfos()
279 bool BackgroundTaskMgrService::AllowDump() in AllowDump()
[all …]
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/include/
H A Dbackground_task_mgr_service.h51 class BackgroundTaskMgrService final : public SystemAbility, public BackgroundTaskMgrStub,
52 public std::enable_shared_from_this<BackgroundTaskMgrService> {
53 DISALLOW_COPY_AND_MOVE(BackgroundTaskMgrService);
54 DECLARE_SYSTEM_ABILITY(BackgroundTaskMgrService);
55 DECLARE_DELAYED_SINGLETON(BackgroundTaskMgrService);
57 BackgroundTaskMgrService(const int32_t systemAbilityId, bool runOnCreate);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Dtimer_manager.h25 class BackgroundTaskMgrService; variable
29 explicit TimerManager(const wptr<BackgroundTaskMgrService>& service,
37 wptr<BackgroundTaskMgrService> service_;
H A Dwatchdog.h30 class BackgroundTaskMgrService; variable
34 …Watchdog(const wptr<BackgroundTaskMgrService>& service, const std::shared_ptr<DecisionMaker>& deci…
44 wptr<BackgroundTaskMgrService> service_;
H A Dbg_transient_task_mgr.h120 explicit SubscriberDeathRecipient(const wptr<BackgroundTaskMgrService>& service);
126 wptr<BackgroundTaskMgrService> service_;
131 explicit ExpiredCallbackDeathRecipient(const wptr<BackgroundTaskMgrService>& service);
137 wptr<BackgroundTaskMgrService> service_;
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp307 auto bgtaskService = sptr<BackgroundTaskMgrService>(new BackgroundTaskMgrService());
348 auto bgtaskService = sptr<BackgroundTaskMgrService>(new BackgroundTaskMgrService());
470 auto bgtaskService = sptr<BackgroundTaskMgrService>(new BackgroundTaskMgrService());
507 auto bgtaskService = sptr<BackgroundTaskMgrService>(new BackgroundTaskMgrService());
577 auto bgtaskService = sptr<BackgroundTaskMgrService>(new BackgroundTaskMgrService());
696 auto bgtaskService = sptr<BackgroundTaskMgrService>(new BackgroundTaskMgrService());
740 auto bgtaskService = sptr<BackgroundTaskMgrService>(new BackgroundTaskMgrService());
772 auto bgtaskService = sptr<BackgroundTaskMgrService>(new BackgroundTaskMgrService());
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/bgtask_manager_abnormal_unit_test/
H A Dbgtask_manager_abnormal_unit_test.cpp33 static std::shared_ptr<BackgroundTaskMgrService> BackgroundTaskMgrService_;
36 std::shared_ptr<BackgroundTaskMgrService> BgTaskManagerAbnormalUnitTest::BackgroundTaskMgrService_
37 = std::make_shared<BackgroundTaskMgrService>();
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dbg_transient_task_mgr.cpp82 … ExpiredCallbackDeathRecipient(DelayedSingleton<BackgroundTaskMgrService>::GetInstance().get()); in Init()
84 SubscriberDeathRecipient(DelayedSingleton<BackgroundTaskMgrService>::GetInstance().get()); in Init()
105 …timerManager_ = make_shared<TimerManager>(DelayedSingleton<BackgroundTaskMgrService>::GetInstance(… in InitNecessaryState()
107 … watchdog_ = make_shared<Watchdog>(DelayedSingleton<BackgroundTaskMgrService>::GetInstance().get(), in InitNecessaryState()
119 …DelayedSingleton<BackgroundTaskMgrService>::GetInstance()->SetReady(ServiceReadyState::TRANSIENT_S… in InitNecessaryState()
765 ExpiredCallbackDeathRecipient::ExpiredCallbackDeathRecipient(const wptr<BackgroundTaskMgrService>& … in ExpiredCallbackDeathRecipient()
780 SubscriberDeathRecipient::SubscriberDeathRecipient(const wptr<BackgroundTaskMgrService>& service) in SubscriberDeathRecipient()
H A Dtimer_manager.cpp24 TimerManager::TimerManager(const wptr<BackgroundTaskMgrService>& service, in TimerManager()
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskapplyefficiencyresources_fuzzer/
H A Dbgtaskapplyefficiencyresources_fuzzer.cpp44 DelayedSingleton<BackgroundTaskMgrService>::GetInstance()->OnRemoteRequest( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskbackgroundrunningforinner_fuzzer/
H A Dbgtaskbackgroundrunningforinner_fuzzer.cpp45 DelayedSingleton<BackgroundTaskMgrService>::GetInstance()->OnRemoteRequest( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskcancelsuspenddelay_fuzzer/
H A Dbgtaskcancelsuspenddelay_fuzzer.cpp44 DelayedSingleton<BackgroundTaskMgrService>::GetInstance()->OnRemoteRequest( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskgetcontinuoustaskapps_fuzzer/
H A Dbgtaskgetcontinuoustaskapps_fuzzer.cpp44 DelayedSingleton<BackgroundTaskMgrService>::GetInstance()->OnRemoteRequest( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskgetefficiencyresourcesinfos_fuzzer/
H A Dbgtaskgetefficiencyresourcesinfos_fuzzer.cpp44 DelayedSingleton<BackgroundTaskMgrService>::GetInstance()->OnRemoteRequest( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskgetremainingdelaytime_fuzzer/
H A Dbgtaskgetremainingdelaytime_fuzzer.cpp44 DelayedSingleton<BackgroundTaskMgrService>::GetInstance()->OnRemoteRequest( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskgettransienttaskapps_fuzzer/
H A Dbgtaskgettransienttaskapps_fuzzer.cpp44 DelayedSingleton<BackgroundTaskMgrService>::GetInstance()->OnRemoteRequest( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskrequestsuspenddelay_fuzzer/
H A Dbgtaskrequestsuspenddelay_fuzzer.cpp44 DelayedSingleton<BackgroundTaskMgrService>::GetInstance()->OnRemoteRequest( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskresetallefficiencyresources_fuzzer/
H A Dbgtaskresetallefficiencyresources_fuzzer.cpp44 DelayedSingleton<BackgroundTaskMgrService>::GetInstance()->OnRemoteRequest( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksetbgtaskconfig_fuzzer/
H A Dbgtasksetbgtaskconfig_fuzzer.cpp44 DelayedSingleton<BackgroundTaskMgrService>::GetInstance()->OnRemoteRequest( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskstartbackgroundrunning_fuzzer/
H A Dbgtaskstartbackgroundrunning_fuzzer.cpp44 DelayedSingleton<BackgroundTaskMgrService>::GetInstance()->OnRemoteRequest( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskstopbackgroundrunning_fuzzer/
H A Dbgtaskstopbackgroundrunning_fuzzer.cpp44 DelayedSingleton<BackgroundTaskMgrService>::GetInstance()->OnRemoteRequest( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskstopcontinuoustask_fuzzer/
H A Dbgtaskstopcontinuoustask_fuzzer.cpp44 DelayedSingleton<BackgroundTaskMgrService>::GetInstance()->OnRemoteRequest( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskupdatebackgroundrunning_fuzzer/
H A Dbgtaskupdatebackgroundrunning_fuzzer.cpp44 DelayedSingleton<BackgroundTaskMgrService>::GetInstance()->OnRemoteRequest( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksubscribebackgroundtask_fuzzer/
H A Dbgtasksubscribebackgroundtask_fuzzer.cpp46 DelayedSingleton<BackgroundTaskMgrService>::GetInstance()->OnRemoteRequest( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskunsubscribebackgroundtask_fuzzer/
H A Dbgtaskunsubscribebackgroundtask_fuzzer.cpp46 DelayedSingleton<BackgroundTaskMgrService>::GetInstance()->OnRemoteRequest( in DoSomethingInterestingWithMyAPI()

12