/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | work_conn_manager_test.cpp | 177 bool ret = workConnManager_->StopWork(workStatus, false); 199 bool ret = workConnManager_->StopWork(workStatus, false); 224 bool ret = myWorkConnManager.StopWork(workStatus, false); 249 bool ret = myWorkConnManager.StopWork(workStatus, true);
|
H A D | workschedulerservice_test.cpp | 109 int32_t StopWork(WorkInfo& workInfo) { return 0; }; in StopWork() function in OHOS::WorkScheduler::MyWorkSchedulerService 176 ret = workSchedulerService_->StopWork(workinfo); 180 ret = workSchedulerService_->StopWork(workinfo); 184 ret = workSchedulerService_->StopWork(workinfo); 631 conection.StopWork();
|
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/ |
H A D | stop_work.cpp | 28 napi_value StopWork(napi_env env, napi_callback_info info) in StopWork() function 56 errCode = WorkSchedulerSrvClient::GetInstance().StopWork(workInfo); in StopWork()
|
H A D | init.cpp | 46 DECLARE_NAPI_FUNCTION("stopWork", StopWork), in InitApi()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/ |
H A D | stop_work.h | 22 napi_value StopWork(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | workscheduler_srv_client.cpp | 90 ErrCode WorkSchedulerSrvClient::StopWork(WorkInfo& workInfo) in StopWork() function in OHOS::WorkScheduler::WorkSchedulerSrvClient 99 return iWorkSchedService_->StopWork(workInfo); in StopWork()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/ |
H A D | work_scheduler_connection.h | 31 void StopWork();
|
H A D | work_conn_manager.h | 46 bool StopWork(std::shared_ptr<WorkStatus> workStatus, bool isTimeOut);
|
H A D | work_policy_manager.h | 83 …bool StopWork(std::shared_ptr<WorkStatus> workStatus, int32_t uid, const bool needCancel, bool isT…
|
H A D | work_scheduler_service.h | 74 int32_t StopWork(WorkInfo& workInfo) override;
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_scheduler_connection.cpp | 28 void WorkSchedulerConnection::StopWork() in StopWork() function in OHOS::WorkScheduler::WorkSchedulerConnection
|
H A D | work_conn_manager.cpp | 146 bool WorkConnManager::StopWork(shared_ptr<WorkStatus> workStatus, bool isTimeOut) in StopWork() function in OHOS::WorkScheduler::WorkConnManager 159 conn->StopWork(); in StopWork()
|
H A D | work_policy_manager.cpp | 207 bool WorkPolicyManager::StopWork(std::shared_ptr<WorkStatus> workStatus, int32_t uid, in StopWork() function in OHOS::WorkScheduler::WorkPolicyManager 214 workConnManager_->StopWork(workStatus, isTimeOut); in StopWork() 236 workConnManager_->StopWork(workStatus, isTimeOut); in StopWork() 249 workConnManager_->StopWork(it, false); in StopAndClearWorks()
|
H A D | work_scheduler_service.cpp | 719 int32_t WorkSchedulerService::StopWork(WorkInfo& workInfo) in StopWork() function in OHOS::WorkScheduler::WorkSchedulerService 768 if (workPolicyManager_->StopWork(workStatus, uid, needCancel, isTimeOut)) { in StopWorkInner()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/ |
H A D | iwork_sched_service.h | 47 virtual int32_t StopWork(WorkInfo& workInfo) = 0;
|
H A D | workscheduler_srv_client.h | 45 ErrCode StopWork(WorkInfo& workInfo);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/include/ |
H A D | work_sched_service_proxy.h | 48 int32_t StopWork(WorkInfo& workInfo) override;
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/ |
H A D | work_sched_client_test.cpp | 59 auto ret = WorkSchedulerSrvClient::GetInstance().StopWork(workInfo);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/ |
H A D | work_sched_service_stub.cpp | 189 return StopWork(*workInfo); in StopWorkStub()
|
H A D | work_sched_service_proxy.cpp | 58 int32_t WorkSchedServiceProxy::StopWork(WorkInfo& workInfo) in StopWork() function in OHOS::WorkScheduler::WorkSchedServiceProxy
|
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/ |
H A D | work_scheduler_ffi.cpp | 48 ErrCode errCode = WorkSchedulerSrvClient::GetInstance().StopWork(workInfo); in CJ_StopWork()
|