Home
last modified time | relevance | path

Searched refs:ObtainAllWorks (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dobtain_all_works.cpp53 napi_value ObtainAllWorks(napi_env env, napi_callback_info info) in ObtainAllWorks() function
78 … WorkSchedulerSrvClient::GetInstance().ObtainAllWorks(asyncCallbackInfo->workInfoList); in ObtainAllWorks()
H A Dinit.cpp48 DECLARE_NAPI_FUNCTION("obtainAllWorks", ObtainAllWorks), in InitApi()
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/
H A Dobtain_all_works.h22 napi_value ObtainAllWorks(napi_env env, napi_callback_info info);
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dworkscheduler_srv_client.cpp138 ErrCode WorkSchedulerSrvClient::ObtainAllWorks(std::list<std::shared_ptr<WorkInfo>> &workInfos) in ObtainAllWorks() function in OHOS::WorkScheduler::WorkSchedulerSrvClient
146 return iWorkSchedService_->ObtainAllWorks(workInfos); in ObtainAllWorks()
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Diwork_sched_service.h75 virtual int32_t ObtainAllWorks(std::list<std::shared_ptr<WorkInfo>>& workInfos) = 0;
H A Dworkscheduler_srv_client.h81 ErrCode ObtainAllWorks(std::list<std::shared_ptr<WorkInfo>> &workInfos);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/include/
H A Dwork_sched_service_proxy.h76 int32_t ObtainAllWorks(std::list<std::shared_ptr<WorkInfo>>& workInfos) override;
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dwork_sched_client_test.cpp128 ErrCode ret = WorkSchedulerSrvClient::GetInstance().ObtainAllWorks(workInfos);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h127 std::list<std::shared_ptr<WorkInfo>> ObtainAllWorks(int32_t &uid);
H A Dwork_scheduler_service.h102 int32_t ObtainAllWorks(std::list<std::shared_ptr<WorkInfo>>& workInfos) override;
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_stub.cpp215 return ObtainAllWorks(workInfos); in ObtainAllWorksStub()
H A Dwork_sched_service_proxy.cpp171 int32_t WorkSchedServiceProxy::ObtainAllWorks(std::list<std::shared_ptr<WorkInfo>>& workInfos) in ObtainAllWorks() function in OHOS::WorkScheduler::WorkSchedServiceProxy
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.cpp68 ErrCode errCode = WorkSchedulerSrvClient::GetInstance().ObtainAllWorks(workInfoList); in CJ_ObtainAllWorks()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp113 int32_t ObtainAllWorks(std::list<std::shared_ptr<WorkInfo>>& workInfos) { return 0; } in ObtainAllWorks() function in OHOS::WorkScheduler::MyWorkSchedulerService
260 auto ret = workSchedulerService_->ObtainAllWorks(workInfos);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp830 int32_t WorkSchedulerService::ObtainAllWorks(std::list<std::shared_ptr<WorkInfo>>& workInfos) in ObtainAllWorks() function in OHOS::WorkScheduler::WorkSchedulerService
838 workInfos = workPolicyManager_->ObtainAllWorks(uid); in ObtainAllWorks()
H A Dwork_policy_manager.cpp528 list<shared_ptr<WorkInfo>> WorkPolicyManager::ObtainAllWorks(int32_t &uid) in ObtainAllWorks() function in OHOS::WorkScheduler::WorkPolicyManager