Home
last modified time | relevance | path

Searched refs:PauseRunningWorks (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_policy_manager_test.cpp201 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 Dworkschedulerservice_test.cpp116 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 Dwork_sched_client_test.cpp174 ErrCode ret = WorkSchedulerSrvClient::GetInstance().PauseRunningWorks(uid);
187 ErrCode ret = WorkSchedulerSrvClient::GetInstance().PauseRunningWorks(uid);
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dworkscheduler_srv_client.cpp177 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 Diwork_sched_service.h99 virtual int32_t PauseRunningWorks(int32_t uid) = 0;
H A Dworkscheduler_srv_client.h97 ErrCode PauseRunningWorks(int32_t uid);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/include/
H A Dwork_sched_service_proxy.h100 int32_t PauseRunningWorks(int32_t uid) override;
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h251 int32_t PauseRunningWorks(int32_t uid);
H A Dwork_scheduler_service.h125 int32_t PauseRunningWorks(int32_t uid) override;
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_stub.cpp237 int32_t ret = PauseRunningWorks(uid); in PauseRunningWorksStub()
H A Dwork_sched_service_proxy.cpp277 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 Dwork_scheduler_service.cpp1064 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 Dwork_policy_manager.cpp745 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 Dworkschedulerstartwork_fuzzer.cpp326 workSchedulerService_->PauseRunningWorks(workInfo.GetUid()); in TriggerWork()