/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/ |
H A D | stop_and_clear_works.cpp | 23 napi_value StopAndClearWorks(napi_env env, napi_callback_info info) in StopAndClearWorks() function 26 ErrCode errCode = WorkSchedulerSrvClient::GetInstance().StopAndClearWorks(); in StopAndClearWorks()
|
H A D | init.cpp | 49 DECLARE_NAPI_FUNCTION("stopAndClearWorks", StopAndClearWorks), in InitApi()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/ |
H A D | stop_and_clear_works.h | 23 napi_value StopAndClearWorks(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | workscheduler_srv_client.cpp | 114 ErrCode WorkSchedulerSrvClient::StopAndClearWorks() in StopAndClearWorks() function in OHOS::WorkScheduler::WorkSchedulerSrvClient 123 return iWorkSchedService_->StopAndClearWorks(); in StopAndClearWorks()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/ |
H A D | iwork_sched_service.h | 60 virtual int32_t StopAndClearWorks() = 0;
|
H A D | workscheduler_srv_client.h | 58 ErrCode StopAndClearWorks();
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/include/ |
H A D | work_sched_service_proxy.h | 61 int32_t StopAndClearWorks() override;
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/ |
H A D | work_queue_manager.h | 85 bool StopAndClearWorks(std::list<std::shared_ptr<WorkStatus>> workList);
|
H A D | work_policy_manager.h | 90 bool StopAndClearWorks(int32_t uid);
|
H A D | work_scheduler_service.h | 87 int32_t StopAndClearWorks() override;
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/ |
H A D | work_sched_client_test.cpp | 84 auto ret = WorkSchedulerSrvClient::GetInstance().StopAndClearWorks();
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | workschedulerservice_test.cpp | 111 int32_t StopAndClearWorks() { return 0; } in StopAndClearWorks() function in OHOS::WorkScheduler::MyWorkSchedulerService 229 ret = workSchedulerService_->StopAndClearWorks(); 233 ret = workSchedulerService_->StopAndClearWorks();
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/ |
H A D | work_sched_service_stub.cpp | 204 return StopAndClearWorks(); in StopAndClearWorksStub()
|
H A D | work_sched_service_proxy.cpp | 119 int32_t WorkSchedServiceProxy::StopAndClearWorks() in StopAndClearWorks() function in OHOS::WorkScheduler::WorkSchedServiceProxy
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_queue_manager.cpp | 227 bool WorkQueueManager::StopAndClearWorks(list<shared_ptr<WorkStatus>> workList) in StopAndClearWorks() function in OHOS::WorkScheduler::WorkQueueManager
|
H A D | work_scheduler_service.cpp | 782 int32_t WorkSchedulerService::StopAndClearWorks() in StopAndClearWorks() function in OHOS::WorkScheduler::WorkSchedulerService 800 bool ret = workQueueManager_->StopAndClearWorks(allWorks) in StopAndClearWorksByUid() 801 && workPolicyManager_->StopAndClearWorks(uid); in StopAndClearWorksByUid()
|
H A D | work_policy_manager.cpp | 242 bool WorkPolicyManager::StopAndClearWorks(int32_t uid) in StopAndClearWorks() function in OHOS::WorkScheduler::WorkPolicyManager
|
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstartwork_fuzzer/ |
H A D | workschedulerstartwork_fuzzer.cpp | 400 workSchedulerService_->StopAndClearWorks(); in DoSomethingInterestingWithMyAPI()
|