Home
last modified time | relevance | path

Searched refs:InitBgTaskSubscriber (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulergetallrunningworks_fuzzer/
H A Dworkschedulergetallrunningworks_fuzzer.cpp45 workSchedulerService_->InitBgTaskSubscriber(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerislastworktimeout_fuzzer/
H A Dworkschedulerislastworktimeout_fuzzer.cpp45 workSchedulerService_->InitBgTaskSubscriber(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerobtainallworks_fuzzer/
H A Dworkschedulerobtainallworks_fuzzer.cpp45 workSchedulerService_->InitBgTaskSubscriber(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulergetworkstatus_fuzzer/
H A Dworkschedulergetworkstatus_fuzzer.cpp55 workSchedulerService_->InitBgTaskSubscriber(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandcancelwork_fuzzer/
H A Dworkschedulerstopandcancelwork_fuzzer.cpp56 workSchedulerService_->InitBgTaskSubscriber(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopwork_fuzzer/
H A Dworkschedulerstopwork_fuzzer.cpp56 workSchedulerService_->InitBgTaskSubscriber(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandclearworks_fuzzer/
H A Dworkschedulerstopandclearworks_fuzzer.cpp128 workSchedulerService_->InitBgTaskSubscriber(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h237 bool InitBgTaskSubscriber();
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstartwork_fuzzer/
H A Dworkschedulerstartwork_fuzzer.cpp378 workSchedulerService_->InitBgTaskSubscriber(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp428 if (!InitBgTaskSubscriber()) { in Init()
436 bool WorkSchedulerService::InitBgTaskSubscriber() in InitBgTaskSubscriber() function in OHOS::WorkScheduler::WorkSchedulerService
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp871 bool ret = workSchedulerService_->InitBgTaskSubscriber();