/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | work_policy_manager_test.cpp | 201 int32_t ret = workPolicyManager_->PauseRunningWorks(uid); 222 int32_t ret = workPolicyManager_->PauseRunningWorks(uid); 245 int32_t ret = workPolicyManager_->PauseRunningWorks(uid); 275 int32_t ret = workPolicyManager_->PauseRunningWorks(uid);
|
H A D | workschedulerservice_test.cpp | 116 int32_t PauseRunningWorks(int32_t uid) {return 0; } in PauseRunningWorks() function in OHOS::WorkScheduler::MyWorkSchedulerService 930 workSchedulerService_->PauseRunningWorks(1);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/ |
H A D | work_sched_client_test.cpp | 174 ErrCode ret = WorkSchedulerSrvClient::GetInstance().PauseRunningWorks(uid); 187 ErrCode ret = WorkSchedulerSrvClient::GetInstance().PauseRunningWorks(uid);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | workscheduler_srv_client.cpp | 177 ErrCode WorkSchedulerSrvClient::PauseRunningWorks(int32_t uid) in PauseRunningWorks() function in OHOS::WorkScheduler::WorkSchedulerSrvClient 188 return iWorkSchedService_->PauseRunningWorks(uid); in PauseRunningWorks()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/ |
H A D | iwork_sched_service.h | 99 virtual int32_t PauseRunningWorks(int32_t uid) = 0;
|
H A D | workscheduler_srv_client.h | 97 ErrCode PauseRunningWorks(int32_t uid);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/include/ |
H A D | work_sched_service_proxy.h | 100 int32_t PauseRunningWorks(int32_t uid) override;
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/ |
H A D | work_policy_manager.h | 251 int32_t PauseRunningWorks(int32_t uid);
|
H A D | work_scheduler_service.h | 125 int32_t PauseRunningWorks(int32_t uid) override;
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/ |
H A D | work_sched_service_stub.cpp | 237 int32_t ret = PauseRunningWorks(uid); in PauseRunningWorksStub()
|
H A D | work_sched_service_proxy.cpp | 277 int32_t WorkSchedServiceProxy::PauseRunningWorks(int32_t uid) in PauseRunningWorks() function in OHOS::WorkScheduler::WorkSchedServiceProxy
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_scheduler_service.cpp | 1064 ret = workPolicyManager_->PauseRunningWorks(uid); in DumpRunningWorks() 1321 int32_t WorkSchedulerService::PauseRunningWorks(int32_t uid) in PauseRunningWorks() function in OHOS::WorkScheduler::WorkSchedulerService 1328 int32_t ret = workPolicyManager_->PauseRunningWorks(uid); in PauseRunningWorks()
|
H A D | work_policy_manager.cpp | 745 int32_t WorkPolicyManager::PauseRunningWorks(int32_t uid) in PauseRunningWorks() function in OHOS::WorkScheduler::WorkPolicyManager
|
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstartwork_fuzzer/ |
H A D | workschedulerstartwork_fuzzer.cpp | 326 workSchedulerService_->PauseRunningWorks(workInfo.GetUid()); in TriggerWork()
|