Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dwork_sched_client_test.cpp167 * @tc.desc: Test PauseRunningWorks
174 ErrCode ret = WorkSchedulerSrvClient::GetInstance().PauseRunningWorks(uid); in HWTEST_F()
180 * @tc.desc: Test PauseRunningWorks
187 ErrCode ret = WorkSchedulerSrvClient::GetInstance().PauseRunningWorks(uid); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dworkscheduler_srv_client.h97 ErrCode PauseRunningWorks(int32_t uid);
H A Diwork_sched_service.h99 virtual int32_t PauseRunningWorks(int32_t uid) = 0;
/foundation/resourceschedule/work_scheduler/services/zidl/include/
H A Dwork_sched_service_proxy.h100 int32_t PauseRunningWorks(int32_t uid) override;
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_policy_manager_test.cpp193 * @tc.desc: Test WorkPolicyManagerTest PauseRunningWorks.
201 int32_t ret = workPolicyManager_->PauseRunningWorks(uid); in HWTEST_F()
207 * @tc.desc: Test WorkPolicyManagerTest PauseRunningWorks.
222 int32_t ret = workPolicyManager_->PauseRunningWorks(uid); in HWTEST_F()
228 * @tc.desc: Test WorkPolicyManagerTest PauseRunningWorks.
245 int32_t ret = workPolicyManager_->PauseRunningWorks(uid); in HWTEST_F()
251 * @tc.desc: Test WorkPolicyManagerTest PauseRunningWorks.
275 int32_t ret = workPolicyManager_->PauseRunningWorks(uid); in HWTEST_F()
H A Dworkschedulerservice_test.cpp116 int32_t PauseRunningWorks(int32_t uid) {return 0; } in PauseRunningWorks() function in OHOS::WorkScheduler::MyWorkSchedulerService
932 * @tc.desc: Test WorkSchedulerService PauseRunningWorks.
939 workSchedulerService_->PauseRunningWorks(1); in HWTEST_F()
/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()
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h125 int32_t PauseRunningWorks(int32_t uid) override;
H A Dwork_policy_manager.h251 int32_t PauseRunningWorks(int32_t uid);
/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_stub.cpp214 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
292 WS_HILOGE("PauseRunningWorks failed, write uid failed!"); in PauseRunningWorks()
303 WS_HILOGE("PauseRunningWorks failed, read errCode error"); in PauseRunningWorks()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp987 ret = workPolicyManager_->PauseRunningWorks(uid); in DumpRunningWorks()
1243 int32_t WorkSchedulerService::PauseRunningWorks(int32_t uid) in PauseRunningWorks() function in OHOS::WorkScheduler::WorkSchedulerService
1250 int32_t ret = workPolicyManager_->PauseRunningWorks(uid); in PauseRunningWorks()
H A Dwork_policy_manager.cpp720 int32_t WorkPolicyManager::PauseRunningWorks(int32_t uid) in PauseRunningWorks() function in OHOS::WorkScheduler::WorkPolicyManager
740 WS_HILOGI("PauseRunningWorks, watchId:%{public}u, bundleName:%{public}s, workId:%{public}s," in PauseRunningWorks()
751 WS_HILOGE("PauseRunningWorks fail, the uid:%{public}d has no matching work", uid); in PauseRunningWorks()
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstartwork_fuzzer/
H A Dworkschedulerstartwork_fuzzer.cpp326 workSchedulerService_->PauseRunningWorks(workInfo.GetUid()); in TriggerWork()

Completed in 11 milliseconds