Home
last modified time | relevance | path

Searched refs:workInfoList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dobtain_all_works.cpp33 std::list<std::shared_ptr<WorkInfo>> workInfoList; member
78 … WorkSchedulerSrvClient::GetInstance().ObtainAllWorks(asyncCallbackInfo->workInfoList); in ObtainAllWorks()
91 for (auto workInfo : asyncCallbackInfo->workInfoList) { in ObtainAllWorks()
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.cpp67 std::list<std::shared_ptr<WorkInfo>> workInfoList; in CJ_ObtainAllWorks() local
68 ErrCode errCode = WorkSchedulerSrvClient::GetInstance().ObtainAllWorks(workInfoList); in CJ_ObtainAllWorks()
74 int64_t listSize = static_cast<int64_t>(workInfoList.size()); in CJ_ObtainAllWorks()
85 for (auto workInfo: workInfoList) { in CJ_ObtainAllWorks()