Home
last modified time | relevance | path

Searched refs:AddWorkInner (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerobtainallworks_fuzzer/
H A Dworkschedulerobtainallworks_fuzzer.cpp50 workSchedulerService_->AddWorkInner(workInfo); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulergetworkstatus_fuzzer/
H A Dworkschedulergetworkstatus_fuzzer.cpp59 workSchedulerService_->AddWorkInner(workInfo); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h345 void AddWorkInner(WorkInfo& workInfo);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp176 AddWorkInner(*it); in InitPersistedWork()
191 AddWorkInner(*work); in InitPreinstalledWork()
205 AddWorkInner(*work); in InitPreinstalledWork()
706 void WorkSchedulerService::AddWorkInner(WorkInfo& workInfo) in AddWorkInner() function in OHOS::WorkScheduler::WorkSchedulerService
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp443 workSchedulerService_->AddWorkInner(workinfo);