Home
last modified time | relevance | path

Searched refs:bgContinuousTaskMgr (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Dsystem_event_observer.cpp59 void SystemEventObserver::SetBgContinuousTaskMgr(const std::shared_ptr<BgContinuousTaskMgr> &bgContinuousTaskMgr) in SetBgContinuousTaskMgr() argument
61 bgContinuousTaskMgr_ = bgContinuousTaskMgr; in SetBgContinuousTaskMgr()
77 auto bgContinuousTaskMgr = bgContinuousTaskMgr_.lock(); in OnReceiveEventContinuousTask() local
78 if (!bgContinuousTaskMgr) { in OnReceiveEventContinuousTask()
79 BGTASK_LOGE("bgContinuousTaskMgr is null"); in OnReceiveEventContinuousTask()
89 auto task = [bgContinuousTaskMgr, userId]() { bgContinuousTaskMgr->OnAccountsStateChanged(userId); }; in OnReceiveEventContinuousTask()
97 auto task = [bgContinuousTaskMgr, action, bundleName, uid]() { in OnReceiveEventContinuousTask()
98 bgContinuousTaskMgr->OnBundleInfoChanged(action, bundleName, uid); in OnReceiveEventContinuousTask()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksystemeventobserver_fuzzer/
H A Dbgtasksystemeventobserver_fuzzer.cpp46 auto bgContinuousTaskMgr = std::make_shared<BgContinuousTaskMgr>(); in DoSomethingInterestingWithMyAPI() local
47 systemEventListener->SetBgContinuousTaskMgr(bgContinuousTaskMgr); in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp175 auto bgContinuousTaskMgr = std::make_shared<BgContinuousTaskMgr>(); in HWTEST_F() local
176 systemEventListener->SetBgContinuousTaskMgr(bgContinuousTaskMgr); in HWTEST_F()
612 auto bgContinuousTaskMgr = std::make_shared<BgContinuousTaskMgr>(); in HWTEST_F() local
630 auto bgContinuousTaskMgr = std::make_shared<BgContinuousTaskMgr>(); in HWTEST_F() local
632 new ConfigChangeObserver(handler, bgContinuousTaskMgr)); in HWTEST_F()

Completed in 2 milliseconds