Home
last modified time | relevance | path

Searched refs:GetAllRunningWorks (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dworkscheduler_srv_client.cpp163 ErrCode WorkSchedulerSrvClient::GetAllRunningWorks(std::list<std::shared_ptr<WorkInfo>>& workInfos) in GetAllRunningWorks() function in OHOS::WorkScheduler::WorkSchedulerSrvClient
174 return iWorkSchedService_->GetAllRunningWorks(workInfos); in GetAllRunningWorks()
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Diwork_sched_service.h91 virtual int32_t GetAllRunningWorks(std::list<std::shared_ptr<WorkInfo>>& workInfos) = 0;
H A Dworkscheduler_srv_client.h89 ErrCode GetAllRunningWorks(std::list<std::shared_ptr<WorkInfo>>& workInfos);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/include/
H A Dwork_sched_service_proxy.h92 int32_t GetAllRunningWorks(std::list<std::shared_ptr<WorkInfo>>& workInfos) override;
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dwork_sched_client_test.cpp226 ErrCode ret = WorkSchedulerSrvClient::GetInstance().GetAllRunningWorks(workInfos);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h149 std::list<std::shared_ptr<WorkInfo>> GetAllRunningWorks();
H A Dwork_scheduler_service.h117 int32_t GetAllRunningWorks(std::list<std::shared_ptr<WorkInfo>>& workInfos) override;
/ohos5.0/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dstandby_plugin_strategy_test.cpp41 ErrCode WorkScheduler::WorkSchedulerSrvClient::GetAllRunningWorks in GetAllRunningWorks() function in OHOS::WorkScheduler::WorkSchedulerSrvClient
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_stub.cpp227 return GetAllRunningWorks(workInfos); in GetAllRunningWorksStub()
H A Dwork_sched_service_proxy.cpp238 int32_t WorkSchedServiceProxy::GetAllRunningWorks(std::list<std::shared_ptr<WorkInfo>>& workInfos) in GetAllRunningWorks() function in OHOS::WorkScheduler::WorkSchedServiceProxy
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp115 int32_t GetAllRunningWorks(std::list<std::shared_ptr<WorkInfo>>& workInfos) { return 0; } in GetAllRunningWorks() function in OHOS::WorkScheduler::MyWorkSchedulerService
288 auto ret = workSchedulerService_->GetAllRunningWorks(workInfos);
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dbase_network_strategy.cpp248 …if (WorkScheduler::WorkSchedulerSrvClient::GetInstance().GetAllRunningWorks(workInfos) != ERR_OK) { in GetWorkSchedulerTask()
H A Drunning_lock_strategy.cpp241 …if (WorkScheduler::WorkSchedulerSrvClient::GetInstance().GetAllRunningWorks(workInfos) != ERR_OK) { in GetWorkSchedulerTask()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp855 int32_t WorkSchedulerService::GetAllRunningWorks(std::list<std::shared_ptr<WorkInfo>>& workInfos) in GetAllRunningWorks() function in OHOS::WorkScheduler::WorkSchedulerService
864 workInfos = workPolicyManager_->GetAllRunningWorks(); in GetAllRunningWorks()
H A Dwork_policy_manager.cpp567 std::list<std::shared_ptr<WorkInfo>> WorkPolicyManager::GetAllRunningWorks() in GetAllRunningWorks() function in OHOS::WorkScheduler::WorkPolicyManager