Home
last modified time | relevance | path

Searched defs:ObtainAllWorks (Results 1 – 6 of 6) 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
/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
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
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/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
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp528 list<shared_ptr<WorkInfo>> WorkPolicyManager::ObtainAllWorks(int32_t &uid) in ObtainAllWorks() function in OHOS::WorkScheduler::WorkPolicyManager
H A Dwork_scheduler_service.cpp830 int32_t WorkSchedulerService::ObtainAllWorks(std::list<std::shared_ptr<WorkInfo>>& workInfos) in ObtainAllWorks() function in OHOS::WorkScheduler::WorkSchedulerService